♥ 0 |
Hi Guys, I am trying to make an on screen label that shows me the average “Net” movement of the overall intraday chart based off the 1M chart. I am new to thinkscripting and I want to figure out how to make this particular label start counting from 930 open market trading time; the issue I am having right now is that, in order for the numbers to be accurate, I have to change my timeframe to Today 1M instead of my ususal I have 1D 1M and also I have to turn premarket off; Other than that the calculation is completely different. This is what I have right now, and please help me with starting this label at 930 starting open market without having to change my 1D 1M chart. Script: input time = open; def candle = barNumber(); addlabel(time, “NetAvg: ” + Daychangeaverage );
Marked as spam
|
Please log in to post questions.