That is not possible when backtesting. It is a 100% automatic process that cannot be manually modified.
Posts made by l'andorrà
-
RE: Edit Manually objets in Backtesting in mt5posted in Questions & Answers
-
RE: Unable to get another ChartID's Object price levelposted in Questions & Answers
Not sure I fully understand. Do you mean checking the value from chart A to be plotted on chart B?
-
RE: How to use ZigZag [advanced]posted in Tutorials by Users
Sadly miro is not present in these forums for more than one year now.

-
RE: Activation of the position in the pullback to the dynamic rangeposted in Questions & Answers
Can you please share the link to your project?
-
RE: Multiple TimeFrame EAposted in Questions & Answers
Yes, you can run the bot on the 15M chart but your MACD condition blocks checking the info from the 1H timeframe for example. No problem with that.
-
RE: How to write multi pair closing price for 30 candles from candle 0 into csvposted in Questions & Answers
I'm not complete sure that can be done with fxDreema without custom code. I'm not an expert at exporting info via csv files, but AFAIK the values cannot be overwritten by default. I hope someone else can confirm.
-
RE: MACD Divergenceposted in Questions & Answers
Are you using wrong input parameters values maybe? I mean, are you sure the RSI period you select can cross the level value you select?
-
RE: History center bars importedposted in Questions & Answers
Then it goes beyond my knowledge, I'm afraid. I cannot be of any help.

-
RE: empty valueposted in Questions & Answers
Not sure if that is possible. Probably it is. Could you please share the link to your project?
-
RE: How to check last candle body lengthposted in Questions & Answers
@Arivazhagan-P You can do it this way:

-
RE: Entry into positionposted in Questions & Answers
Yes, you just need to specify the timeframes you need within each condition block.
-
RE: How to allow multiple trades on one bar following conditionsposted in Questions & Answers
Not sure I fully understand the logic. Do you mean there can be infinite buy/sell stops every time price is moving above/below the same open price?
-
RE: can you help meposted in Questions & Answers
This is the second thread you created for the exact same question. Please don't duplicate threads.
-
RE: save valueposted in Questions & Answers
You can store any info into a variable but please remember that crossing lines are not real price values but visual artifacts. You will never get that info.
-
RE: LOOPposted in Questions & Answers
You definitely need a loop to do it. Are you familiar with them?

