2 ea at the same time ?

 

Hello,

I have q.  Can i run 2 ea at the same time ? and 1 one will effect on the other....   I mean i have ea that use hedging strategy but the i have SL 130 error  so it does not take SL right. Is there a way i could run 2 ea that will make SL to my robot ?   Maybe U see another way to do it ? I have error in mt5 i m not code (er) dont know how to make it work?

Best regards

i add my robot So U can test it also this is demo .   Ok 1 more . Is the timeframe M1 H1 makes difference to work robot ?? In my experience yes > But im right?  

ALso   if the trade will loss, the margin will "losS" also so how can be the hedging strategy works ???    can't figure out

 
I deleted the attached .ex5 file because distribution of .ex5 files is not allowed on the forum. Only the source code is allowed.
 
Vladislav Boyko #:
I deleted the attached .ex5 file because distribution of .ex5 files is not allowed on the forum. Only the source code is allowed.
ok
 
Michal Klis:


test it on a demo account and see. Thats what a demo is for.

how 2 eas will work or not work, can not be guaranteed. that depends on the coding of each ea. so, if you do not know the code, then, only thing that you can do is test it out and see on a demo.

Also note that this forum is mostly for coding help and reporting of bugs with mt4/5.

Other subjects, you may not get responses -- else just sellers who are fishing.

 
Michal Klis:
i have SL 130 error
This is an error from MQL4, not MQL5, isn't it?
 
if broker issue, they can reject your order, then contact broker, if not then Magic number should be different on both EA and it may work. Best way is to check if your EA is working OK in strategy tester without any error.
 

Forum on trading, automated trading systems and testing trading strategies

(Invalid stops) 301

Michal Klis, 2026.02.18 09:29

Hello, i have error invalid stops. How can i fix by myself, i dont know coding.... Is there a way ? best regards
Using a second EA to "fix" the buggy behavior of an existing one is a terrible idea. If your EA can't function as intended, it also won't work with another EA (as it wasn't originally intended). You'll simply be adding new problems to the existing ones. Fix the code of an existing advisor or develop a new one from scratch.