I have two concurrent indicators that are coloring bars. Which one is winning?
Is the order of the two in the configured indicator window of any importance to that?
Both indicators are set to calc on price change.
Thanks
The order in the configured indicator window doesn’t seem to matter. So what does?
Normally, the order they were applied to the chart will determine the order of painting, IF both indicators use the same criteria for bar coloring. Otherwise, whichever indicator gets the latest signal.
Hello Daniel,
Thanks for the answer.
When applying two instances of the same indicator with different colors the 1st seems to take precedence.
Got this from NT support:
There is not a specific order that indicators are loaded, they are all processed at the same time. That means either could be in front or “winning”. If you need to do something specific in regard to rendering so that plots or renderings have a specific order you need to combine the two indicators into a single indicator so you can control the order of operations.