@rider Here you have something to begin with:
https://fxdreema.com/shared/REO6kBzxe
This is for buys only and I didn't include your TP and SL conditions but I think they are easy to include now.
@rider Here you have something to begin with:
https://fxdreema.com/shared/REO6kBzxe
This is for buys only and I didn't include your TP and SL conditions but I think they are easy to include now.
@itadila Interesting question. I want to know the answer too.
@banderaus Can you please share the link to your project?
@thedisliked Can you please define 'touches' more accurately? Can you please upload a screenshot showing those conditions?
@rider Can those H4 candles belongto different days (today and yesterday)?
@fxalberto Not all indicators are immediately identified by fxDreema. You can find how to deal with that in these tutorials:
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
@kestra I answered your previous thread. Please focus on that one and don't duplucate them.
@kestra Can you please share the link to your project?
@khalids222 You will need a loop searching for all open trades and then a subloop to identify those whose total is zero. Certainly a complex loop. I'm afreid I cannot help you to create it. Maybe miro or roar can help.
@cedietradermax Impressive example. Congrats! 
@q8carpenter Interesting. Thank you. 
@gnoviawan If I understad it correcty you need to review what happened in the past only. You are designing an indicator then, not an EA. If that is what you want you will need a loop for sure, ie a 'For each object'. Depending on the indicator's buffer you can use that 'indicator is visible' block too, but maybe searching for those object ins another option.
Sadly, loops are not my field of expertise. Maybe roar or miro can help.
@kekhumbo Can you please share the link to your project to take a look at it?
@gorilla Can you please share the link to the project instead of just uploading the images?
@paragorundu Completely agreed. VPS are a MUST!
@zackry Aparently many objects are removed from the chart. Does it mess your EA normal behaviour?
@pheaktra-capo Wow, that one I don't know, sorry. I'm not sure that can be done wthout custom code. Honestly I can't offer you an answer for that.
@lali You will need two variables. One used to conreol when BE is hit and another one to increase lot size:
https://fxdreema.com/shared/Vr8SidkUd
In my example a buy is closed and a sell opens with twice its lot size. Obviously you will need to adjust it to yor EA for sells.