Hi,
if (Close[0] > HMA(HMA1)[0]&& Close[0] > Bollinger(0.26, Bollinger1).Upper[0]
&& RSI50(Rsi, 9)[1] > RsiBuy))
BarColor = Color.Blue;
I want along with Bar coloring, Buy or Long text to appear below the bar when the conditions are met.
Is there any scope to achieve this? My knowledge of coding is limited with which I could achieve certain tasks but this seems to be beyond my reach. Any help would be appreciated.
Thanks in advance.


Comment