Forum

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 touches the resistance line after the close of the

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 foe example if the EA sees a buy trade on EURUSD

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 >

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 stopLoss= 100 ; input int takeProfit= 100 ; input double volume= 0.01 ; enum orderType{

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

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

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 EMA. please help guys

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. please how do i prevent this from happening. Let me

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 timeframe its attached to. And apply appropriate money