Yellow Dot Clarification
-
Hi guys. I just want to know better how to use the yellow dot (false, else) logic.
It says for condition blocks that it is for the complete opposite of the true condition.
So If RSI X> 30 is true = RSI BUY 1 for true (orange dot)
So for yellow dot it will be interpreted as RSI X< 30??? -
Yes generally is if true use orange, if false use yellow.
-
@jstap so it means the complete opposite or just false?
Like for Rsi x> 30 = True
Rsi x< 30 and Rsi >30 and Rsi <30 is all false. If the complete opposite, it is just the rsi x<30. -
Just false. That means any other available option other than the exact one you selected will be considered for the yellow dot line to be active.
-
@l-andorrà okay thanks.
-
You're welcome.