I am trying to create an exploration in which I need to identify
the price level at which a TL has been crossed.
I have a manually drawn a trendline which has been given RE as study ID
Here I am using the following code which returns the close price on the day of the TL crossover.
BrkoutValue = Cross(Close, Study("RE",id))
Thanks in advance
Amar.
the price level at which a TL has been crossed.
I have a manually drawn a trendline which has been given RE as study ID
Here I am using the following code which returns the close price on the day of the TL crossover.
BrkoutValue = Cross(Close, Study("RE",id))
Thanks in advance
Amar.