Help for a simple grid
-
Hi Guys,
I have a question that was asked previously, however always with a twist, and I was not able to comprehend the answers.
Here is what I try to achieve.- Buy at a specific condition.
- Once the price moves agains me, a certain amout of pips (say 50), buy again (same lot size).
- Repeat this process n times. n should be a constant I can modify
My try was this:
https://fxdreema.com/shared/AAqCCjQNbhowever that way I cannot modify how many times this should happen.
All help is appreciated.
Thank you so much!!Cheerz,
Dan -
@danzig55 In this example you can do that up to 3 times:

-
@l-andorrà : Thanks a lot l-andorra.
I did a ton of iterations to make a solid grid system, and I found it actually possible now. The trick is, that once the trade starts losing, I continuously increase the grid size extensively. And once the bot detects a trend reversal, moving the trade back to profitable, it lowers the grid size again. Your help will allow me to play around with the trigger for the different grid sizes. Much appreciated.
-
@danzig55 Either use a once per trade block or use a count trades block.