Custom indicator problem
-
Hey guys, need help on how to set the Condition block for a custom indicator. Please see the screenshot of the indicator, all I want to do is to enter a trade when the blue bar is above the red line. I have uploaded my indicator and opened a Condition block and selected my indicator on the Left Operand on the block, but what do I do on the Right Operand?
Below, I've attached the mq4 indicator file here too. Thanks guys!
-
The red line, is it from the same indicator?
-
@biztet Yes, it's part of the same indicator
-
Then you can just make blue buffer crosses red buffer, above@below.
-
@biztet Like this? Is this the correct way?

-
If you need it to be above, use >
And if you need to open trade when crossing, use x> -
@biztet Awesome, thank you!

