Is there a way for the "Close trade" block to Not be counted as a Loss by the EA?
-
Hi,
Is there a way for the "Close trade" block to be executed, without being counted as a Loss by the EA? -
@rafaels919 How do you count the loss? Backtest report?
If you want a purely technical solution, you could keep track of the trades closed with that block, and then subtract the value from total loss.
-
@roar I use the "buy now" block with a betting sequence. I also use the "Close trade" block in parallel, so when a condition is triggered, it closes the trade.
https://fxdreema.com/shared/IFH0TvM8c
The issue is that whenever the "Close trade" block is executed, the EA counts in as a loss and I'm being moved to the next value in the "Buy now" block's "Sequence On Loss" input as a consequence. -
@rafaels919 Ah, I see.
There's no simple fix, as far as I know. You could use a bunch of variables and custom coding to make your own betting system, which would be more flexible addressing different kind of closing methods (using the OnTrade tab, for instance).However, I think that is too much hassle for zero benefit. I'd recommend staying away from betting systems, they don't really improve any trading strategy.
Its like polishing shit, you will never get gold no matter how hard you try

-
@roar I see. Thanks for your input, it is much appreciated!
-
@roar
LMAO