Stock Portfolio Organizer
The ultimate porfolio management solution.
WiseTrader Toolbox
#1 Selling Amibroker Plugin featuring:
Start Green After 3 Bars Red for Amibroker (AFL)
start green after 3 bars red and rsi < 50
Similar Indicators / Formulas
Indicator / Formula
// 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