Hi
why the real open price different From Charts ??
My Strategy specify the Target from the open price of the week, Form this mql4 code
iOpen(NULL,0, 0);
and I cant simply see the weekly open price on the trades
in this Two Images you can see that :
1 - the First tick does not match the open price of the week !!
2 - since My EA open the first trade at the start of the week it sees the open price of the week = the trade open price
how can I make it as I see it now from 1 MIN Candle ??

