@AlirezaTrade You can program that on the same 'buy/sell pending order block:

@AlirezaTrade You can program that on the same 'buy/sell pending order block:

Do you mean someone making it for free here? Personally I don't think so. We can help you to make it, but you will need to learn how the platfor works first.
Do you mean closing all open trades when any of those targets is hit and then not opening new trades until next trading session?
@hojjat78 You need to use this block to find those numbers:

I'm afraid you will need custom code to do that. No fxDreema block can do it. Probably the best option is hiring a programmer to do that specific combo and then you import it into your fxDreema ccount.
Do you need the line to trade manually? Because if not, the line is unnecessary and a variable would do the job with far less code involved.
That depens on the pip size rules you are appliying to your bot.
You need an edition field to insert the proce and then this is the general structure:
If that custom indicator is using buffers to stor that information, you can take it directly from there. Here you have two nice tutorials explaining how to check those buffers:
https://fxdreema.com/forum/topic/4208/tutorial-06-my-indicators-in-fxdreema
https://fxdreema.com/forum/topic/9105/tutorial-working-with-ex4-ex5-indicator-file
Are you aware that the bot will be drawing infinite horizontal lines. every tick arriving in the platform a new line will be drawn. I huess you need just one, right?
I never tried Apple, but I tried different laptops/PC and I can see having MANY cores and much RAM makes ALL the difference when backtesting MT5. Nothing changes for MT4, but it was when I saw the effects of fast backtest on MT5 that I decided to move to that platform and take a minimum of 20 cores for my PC in order to make things nice.
You will need a loop searching for all horizontal lines on the chart at the moment and then check if price is above each one. Once it id confirmed it is above, you will need to delete that line in order to not to be checked anymore, of course.
Blocks 1 and 2 are using the exact same Constant. That can neever work because you are requiring the same value to be true for both opposed conditions at the same time.
This is the second thread you created for the exact same question. Please don't duplicate threads.
@Hiten7405 You will need custom code to do that. No fxDreema block can do it directly. Sadly, I'm not the guy knowing that custom code, sorry.
If your MT5 platform can use a template to show 15s candles, yes, no problem to do that. However, as you say, you will need something external to create those candles. Sadly, I'm not the guy who knows how to do that.
@joeDIAMONDS This is what you need to do:
