@yalgaar
The alert message block sends your message to terminal alert tab and journal
@yalgaar
The alert message block sends your message to terminal alert tab and journal
For each trade - check trade count condition partly close should work, then it selects all of the orders either buy and sell and partly closes everyone of them
Select object by name and use the yellow dot to the next block, meaning if that object dosnt exist it will pass
Thank you for your suggestion, but wont apply template do the same , when the ea is inside template already , so it reloads the ea when the trades are closed 
change the sl block to price and use adjust to minus x pips that you want or simply use break even
You wrote you tried my suggestion and that the sl changes to open price when profit goes below12 usd , isnt that the point of all of this ?
you even have it on what you made , <12 usd - create new sl at open price
Its that way for me to when i was using different timeframes , set it to 1 minute and then you can use a checkmark
When the profit is above 12 the trailing will be activated and never closed out and turn on a new section , if the profit goes below 12 it will create a SL and then close out that section after the SL is created. and it will loop like that.
So if the profit dosnt go back to below 12 it will not create a SL and only have the trailing activated
the way i made it yesterday that i sent you is exactly that
i remember having problem with that too when i was using the desktop version , i put it in like this :
Metatrader 4 terminal path:
C:\Users\Timmy\AppData\Roaming\MetaQuotes\Terminal\
Metatrader 4 data path
C:\Users\Timmy\AppData\Roaming\MetaQuotes\Terminal\30D279B64B1858168C932D8264853F2B\MQL4\
and that works for me
are you using the web builder ? because mine just makes the mq4 file instantly
the section were you use profit is above 5 and next block below 12 will never ever pass because it has to pass in the same tick which , because a condition will never ever be <and > at the same tick especially if you use 2 different values like 5 and 12 .
thats why i used sections , if one section is true it activates that until the opposite is true , and when section 2 is true it will close itself out .