I like to change the formula to show the netchange from today's open price. Which is basically the difference between today's open and the last price traded today.
I changed the formula to :
CustomeNetChange.Set(CurrentDayOHL().CurrentOpen[0]-Close[0]);
But I am not getting the right delta. Can you tell me how I should change Tim's code to do this?

Comment