Hello folks,
Since I am new to coding, I am looking, how to store older spot vaule say 9:30 (nifty price 18320) and I can use that spot value in the second half of the day for reference to execute my another trade.
for the time being I am creating a far otm buy order and storing this value as runtime variable (at 9:30), but this unnecessary order draning profit amount each day and increasing trade counters as well.
I am wodering if there is another way to do the same thing without creating a dummy order.