Indicator Appear & Visible
-
Hello all,
I am trying to create an EA with indicator buffer 0 (buy) and buffer 1 (sell) as on picture.
I am using block appear or visible, but both are not generating any open order.
Any advices?
it's always thank you in advance!


-
@zedeai2 Hello,
Try a condition block where you have buffer 0 != 0 for buy. That sometimes work. You will need to figure out the buffer values to make it easier. Have them show in a comment block to know how to figure this indicator out. Sometime the buffers and these colors do not match. This is something I noticed as well.
-
@q8carpenter Hello

Thank you for quick reply :), yes I will try using this bloc 0!=0. Thank you again!

-
@zedeai2 You're welcome
