Blocks being skipt
-
I found out that even though condition (#6) is met, it does not follow the program stream.
EMA50 > EMA100 yet the comment does not change nor BUY order not executed.
(See images)
Any Idea?



-
You should separate both blocks 5 and 6 from this structure. They are not executing any calculation, just showing info on the chart. You can combine both of them into one and use a separate block tree.
-
@l-andorrà
noted, tnx -
You're welcome.