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 of Pairs ratio for Amibroker (AFL)
aucn
almost 14 years ago
Amibroker (AFL)

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

RSI of pairs ratio of two tickers enter ticker in parameters box.

Similar Indicators / Formulas

Pairs Ratio CCI
Submitted by aucn almost 14 years ago
VIDYA
Submitted by johnhaber about 14 years ago
3 Days Track
Submitted by janet0211 almost 14 years ago
KILL THE OPERATOR MACD
Submitted by prasadmuni over 11 years ago
Debu Market Efficiency Ratio
Submitted by agent301 over 11 years ago
%R ++
Submitted by reb almost 14 years ago

Indicator / Formula

Copy & Paste Friendly
_SECTION_BEGIN("rsi");
Ticker= ParamStr("Short ticker", "?");//short stock
tickersc=Foreign( ticker, "C");//Short stock
/////////////////////////////////////
ticker2=C;//long stock
/////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////
spreadc=C/(tickersc);
////////////////cci//////////////////
N=Param("N",14,2,34,1);
Plot(RSIa(spreadc,N),"RSI",5,5);

_SECTION_END();

0 comments

Leave Comment

Please login here to leave a comment.

Back