Controlling block question
-
I have set up an EA which is looking at a higher time frame, and when this meets the condition, it turns on a separate branch on a lower time frame. It works but...
the lower time frame runs as explained by fxdreema, as it has connected blocks, it makes some trades without the upper time frame sending signal . Once the first turn off condition in met, the cycles then works as designed. Can I create a block that is off by default, so that I can turn it on/off when I require. Place it at the top off the lower time branch.
Also what's the difference between toggle and turn off/on blocks. don't get the explanation on the ?.
Also a Question on time filters
I am trying to design the following time filters, but cant seem to work it out :
a time filter that stops trading say 6 hours before the close on Friday.
close all trades 5min before close on Friday regardless off position, so not holding over the weekend
no trading on Monday on open of Aussie session until Asia comes on linethanks in advance fellow Dreema's
Steve
-
Could you please share your project for us to look at the issue?
-
shared/1ZrNcMxIb
-
Wrong link. Could you please retry?
-
-
Nice project. The way to create off blocks by default is right clicking on them and then select on/off. That will encircle them in red. That means they are off. In your case I guess those you want are blocks ID 50 and 340.
-
thank you, much appreciated.