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?
Posts made by l'andorrà
-
RE: Turn on/off blocksposted in Questions & Answers
-
RE: TRADE MANAGERposted in Questions & Answers
@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.
-
RE: Draw a Rectangle until specific timeposted in Questions & Answers
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.
-
RE: Count Trade Lotsposted in Questions & Answers
@Slashes Then you will ned two different variables, one for buys and another one for sells.
-
RE: correct trailing stopposted in Questions & Answers
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.
-
RE: getting signal in rowposted in Questions & Answers
Not sure I fully understand it. Could you please show a visual example?
-
RE: show magic and order number in comment with EA Nameposted in Questions & Answers
@RakeshR You can store the value of individual trades' magic number this way:

-
RE: Draw more 4 buttonposted in Questions & Answers
You can draw as many buttons as you need. Just use as many 'draw button' blocks as requested.
-
RE: GAP EA F40 sell order stopposted in Bug Reports
Then I can't see any issue other than a bug somewhere in the code. This structure should work.
-
RE: EA Closing all trades if MT5 restartedposted in Questions & Answers
Did you try using other MT4 platforms?
-
RE: My project says Compilation errorposted in Questions & Answers
I don't see any logic issue. Can you please confirm this is the whole project and not part of it?
-
RE: Multiply lots by 'X' when my balance increases by 'X $' ?posted in Questions & Answers
But what will happen is balance is going back below X?
-
RE: ONE BLOCK TO EXECUTE ID 1 VOLUME LONGER THAN ID 2,3,4 TO ID 11posted in Questions & Answers
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.
-
RE: Draw a Rectangle until specific timeposted in Questions & Answers
Do you mean the rectangle is supposed to grow horizontally as time passes by?
-
RE: no trade nearby. usage.posted in Questions & Answers
Well, try it first and then share the link to your project if it doesn't.
-
RE: I am new to this platform and trying to build an EAposted in General Discussions
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?