int i
bool flag= true;
for(i=0;i<100;i++)
if (priceC[i]<mySMA200[i]) flag= false;
if(flag) enterLong();

double check the sintax. Ciao