objemmanuel1997
objemmanuel1997
Forex trader at Climax Trading PLC
objemmanuel1997
Added topic Supply and demand EA
Hello guys i developed an EA based on support and resistance using a support and resistance indicator that draws lines on the chart. The condition for a buy is once price touches the support line at the close of the candle it buys and if price
objemmanuel1997
Added topic I want to add currency strenght filter to my EA
I made this wonderful EA that makes use of volcano strategy but i want to add some sort of filter to it using the currency strenght meter. I want a situation whereby if the EA sees a trade it checks the strenght of the currecy before taking the trade
objemmanuel1997
Added topic Free EA for you to optimize
hey guys i made an EA which i would give out and would love if anyone can optimize it to find the best settings for it. The first EA is combination of CCI and MA filter and second one was made with trend magic indicator <ex4 file removed >
objemmanuel1997
Added topic My EA for mt5 only opens orders it doesnt close orders
#property copyright "objemmanuel" #property link        "https://www.mql5.com" #property version    "1.00" input int TrendPeriod= 5 ; input int SmoothingCoefficient= 2 ; input int HistoryBars= 5000 ; input int
objemmanuel1997
Added topic Genetic basd optimization taking too long in mt5
I am trying to optimize my EA did the first part took like 7hours for 10000 iterations now i am trying to do another optimization it is taking over 300 hours for just 10,000 iterations please what might be the problem 
objemmanuel1997
Added topic I need help with optimization
i developed this EA and it is working fine but when i wanted to optimize it for best parameters it was telling me  84 passes done during optimization results discarded 84 insignificant. please i need help with optimizing my EA thanks guy
objemmanuel1997
Added topic EA not backtesting but not giving me any errors
I created this CCI and EMA EA and i compiled it and there was no error only for me to backtest it and it seems its not backtesting at the same time its not giving me any error in the journal. The EA buys when CCI is above level 0 and price is above
objemmanuel1997
Added topic My EA opens trade on every bar
hello guys please i need your help, i developed this EA that uses CCI and moving average filter it was all good but my problem now is that it opens trade on every bar for example if you place it on a 1H chart it will open trade on every 1 hour
objemmanuel1997
Added topic I need a coder
<Deleted>
objemmanuel1997
Added topic How to convert MT4 EA to MT5 EA
Please I have two EAs I did for mt4 and I want to convert them to also work on mt5 platform still new to mql5 programming . One of the EA is based on every candle breakout and the second is based on CCI and EMA filter. Help guys thanks a lot 
objemmanuel1997
Added topic I need some corrections to this breakout EA
Guys I tried coding a breakout EA and I have been having difficulty no errors but it's not working and it's giving me some OrderModify and OrderSelect warnings.  Basically I want this EA to trade the breakout of every candle depending on the
objemmanuel1997
Added topic Please who has a CCI EA with moving average filter
I'm trying to code moving average filter into CCI giving me difficulty does anyone here has a CCI EA with moving average filter for both mt4 and mt5? Like when the CCI crosses the zero line from the downside and the price is above the moving average
objemmanuel1997
Registered at MQL5.community