You need to define very neatly what you consider what a support and a resistance are and then use condition blocks. There is not a 'single' block doing that if that's your question.
@vish As far as I know this checks the trades on account so when bot starts makes no difference, if you still struggle to get it working put a shared link here, make sure symbol and group are set to what's needed.
@urielacosta Calculate a weighted average price considering different prices and lot sizes and then add a TP in pips to this WA price which should be the common TP. But you need to do custom coding. I never tried that on fxdreema.
@vish That is not your object list, although it has the information needed, look in the list to see if it end's up there, object can be created without ending up there.
@coolermaster88 Modify variable block > Account>Profit> equity - balance, put result in variable. Then condition block block value numeric YourVariable < 0 (=drawdown). Then Modify variable block again... then comment. But this will modify that same variable over and over again... So I don't know how you could make comparisons. Maybe you could define some other "target" variables and if your drawdown variable reaches one or the other to modify those? Per trade assign some ID? Just some Ideas for you to play around.
Thanks for the info. I set it up here for the Index #USSPX500 of the FxPro broker with 0000.01 = 0.1 and it worked too. I believe that this way it will also work for other Indices without having to write the name of each one.