Stock Portfolio Organizer
The ultimate porfolio management solution.
WiseTrader Toolbox
#1 Selling Amibroker Plugin featuring:
RSI value at the Bar for Amibroker (AFL)
this is not a any treading stretagy, but will display RSI value at the candale or baar. which will help to cealr the position….!
just copy paste this formula below the Code of Candle/Bar plotting in your AFL…!
Similar Indicators / Formulas
Indicator / Formula
1 2 3 4 5 | numbars = LastValue ( Cum ( Status ( "barvisible" ))); fraction= IIf ( StrRight ( Name (),3) == "" ,3.2,3.2); hts = Param ( "Text Shift" , -50,-100,100,10); PlotText ( "RSI(14) >> " + WriteVal ( RSI (14),fraction), SelectedValue ( BarIndex ()+1)-(numbars/hts), SelectedValue ( C ), colorWhite ); |
5 comments
Leave Comment
Please login here to leave a comment.
Back
Nothing Displayed !!!!!!!!!!1
change the color in this line
Hi ,
Many thanks for the code , Can it be modified to plot the RSI value ( text on chart) for previous overbought / oversold swings of RSI on the chart
Thanks for AFL. It can be used to show text marks for any plotted variables.
Hi ,
I need RSI ( 8 ) value above the candle on the chart for every swing when the reading is RSI > 70 on that candle / day and RSI < 30 below the candle on that day ( E0D) . I want to use it to spot divergence / swing failure visually on the chart . Thank in advance if anybody can help