Hi,

try this code:

....
if (!is(LOOKBACK)){

while(asset(loop("EUR/USD","GBP/USD","AUD/USD","USD/CAD"))){
printf("\nPrice %s: %f",Asset,price(0));
....
....
} // end while
}// end if

Milan