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 ....
WiseTrader Toolbox
#1 Selling Amibroker Plugin featuring:
Advanced Adaptive Indicators
Advanced Pattern Exploration
Neural Networks
And Much More ....
RSI on the screen for Amibroker (AFL)
Copy & Paste Friendly
Back
strength = 1;
pr=PeakBars(RSI(14),strength)==0;
ps =TroughBars(RSI(14),strength)==0;
pr=PeakBars(RSI(14),strength)==0;
ps =TroughBars(RSI(14),strength)==0;
{ GfxSelectFont("Arial",24, 800 );
GfxSetBkMode(1);
GfxSetTextColor(colorWhite);
GfxTextOut("RSI="+WriteVal(RSI(14),format=1.2)+" ",470,20);
}
//see marketlogy.com for unique AFL code