How does EA process the Open[] instruction?

 
again I would appreciate an answer to this suimple question posted a while ago,


crappy forum
 
Paul,

just try it yourself. Place a

Print("Open = ", Open[0]);

instruction in your start() function and then switch time frames. Then look at the Experts tab in the Terminal area (below the charts) and check what the expert prints on the next tick.

(My guess would be that it always uses the open from the current timeframe, unless of course you use iOpen(NULL, PERIOD_XX, 0) to reference a specific time frame).


Markus
Reason: