Build a buy/sell stop bot that trails after the market
-
Hello, I am new here and I wish to build a buy stop and sell stop bot (separately) that trails after the market this is for crash and boom synthetics.
-
Some more info would be appreciated.
-

So here is the chart, it is kind of small sell candles and then a boom that creates a large buy candle, so I wish to create a trailing buy stop after the sell candles, but the trailing should start 30 secs after the sell candle forms.
I hope this is clear. -
A stop order would only open at big candle close, in that picture it would have worked, but on average it wouldn't.
-
Like, if the stop order only moves 30 secs after candle forms, it still won't work?
Or do you mean the order will only get triggered at the candle close? -
The spike will go through SL, TP, Stop order, they will activate when candle stops moving.
-
Okay thank you.
Is it possible to help with a bot that takes buy trades after the 25th sell candles, and martingale it till there is a buy, and then it resets after each buy candle. -
once per bar add 1 to a variable, when variable = 25 do something and reset the variable
-
Sorry, I am new here so I do not understand that, there is no helpful course online for fxdreema so learning is slow.
-
This is a start for you, you have to test and add/change until it is doing what you want, leave martingale until it's working as wanted (martingale is a bad idea).
https://fxdreema.com/shared/LQwsPCibb -
Okay thank you, I would go through that and then try what you suggested
-
So, I am stuck on the variable thing and how to create the variables like you explained
https://fxdreema.com/shared/7bm8McZve -
Just right click and insert:
