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

MACD/RSI Signal Cross for Amibroker (AFL)

Rating:
3 / 5 (Votes 8)
Tags:
amibroker, exploration

System will generate a buy signal when
occurs at least one of the signals:

The confluence of the MACD line SIGNAL
The confluence of the RSI line 30
volume is larger than 100000 (you can change the volume for your needs by inserting a different value)

Similar Indicators / Formulas

GapUp and Bearish Close (Reversal) _Daily
Submitted by indraji2001 almost 10 years ago
General Market Exploration by XeL
Submitted by xel almost 12 years ago
Scanning Gap Up and Gap Down
Submitted by vinodsk over 10 years ago
Deel - Average Dollar Price Volatility
Submitted by kaiji over 14 years ago
Vol Peak 5 Day [Scan only]
Submitted by lusmomoney over 10 years ago
TEMA_Regression Crossover
Submitted by marcheur over 10 years ago

Indicator / Formula

Copy & Paste Friendly
//system:
Buy =   (Cross( MACD(), Signal() ) OR Cross( RSI(), 30 ))  AND Volume > 100000;

//exploration
Filter = Buy;
AddColumn( Buy, "Buy", 1);
AddColumn( Volume, "Volume", 1);
AddColumn( Cross( MACD(), Signal() ), "MACD/Signal cross", 1);
AddColumn( Cross( RSI(), 30 ), "RSI / 30 cross", 1);

2 comments

1. anandnst

Good exploration.. MUST C

2. shariful

this afl supports my individual trading system..great sharing bro..Gekko..keep it up

Leave Comment

Please login here to leave a comment.

Back