oladapolaleye
oladapolaleye
Friends

Add friends via their profile or user search and you will be able to see if they are online

oladapolaleye
Added topic EA to make one trade after indicator cross signal
Please help me with the code for my EA to make one trade per indicator cross signal and wait for another cross again to make another trade decision. Thanks
oladapolaleye
Added topic Please help on: OrderSend error 3
Please help on: OrderSend error 3 This is the code: //+------------------------------------------------------------------+
oladapolaleye
Added topic Please, how to open buystop and sellstop orders at the same time
Please, how can I open buystop and sellstop orders at the same time and one delete as the other triggered? Thanks
oladapolaleye
Added topic Help please!
Help please! I want to close a position after a certain bar if still in negative profit. Thanks
oladapolaleye
Added topic Please Help on Fractals
Please I need your help in coding Fractals. I want the values of four consecutive Fractals: Last but one upper Fractal , Last but one lower Fractal, Last upper Fractal, Last lower Fractal. Thanks
oladapolaleye
Added topic Help Please! on Candlestick coding.
Op = iOpen( NULL , 1440 , 1 );    Cl = iClose( NULL , 1440 , 1 );    Hg = iHigh( NULL , 1440 , 1 );    Lw = iLow( NULL , 1440 , 1 );    Bd = MathAbs (Op-Cl);    Ush =
oladapolaleye
Added topic Please help needed on ea trading time
Somebody Please help, I don't want my ea to trade between 15.00 and 20.00 How should I code this and add it to my ea? Your help is highly needed. Thanks
oladapolaleye
Added topic Help Please!
Please I need help on this for my EA: double RSI_Prev = iRSI(NULL,0,6,PRICE_CLOSE,2); double RSI_Curr = iRSI(NULL,0,6,PRICE_CLOSE,1); double MA_RSI2 = iMAOnArray(RSI_Prev,0,6,MODE_LWMA,RSI_Prev,2); double MA_RSI1 =
oladapolaleye
Registered at MQL5.community
oladapolaleye
Added topic EA working on 2 Timeframe at the same time
Please what should I do to make my EA work this manner; To open position on H1 chart base on the signal from indicator on H1 chart and close the opened position using the signal from indicator on M15 chart. Thanks
oladapolaleye
Added topic EA opening many positions
My EA is opening many positions on a single bar, please, what should I do to it so that it will open a position per bar and will not open another position until the existing one is closed
oladapolaleye
Added topic Please help this closing
I want my EA to close order at the close of the current bar. Your help will be appreciated
oladapolaleye
Added topic My EA will not open its own position
Please somebody tell me why my EA does not open position when there is an active trade by another EA running on the platform. Even when all the conditions for it to open position are met. please, I need your help
oladapolaleye
Added topic Drawdowns
Please explain to me about absolute drawdown and maximum drawdown Thanks
oladapolaleye
Added topic Can somebody help in analyzing these two results for the best?
I tested an ea using two different settings, the results were attached. Please kindly help me to analyze the results to know the best setting in performance. Thanks in advance. Oladapo
oladapolaleye
Added topic Help in plotting moving averages on indicator window
Please could somebody help me on how to plot moving averages on indicator window? I'm using fxpro metatrader platform and I want to plot moving averages on RSI indicator. Please help me