Sundance,

Try removing the quit & return, I don't see a need for them. esp quit, rem it will execute on the first run (INITRUN) when indicators and prices are not loaded.

Also try

printf("\n%1.5f", Price[0]);

\n for new line so its readable, and I think you need the 1 for the digit before the decimal point.