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 ....
For Portfolio Manager Click Here

WiseTrader Toolbox

#1 Selling Amibroker Plugin featuring:

Advanced Adaptive Indicators
Advanced Pattern Exploration
Neural Networks
And Much More ....
Find Out More Here

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 almost 11 years ago
General Market Exploration by XeL
Submitted by xel almost 13 years ago
miftha indicator
Submitted by coolpace almost 15 years ago
Deel - Average Dollar Price Volatility
Submitted by kaiji over 15 years ago
DIX50,20,10
Submitted by morgen almost 15 years ago
Volume Spike Exploration
Submitted by ngocleasing almost 15 years ago

Indicator / Formula

Copy & Paste Friendly
1
2
3
4
5
6
7
8
// 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

1. anuraghsr

make it for sell also please

Leave Comment

Please login here to leave a comment.

Back