Open New Trade When Previous is Winning Trade
-
Test this
https://fxdreema.com/shared/ZTx3A4gJb -
I've test if i disconnect that block, there will be no trade open since the block start with For Each Trade.
How can i fix this? -
Thanks @roar . Now it works like it should do.
Would you mind share with me the best exit rules?
I've been searching the internet mostly focus on best entry.
I'm looking for best exit rules for EA. If manual we all can monitor it.
Most of the signal provider, because of manual trade, some use pivot, SnR, previous High/Low.
But i don't really understand how to do it in FxDreema. I just rely on indicators value. -
Personally I use symmetrical entries and exits. Opening buys also closes the sell trades.
Its most logical for me: when its good time to buy, surely its also good time to get rid of sells.
-
Yes @roar , just like high/low/zigzag. But usually during backtest, most of the time will miss the exit point that makes the trade become loss. Because most signals are repaint/recalculate/late opposite signal. Unless manually close trades.
These are the main reason most of EA cannot be perfect, i guess.
And market is not ours.
-
@biztet I dont think there is such difference between manual and automatic, its not like manual traders are necessarily any better at spotting turning points. The difference is just that automated systems document the fails better, manual traders can just forget/hide/not talk about them.
-
@roar Can you help me with this one please?
I'm thinking of doing reverse trade when hit SL.
Would you mind have a look? -
@biztet that way you get infite sell trades for 1 buy. Check the On Trade tab, there's better options

-
Wow! Thanks @roar. Haven't explore this part. Will have a look. Thanks again for your time.