Stock Portfolio Organizer
The ultimate porfolio management solution.
Shares, Margin, CFD's, Futures and Forex
EOD and Realtime
Dividends and Trust Distributions
And Much More ....
WiseTrader Toolbox
#1 Selling Amibroker Plugin featuring:
Advanced Adaptive Indicators
Advanced Pattern Exploration
Neural Networks
And Much More ....
Start Green After 3 Bars Red for Amibroker (AFL)
Rating:
3 / 5 (Votes 3)
Tags:
amibroker, exploration
start green after 3 bars red and rsi < 50
Similar Indicators / Formulas
GapUp and Bearish Close (Reversal) _Daily
Submitted
by indraji2001 over 10 years ago
General Market Exploration by XeL
Submitted
by xel over 12 years ago
miftha indicator
Submitted
by coolpace over 14 years ago
Deel - Average Dollar Price Volatility
Submitted
by kaiji almost 15 years ago
DIX50,20,10
Submitted
by morgen over 14 years ago
Volume Spike Exploration
Submitted
by ngocleasing over 14 years ago
Indicator / Formula
Copy & Paste Friendly
// hassan start green after 3 bars red AddTextColumn( FullName(), "Name"); AddColumn( Close, "Close" ); AddColumn( Volume, "Volume" ); Buy = O >Ref( O, -1 ) AND C>Ref( C, -1) AND Ref( C, -1 )>Ref( C, -2 ) AND RSI( 8 )<50; Filter = O >Ref( O, -1 ) AND C>Ref( C, -1) AND Ref( C, -1 )>Ref( C, -2 ) AND RSI( 8 )<50;
1 comments
Leave Comment
Please login here to leave a comment.
Back
make it for sell also please