@aku_ami
Here is mine, working's fine at 11pips gain in pips. I set target tp as 18pips to hide my actual tp target of 11pips.


@aku_ami
Here is mine, working's fine at 11pips gain in pips. I set target tp as 18pips to hide my actual tp target of 11pips.


@droctagon
I think it is working fine on my side, I've used the block both on mt4 and mt5 as my failsafe when my formula on computing target profit with swap, especially on multiple order.
You may make that Constants dependent on set files parameters to be variables. Then make your EA communicate to your website via web request to download the values. Viola! You have updated your EA's group parameters...
@Hiten7405
You need to download the mql5 file. Then open it on mql5 editor and compile it. Then the generated new ex5 file can be uploaded on the market.
@gggvvvv
Try this connection of block:

@gggvvvv
may you provide another link, it looks the same to me.
depends on your strategy: deposit currency amount or %PL or pips
As much as possible avoid mixing the block of pink and blue.
Since you are looping each trades using pink block. Use this:

@dre
Add logic after your buy/sell block when broker server did not successfully processed the order due to their DB is not yet opened.
It is usually happened at the start day of week before the Broker server open eventhough there are tick event received by EA but the broker server is not yet ready to accept trade events from EA (e.g. Sell order, close trade etc...)
Try This one if it works...
https://fxdreema.com/shared/tc3iThmoc

try to modify or add block: If Testing Block
then limit the lot size to fixed size, and test if the error will be eliminated and uploaded on the market.
just to trace the error really exist on your code, I do this sometimes when I uploaded my robot on mql5 market.
\may be I can help you with that.
This sample of my gui, if it is just simple and you dont want super looking UI. I can offer you my help...

@dore
You could also Add block on Gray dot to confirm if your EA Buy/Sell is successful or not.
(See Block 6052)
By Doing this you can circumnavigate the Market Closed error when Broker Server is not yet fully online.

FXDREEMA is the best platform, I think there are no big competition what fxdreema can do, it really helps a lot programmer coding efficiently too... I hope you keep maintaining the free option, it helps people with little money to risk and have strategy in mind... It helps a lot of people directly and indirectly...
Thank you very much, God bless and more power to you!
Did you try to look on the journal, sometimes when the buy now initiated the server is close (since you restrict it once a day only)and cannot execute the buy/sell order. Try to add print comment before the buy and sell block, or add print comment on the gray button of buy/sell block to know if it experienced fatal error.
Use the Counter ID (for reset) which is 48 and not "36,37", so that Block 48 can reset the counter of Block 37.
Try not to replace the Group Mode Parameter and use the original value because when you check the coding of fxdreema it has a special argument that uses the default Group Mode values : "group"
Try it! 
I am glad to help kindly show the partial link of your connected block, so that we may understand you buy block parameters...