So here's today's headache. When I use the EXACT SAME evaluation for determining color for a label vs. a bubble, I get different results. Sometimes.
WHAT!?!
No, really. Observe:
AddChartBubble(showbubbles and last, line1[bm1], sym1, (if s(sym1).green[bm1] == 1 then Color.GREEN else if s(sym1).green[bm1] == 0 then Color.RED else Color.YELLOW));
AddLabel(yes , sym1, (if s(sym1).green[bm1] == 1 then Color.GREEN else if s(sym1).green[bm1] == 0 then Color.RED else Color.YELLOW));
I have about a dozen of these running and during the trading day, at least 30% of them were out of sync with each other.
1.) Has anyone else seen this?
2.) How have you resolved it?
Thanks, all!
WHAT!?!
No, really. Observe:
AddChartBubble(showbubbles and last, line1[bm1], sym1, (if s(sym1).green[bm1] == 1 then Color.GREEN else if s(sym1).green[bm1] == 0 then Color.RED else Color.YELLOW));
AddLabel(yes , sym1, (if s(sym1).green[bm1] == 1 then Color.GREEN else if s(sym1).green[bm1] == 0 then Color.RED else Color.YELLOW));
I have about a dozen of these running and during the trading day, at least 30% of them were out of sync with each other.
1.) Has anyone else seen this?
2.) How have you resolved it?
Thanks, all!