Vladimir Brody
Vladimir Brody
  • Information
10+ years
experience
0
products
0
demo versions
0
jobs
0
signals
0
subscribers
Vladimir Brody
Registered at MQL5.community
Vladimir Brody
Added topic How can I work with open close prices?
Hi, I have simple problem with my code.I need work with prices close[1]-low[1] ; open[0]-close[0] etc... How can I do it? An example: I will go long when open[1] - low[1] > as 20 pip. double OPEN1 = iOpen(NULL,60,1); double LOW1 = iLow(NULL,60,1);