Hi,
I start trading at 8:00am and need in my *.efs the open() from 1:00am as comparison.
How can I use the open() function to get the 1:00am open() ?
Is this possible: ?
if (getHour()==8 && getMinute()==0) {
myVar1am = open(-7, inv(60) ) }
Torso
I start trading at 8:00am and need in my *.efs the open() from 1:00am as comparison.
How can I use the open() function to get the 1:00am open() ?
Is this possible: ?
if (getHour()==8 && getMinute()==0) {
myVar1am = open(-7, inv(60) ) }
Torso
Comment