Forum

Any mql5 programmer from Nigeria and who currently resides in Nigeria should please hit up

Sorry this might not be the right place to post this, but I just have to. This feeling of seeing yourself as the only programmer doing this mql5 thing in Nigeria is really taking us down; so if you are a proficient mql5 and c++ programmer, please hit up and would love to meet with you

Please I need your help....can't open position on channel breakout

void CChannelBreakout::GetHighestHighAndLowestLow( int &BarsHigh, int &BarsLow) { //+--------------------------------------------------------------------+ //|Firstly, declare the arrays to hold the candlesticks highs and lows | //+--------------------------------------------------------------------+

how to get position type opened?

void OnTick () { //--- positions already selected before ENUM_ORDER_TYPE signal = WRONG_VALUE ; long posType = PositionGetInteger ( POSITION_TYPE ); double openVol= PositionGetDouble ( POSITION_VOLUME ); //--- check for signal to close a trading position if (posType==( long )

EA places trades in opposite direction

//+------------------------------------------------------------------+ //| NLT2.mq5 | //| Copyright 2020, MetaQuotes Software Corp. | //| https://www.mql5.com |

why can'ti place orders.....please coders

//+------------------------------------------------------------------+ //| Strategy1.mq5 | //| UJE | //| udohjeremiah231@gmail.com |

EA doesn't place trades

//+------------------------------------------------------------------+ //| Input variables | //+------------------------------------------------------------------+ input int Stoploss = 50 , Takeprofit = 100 ; input double Tradevol = 0.1 ;

it keeps placing trades, while its not suppose to. Please help the newbie.......

//+------------------------------------------------------------------+ //| Input variables | //+------------------------------------------------------------------+ input int Stoploss = 50 , Takeprofit = 100 ; input double Tradevol = 0.1 ;

Good compilation but not running on EA Strategy Tester

//+------------------------------------------------------------------+ //| GLOBAL VARIABLES | //+------------------------------------------------------------------+ string BUY_COMMENT = "Long position open based on confirmation bullish engulfing