Is this a test? Joe ----- Original Message ----- From: learner To: [email protected] Sent: Thursday, December 03, 2009 8:12 AM Subject: [amibroker] please read this formula and tell what it is?
for( i = 0; i < BarCount; i++ )
{
if( Close[ i ] > Open[ i ] ) // CORRECT
Color[ i ] = colorGreen;
else
Color[ i ] = colorRed;
}
please read above formula and tell me what is i and i++
what it does exactly?
thankyou for support
