Placing Pending Orders on WRONG VALUES
-
Please help me why this EA Places Pending Orders on WRONG HIGHEST/LOWEST Values.
It is fine on Tester but on Live Account it places wrong values, even tho i am using GMT
HERE IS THE SAMPLE OF WHAT IT DOES WHEN DEPLOYED, AS YOU CAN SEE IT DOES NOT GET THE HIGHEST AND LOWEST PRICE OF THE TIME PERIOD PROPERLY
Even the OBJECT does not get the HIGHEST and LOWEST PRICE from the TIME PERIOD Properly

-
UPDATE!! Tried to use Server Time not GMT Time and it is now Working Properly.
is GMT Time not working properly?
-
Maybe, not the 1st time GMT time doesn't appear to work correctly. If you use meta trader code it will probably work (I use server and just change the input time to match). On mt4 GMT in backtest uses server time.
-
@jstap thanks! will use Server Time from now on.