Why only from 5000 dollars works on the history.that from 1000 can not?
In case of a long drawdown, a negative swap is accumulated, which the Expert Advisor does not take into account when closing. As a result, there may be a considerable loss.
Gribbit :
Hi Valdimir
Testing your idea, looks good.
How about introducing a function to close the trade in profit after N time, as you said drawdown for a long time, not that I havent seen drawdown in my day, just an idea to cut the current trade loose after a while
Thanks
Al
In this case, large losses will be recorded.
I get 106 errors with this code.
mb
Hello, Vladimir!
What's the difference between Spreader (https://www.mql5.com/en/code/23355) and Spreader 2 (https://www.mql5.com/en/code/19402)?
Tks
Spreader
- www.mql5.com
The EA calculates everything independently, i.e., the direction and lot size for opening a position. The calculations are optimal, so that the EA will either quickly accumulate positive spreads and close with a profit, or, in case of anything going wrong, hold a trade until the drawdown recovers. Drwadowns happen and sometimes last long. The EA...
marcusvdl :
Hello, Vladimir!
What's the difference between Spreader (https://www.mql5.com/en/code/23355) and Spreader 2 (https://www.mql5.com/en/code/19402)?
Tks
Open the code in MetaEditor and compare.
Well done to the author and the idea I appreciate my work on this EA little account load for now I'm testing it on a small real account success and health of the author
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register

Spreader:
An Expert Advisor for two currency pairs
Author: Vladimir Karputov