That depends on your current structure. Could you please share the linkto it?
Posts made by l'andorrà
-
RE: Create buy and sell orders according to drawn arrow.posted in Questions & Answers
-
RE: time block issueposted in Questions & Answers
@tec-nacks The GMT option is not 100% reliable on fxDreema, unfortunately. Whenever possible, use the server time instead. It is 100% reliable.
-
RE: Once per bar , Once per dayposted in Questions & Answers
In general, yes, but then you need to decide if that execution is ALWAYS supposed to happen at the open of each new candle (block on top of the block tree) or at ANY moment after the candle is open (block below the conditins to be met but before buy/sell blocks).
-
RE: multiple posittion opening at the same price levelposted in Questions & Answers
I can't find in your project where the RSI levels are used. Could you please tell me?
-
RE: Save candle data in variable after making a conditionposted in Questions & Answers
I replied to your first thread you created for the exact same question. Please don duplicate threads. I replied in the other one.
-
RE: Martingale start lot size percentposted in Questions & Answers
You can remove the 'pass' block on top. It is redundant. And congrats for making it!

-
RE: Armazenar valor do último candle candleposted in Questions & Answers
Not sure I fully understand. Do you want those high and low to be evolving as new candles are formed or just one initial candle is to be considered for that?
-
RE: Martingale start lot size percentposted in Questions & Answers
You will have to do the calculation on a previous block and then store the value on a variable. That variable is the one you will have to use on the 'buy now' block.
-
RE: multiple posittion opening at the same price levelposted in Questions & Answers
You can create as many Constants as you need to insert the custom values you need as input parameters. Here you can find the way to do it:
https://fxdreema.com/documentation/builder/constants-and-variables
-
RE: SL TP HIT CLOSE ALL OPEN TIRED BUY AND SELLposted in Questions & Answers
Could you please be more specific? What do you exactly mean?
-
RE: can you convert mql4 copy to EA fileposted in Questions & Answers
You can do it yourself through the platform's mql compilator.
-
RE: Found New Bugposted in Questions & Answers
@inderjeet This is the second time you are using other user's threads for your question. Please stop doing it.
-
RE: Check Wick Size / Single Candle Templateposted in Questions & Answers
@inderjeet That is not related to this thread. Could you please open a new one for your question?
-
RE: Need help for grid botposted in Tutorials by Users
@inderjeet Again. Could you please open a separate thread for your question?
-
RE: Buffer after a trade is finishedposted in Questions & Answers
@Hass81 You need to connect all you conditions on top of this structure:

-
RE: trailing stop and breakeven not workingposted in Questions & Answers
What is the exact problem?
-
RE: SL and TP, ATR fidex percentageposted in Questions & Answers
Can you please share the link to your project?