Originally Posted By: hughbriss
Just put...

BarOffset = whatever;
while(asset(loop("EUR/USD", etc)))


Thank you Hugh, but my question is:

I understand the Loop executes the body of the while for each pair, so to put the statement before the while, not setup BarOffset for each pair. What I need is to place a Baroffset different for each pair as suggested by JCL.

Thanks.