Mc Temple
Mc Temple
Friends 1
Mc Temple
Added topic Why won't my robot buy at the right time?
oid OnTick () { double parabolic = iSAR ( _Symbol , _Period , 0.02 , 0.2 , 0 ); double KLine = iStochastic ( NULL , 0 , 5 , 3 , 3 , MODE_SMA ,MODE_MAIN, 0 , 0 );    if ( OrdersTotal () == 0 ) {   if (KLine < 20 && Ask
Mc Temple
Added topic How would I find out if The Awesome Indicator is Red?
I couldnt find out how to do this. So I made a code, that detected if the next value is 90% of the previosu candle it detects it as red. EA must be colorblind xd. bool AwesomeRedConfirmedVariable() { double AOone = iAO ( _Symbol , _Period , 1 );
Mc Temple
Registered at MQL5.community