All Questions
1 question
1
vote
2
answers
3k
views
ATR Trailing Stop Loss Indicator in TradingView
I was going through below pinescript code of ATR Trailing Stop loss indicator and was trying to code it in Python. I'm facing difficulty understanding below lines.
Prev = H,barssince(close>H and ...