Activate blocks after something happened
-
I want to do something like. If "Bearish divergence block" identified a divergnce than after Stochstic start to find signal to start a trade. And after one trade Stochastic to be dezactivated till a new divergence is identified. Is this possible?
-
@andrew-b I use true/false flags to achieve this, mix between set of conditions and flags so all is true at the right time, you can use a separate set of conditions to reset and reset below buy/sell if needed. Hope this helps.
-
@jstap You have any suggestion for reset?
-
@andrew-b Yes but this depends on your whole project, so you could reset on time but this depends on weather that would suit. What I do is back test different resets until I find what seems to work best, you can also put each idea on a bool condition so in robot inputs you can select any idea. If you do what you can and put the shared link on here I will see what ideas I can offer.
-
@jstap I don't know if is ok. But i would like after "New trend" block was once active to activate MA and Stoc structure to search for trades and stop after 3 trades let's say. But to not be important if "New trend" block is still active when MA+stoc find trades.
https://fxdreema.com/shared/KODXOHgzd -
-
@jstap Wow, I think this work. Thank you! You are a master!