I'm a real novice at this and am trying to write a formula that will place a couple of lines on an intraday chart.
The lines are calculated with data from prior daily bar's high, low, and open. Getting to this data has me stumped.
Is there an easy way to access this data? I used to use Stock Watch Pro and the way I did it there was with this kind of code: Bar[Close,D,2]
This gave me the close of the daily bar, two days ago.
Thanks in advance.
The lines are calculated with data from prior daily bar's high, low, and open. Getting to this data has me stumped.
Is there an easy way to access this data? I used to use Stock Watch Pro and the way I did it there was with this kind of code: Bar[Close,D,2]
This gave me the close of the daily bar, two days ago.
Thanks in advance.
Comment