I have the following condition for volume above average but instead of it showing one for above or 0 if not . I want the block on my watchlist to turn green if 1if not above avg it can stay black, doesn't matter. Thanks in Advance
SimpleMovingAvg() and VolumeAvg("length" = 1)."Vol" is greater than VolumeAvg("length" = 10)."VolAvg"
SimpleMovingAvg() and VolumeAvg("length" = 1)."Vol" is greater than VolumeAvg("length" = 10)."VolAvg"