Enable & Disable Indicator Function
-
Hi everyone, I need your help to solve my problem. I used 2 custom indicator in my EA. My question is, how to set True or False. meaning is if I want use only indicator 1, I need false on indicator 2. How to set this block function? Thanks for help

-
@paihdt If INDI_1 is true it will pass through orange, if false it will pass through yellow.

-
@jstap like this? or can you show me the simple connection?

-
@paihdt Connect your indicator block below the condition, connect yellow condition to the top of other condition. The if condition blocks are a switch, one can allow 2 indicators, if 1 is true it will use 1, if false it will use 2, if both are to be used at the same time configuration needs to be different, unsure what the other yellow condition is doing. If you still can't get to work, place a shared link here so what is needed can be assessed.
-
@jstap please help.https://fxdreema.com/shared/qinM5V7pd
-
@paihdt This would give you the option in your inputs to switch on/off any combonation you want.

-
@jstap i get it.. thank you very much
-
@paihdt your welcome