Need Some Assistance In Scaling In
-
Hello fxDreema users, I need some assistance here. I'm testing a scaling in function. Using a simple MA crossover strategy, I make use of trailing stop to protect my profits. Now, I would also like to enter a new (but smaller) position when stop loss moves beyond breakeven.
When I test this strategy on EURUSD over a two-year period, only one trade is recorded and Strategy Tester ends. I replaced the SL breakeven block with a positive profit block but the result is the same. Did I overlook something? I would appreciate any help given. Thank you!
Here is my strategy. https://fxdreema.com/shared/SCtWYno7e
-
I forgot to add that the trailing stop function has been working wonderfully well. Today is the first time I'm testing the scaling in function. It seems that I missed out something.
-
On Trade data only works on the on trade tab:

-
OMG, this works! Thank you so much, @jstap ! However, it seemed that the second position spawned its own new position, and so on. It was like a recursive function that went on indefinitely. I added the block Check Trades Count == 1 and it works like magic now!
-
