My custom VWAP indicator needs to plot two additional lines above and below VWAP.
I have the functionality working properly but unfortunately my chart's auto-scaling functionality 'crunches down' the entire price action in order to include at all times my outer VWAP lines so they are visible at all times.
Is there a way to prevent an indicator's plot from not participating in the chart's auto-scale functionality? (My indicator is with 'IsOverlay == true' so it draws over the main chart pane)
Thanks for the awesomness!
Jean-Pierre
P.S. I have a comment I should leave at the link below but it's read-only... where should I put it? (I have found that 'Owner is Chart' does NOT work... (The only way I found that works to detect if a strategy runs in the context of a chart or the analyzer to interpret in interpret 'IsInStrategyAnalyzer' in State == State.Configure)


Comment