♥ 0 |
Is there a way to show a label or bubble with the amount of pips between both bands? #Code: plot LowerBand = Lowest(low[-displace + 1], length); plot UpperBand = Highest(high[-displace + 1], length); RESOLVED
Marked as spam
|
Private answer
The name of the function we need for this is TickSize(). Details here: https://toslc.thinkorswim.com/center/reference/thinkScript/Functions/Others/TickSize
Marked as spam
|
Please log in to post questions.