chukwudi joshua obiekwe
chukwudi joshua obiekwe
chukwudi joshua obiekwe
Added topic how to open only 3pairs on a window.pls help
pls can someone help me, i want my EA to open only 4pairs or symbol on a window and ignore other entries on other pairs since maximum require position on pairs is reached...thanks i did this but dont think it worked ,any other code help is high
chukwudi joshua obiekwe
Added topic pls I need your assistance on this EA waiting times
Pls can someone explain this senerio pls,I use this code to tell make the EA wait for some seconds but my problem is when its Attached to each symbol said like EURUSD, and gbpusd after number of wait is completed it loop in to another pair time and
chukwudi joshua obiekwe
Added topic how to open 1 position per direction trend...
Pls I have few difficulties implementing this program line... I want assistance on if ma1 crosses ma2 ---open buy,don't open again till another cross for Sell... Now this is my code If(ma1 > ma2 && bid < OrderOpenprice()) "Open buy" My
chukwudi joshua obiekwe
Added topic don't trade if spread is high...pls assistance
Pls I need assistance on this code,if spread high is...return...No trade..But the problem is return (0) is added on the EA code it will not open any order again,but is I remove it Will start working again without regulating the high spread,this is
chukwudi joshua obiekwe
Added topic how to copy exactly signal providers lot zise .
please i want you to help me on how to copy trade on mql5.com with same lot with the signal provider .... irrespective of my fund are higher or lower. for example if the signal provider open position 0.01 ==== mine will be 0.01 or 0.1 if the signal
chukwudi joshua obiekwe
Added topic please can someone help me to calculate this lot formular....
please i am looking for a way to get my lot calculation step like this 0.1, 0.2, 0.4, 0.6, 0.8, 0.10  etc but i fine it had to code out instead i get 0.01, 2.00, 4.00, 6.00, 8.00, 10.00 etc please can someone help me make it like this === 0.1
chukwudi joshua obiekwe
Added topic urgent help needed please
pls why is my order select  printing "no order selected" i have try everything both google search yet i can fix this problem i use this orderselect on sell and it works fine but on buy it does not work pls help me, below is my code. pls note
chukwudi joshua obiekwe
Added topic OrderOpenPrice() not working for buy low
please can someone tell me the reason why order      ask < OrderOpenPrice()--------->buy  is not working. i have been using the function for long to open buy low but suddenly i discovered my ea is no longer opening buy order
chukwudi joshua obiekwe
Added topic what could be the cause
pls guys can you please suggest what could be the cause of this, my ea is programmed fine and all braces properly placed with error report. back test/live work properly and on trade for long time successful no problem,but today i suddenly saw
chukwudi joshua obiekwe
Added topic open orders with 10pip gap
please help me with handy code to open position and open another one after 10pips.thanks see what i have tried but no success with the code please help if ( ma1 > Ask + ( 10 * Point )&& CurrentTime != Time[ 1
chukwudi joshua obiekwe
Added topic judge this for me short term performance and long term performace
QUESTION 1. LONG TERM  EA PERFORMANCE i back tested this ea ("LONG TERM  EA PERFORMANCE") in long term data ticks like 10yrs and got excellent result,then i back tested again on short term ,like 1yrs performance but the result was not good
chukwudi joshua obiekwe
Added topic Please help me with this code
I want my ea to open buy with iccI indicator .for example i want the code to be like this if icci indicator is above 100 and less than -100 then greater than or equal to 100     ( OPEN BUY) Please can someone help me. Below is the image of
chukwudi joshua obiekwe
Added topic please i need your assistance please mql4 want to double cross me with their latest update.
please this is the forex copy that i use to duplicate trade to multiple platform,though am not the own of the program codes. but since i download the latest mt4 update compiling this ea show me error below.please help me with the new updated program
chukwudi joshua obiekwe
Added topic please help assistance
please my broker changed their order symbol to ERU/USDX or GBP/USDX and my ea can not trade again please can someone tell me which line of code to change to get it working again.please i really needed it urgently.thanks
chukwudi joshua obiekwe
Added topic please i need help
my dear forum members please i had difficulties writing my ea in to dll can someone please help me with an example of writing simple dll for my EA,using C++ 2010 or pascal or clear example how to use dll contain in mql4 platform. especially writing
chukwudi joshua obiekwe
Added topic please guys help me with ea passwording code.
please guys can someone help me with EA passwording code, because the one i saw on the article or forum i did not understand it at all. please may someone help with the coding in good apply to work immediate code thanks