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
If you leave the remaining losing trades run you will end up destroying your account, that is the problem with grid and martingale systems.
Users always hope to see the losing trades return to profit, but all that ends in a disaster.
The recipe for success is to cut losses short and let profits run, not the other way around.
I understand, what you mean, but in ranging markets is this not bad, to close only profitable trades in a basket-sum again and again, because after a while, the open looser trades become profitable.
Hello,
I search a EA similar the known EA "Close all at profit or loss".
But I want, if a predefinied level of profit (or loss) is reached, that the EA close only the profitable trades and not the other trades, which currently still in loss.
Have someone this EA?
This is the code that determines the profit and loss of a position. You only need to put your own transaction closing code.
I don’t know if my answer fits the topic?
My English is not very good, so I use Google Translate, haha, please forgive me if there are any mistakes.
This is the code that determines the profit and loss of a position. You only need to put your own transaction closing code.
I don’t know if my answer fits the topic?
My English is not very good, so I use Google Translate, haha, please forgive me if there are any mistakes.
Thanks
I search a EA, if a predefinied sum (basket) of profit (or loss) is reached, that the EA close only the profitable trades and not the other trades, which currently still in loss.
Because it is not often to have a overall-profit, so I want let the looser trades run. For example: I trade often a grid-system, some trades are profitable and some trades are not, but I want close only profitable trades, if they reach together a predefined sum in money.
I often do the same, but my ea will open more profit trades until 1 or more of the losing trades are closed with an average price + small profit. But i do not think basket closer does this, but it could be modified to do it.
try search terms average closer or search for ilan ea there is lots of versions on codebase and google. You can use code from it.