I recommend you to do like this:
https://fxdreema.com/forum/topic/5657/ea-password-protection
I recommend you to do like this:
https://fxdreema.com/forum/topic/5657/ea-password-protection
In that case obviously you will have to talk to your broker.
Yeah man! I was very worried. I thought the admin was caught bt the covid-19 too?
Apparently, it is not the case! 
Are you trying to create a hedging system? Not sure if that is what you're looking for.
But do they coincide with zigzag highs/lows? AFAIK you can draw numbers on top of candles, and not above/below horizontal lines.
Can someone please correct me?
If you opened an order, it cannot be a pending orders any more. You need to substitute that 'For each pending' block for a 'For each order' block.
You need to create two separate structures. One of them should move SL and TP once. Then the second one should be the trailing stop.
Yes, any EA can run blocks on all tabs simultaneously.
You are requiring that Ask/Bid are above specific proce levels. More than probably there will be one tick immediately below that level and the next one arriving to your platform will be immediately above it.
Considering that trades can only be opened at a tick level, the second one is confirming the condition so the trade will be alway opened at that exact price and not at the one specified by your variable.
Well, if you have A LOT of time and patience, we can dedicate this thread to build it together. But let me warn you that it is a serious project! 
When you say resistance you mean highest high/ lowesto low within those candle groups?
Will those lines be fix or dynamic? Do you need both distances to both lines for every high/low?
@eajurms said in algo in closed MT4 and switched off laptop:
@trader-philipps hi mate that is very helpful, thanks heaps.
Question:
- when I reopen my MT4, is there anywhere I can check what algos are deployed I. E. Active or inactive (yet to become active)?
- Is the virtual server provided within MT4 anygood, if I want the algos to always be active?
Thanks in advance
I never received anuthing like that. Are a free fxDreema user maybe?
Remove the 'once per position' block and then create this independent tree:

Don't get me wrong, but without knowing what is the context of your EA this will be a never ending story. Could you please share it?
Are those numbers supposed to be over/above a specific candle? According to your screenshot, numbers 1 and 2 are on max/min of zigzag legs. They will change over time. Maybe you can identify those legs and then write the number there.