MarketInfo() - bug - page 2

 

Correction:

.

Sometimes I do this (below) to not move ahead until things are ready to go:

int start (){

if(Time[0] < TimeCurrent()-Period*60) return(0);

 

As for your comments, jeez...

Nothing's perfect.

You found something that is unstable at startup

Work around it.