Watch Lists (301)

Votes
Answers
Views
Question
0
votes
1
answer
18
views
asked 3 weeks ago by
Category: Watch Lists
I need help adding a counter to waveA watchlist code plot waveA = TTM_Wave().Wave1; AssignBackgroundColor(if waveA >= 0 then if waveA > waveA[1] then color.CYAN else color.BLUE else if waveA < waveA[1] then color.RED else color.YELLOW);
1 29 30 31