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

RSI-Macd for Amibroker (AFL)
intool
over 11 years ago
Amibroker (AFL)

Rating:
1 / 5 (Votes 1)
Tags:
oscillator, amibroker

Removed due to author complaint.

This afl code is a compenation of RSI & MACD.

You cannot view the code for the following reasons:
  • The indicator has not yet been approved by the Administrator.

3 comments

1. anandnst

lots of errors…

2. iwct

Change RSI to RSI and try

3. savage

////////////////// Add signal /////////////////////

Buy=Colt==colorWhite;
Sell=Colt==colorRed;

Buy=ExRem(Buy,Sell);
Sell=ExRem(Sell,Buy);

PlotShapes(IIf(Buy , shapeUpArrow, shapeNone),colorGreen); 
PlotShapes(IIf(Sell, shapeDownArrow, shapeNone),colorRed);

Leave Comment

Please login here to leave a comment.

Back