This indicator serves to provide labels for Atm strategies that are present on your chart. Each new Atm strategy will rotate through the colors defined in your Brush Collection. Simply add to a chart, select the data series you want to have labels added to, choose your font and add all the brushes/colors you want to have for your Atm strategy labels. Atm strategy labels will reflect the Atm strategies in view depending on Chart Trader’s selected account and instrument.
If multiple data series are added to a chart, multiple instances of the indicator will need to be added to each data series.
Update February 9th, 2023 – Labels are now adjusted for order markers that are stacked on the same price level.
Update July 3rd, 2023 – Corrected removing the default brush from the brush collection during serialization
Update October 20th, 2024 – Instead of locking the Account.Orders collection, the collection is now copied with .ToList(). This correction may alleviate an issue with orders getting stuck while using this indicator.