Support Board
Date/Time: Wed, 21 May 2025 16:05:29 +0000
Post From: Possible to change color of a Moving average based on condition?
[2023-11-23 16:31:12] |
Tony - Posts: 577 |
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. |