@tradingconig This is what you need:

I'm afraid I don't fully understand what you need. Do you mean using the 'turn on/off' blocks on other blocks or just executing any block with an ID number in the 'on tick' tab?
@cyberspace said in TRADE MANAGER:
shared/5BN7k9fXc
You are moving in the right direction. Once all those buttons are plotted, You need to use this block on each of them in the 'on chart' tab:

Please notice the block need to include the button's name. Below each block you can connect the appropriate conditions you need.
The you will have to drawn as many new rectangles (and delete the old ones) as new candles are appearing on the chart up to that time limit. Rectangles cannot 'grow'. They need to be deleted before the new updated one is plotted on the chart.
@Slashes Then you will ned two different variables, one for buys and another one for sells.
No broker will accept moving the SL to current price. You need a minumumgap between SL and current price for the platform to accept it.
Not sure I fully understand it. Could you please show a visual example?
@RakeshR You can store the value of individual trades' magic number this way:

You can draw as many buttons as you need. Just use as many 'draw button' blocks as requested.
Then I can't see any issue other than a bug somewhere in the code. This structure should work.
Did you try using other MT4 platforms?
I don't see any logic issue. Can you please confirm this is the whole project and not part of it?
But what will happen is balance is going back below X?
No. You will need several blocks to do that or without using a loop. The only way to do it with 3-4 blocs is via loop.
Do you mean the rectangle is supposed to grow horizontally as time passes by?
Well, try it first and then share the link to your project if it doesn't.
I didn't see you are using a Constant in the last slot of the modify variables block. That will not work. What is the purpose of that exactly?