@Pheaktra-Capo I need the link to the project in order to check some blocks:

@Pheaktra-Capo I need the link to the project in order to check some blocks:

Did you pay with crypto? If so, you should contact the admin directly. Crypto payments are not automatic, but manually confirmed:
I replied to your other thread. Please don't duplicate threads.
Do you want it to show the value on screen only or to use it as a real lote size on your trades?
@ChetanIngale You should make the first step and try an initial structure on fxDreema to make easier anyone helping you to create a bot from scratch. 
In that case uoi need a custom loop searching for that information. No single fxDreema block can do that. Are you familiar with loops and variables?
@lucas-farias-de-almeida Here you have some things to change:
Both 'No position' blocks are searcginh for buys and sells, when only buys should be searched for on the left and sells in the right.
Both 'check trades counts' blocks are executed before your launchers. You need to renumber those blocks so that they are executed after the launchers. Additionally, every new tick new trades will be open so you need something to stop that to happen.
You need a pink 'For each trade' block below both buy/sell now' blocks in order to stor the correct value of lot size on those 'Modify variables' blocks.
Can you please share the link to your project?
@allstarengin You need to move the 'once par bar' block on top of both block trees. Then you need to create 2 variables for buys and another 2 for sells. Then, below your conditions blocks you need to do this (for buys only):

You will have to modify it for sells accordingly.
@mohsen-2 You will need custom code that fxDreema does not provide. You will have to hire a programmer connecting your bot to a web server to get that.
I meant if you had created an intial fxDreema project.
@MT4Nutzer That depends on your conditions. If both groups are supposed to be managed exactly in the same way, then yes.
@Temmy-25 You need 2 blocks to get it like this:

You can use standard condition blocks but the problem is what happens when the high of candle 2 is higher that those of candles 1 and 3. Would you use that higher high instead? And what if there is a bearish candles between candles 1 and 3?