Support Board
Date/Time: Sat, 12 Jul 2025 01:19:52 +0000
Post From: Possible to change color of a Moving average based on condition?
[2023-11-23 16:31:12] |
Tony - Posts: 611 |
I think what you could do is using MA formula to write your own subgraph, then you can set what ever color you want, say, from Index[1] to Index[N] as Color1 and from Index[N+1} to Index[M] as Color2, etc, based on your ADX condition. |