An indicator has the ability to define Output parameters through the IndicatorDataSeries interface.
The data that I output through the IndicatorDataSeries interface is being used by the Zoom algorithm and included in the resulting Viewport at the cost of showing very small bars in the Chart. So if I output data at a large distance from the current price those lines are shown, but the bars are no longer visible.
When I zoom in, I would expect the size of the bars to grow, but instead they are kept small, or invisible, while the lines of the indicator are still kept in sight.
What I would have liked is for the price to be front and center likes so when re-adjusted from the price axis.
On a clean chart, that does not show any IndicatorDataSeries Zoom works as expected.
The report I'm making is that the Zoom out/in algorithm should not consider IndicatorDataSeries output as part of the viewport, it should behave just like on an empty/default template Chart.
Lines, Rectangles are not considered part of the viewport, so why are Output parameters of Ploted as Line included? Can this behavior be enabled by some place in the Desktop application?
lazar.florinmihai
22 Sep 2020, 09:21 ( Updated at: 21 Dec 2023, 09:22 )
Hi Pantagiotis,
An indicator has the ability to define Output parameters through the IndicatorDataSeries interface.
The data that I output through the IndicatorDataSeries interface is being used by the Zoom algorithm and included in the resulting Viewport at the cost of showing very small bars in the Chart. So if I output data at a large distance from the current price those lines are shown, but the bars are no longer visible.
When I zoom in, I would expect the size of the bars to grow, but instead they are kept small, or invisible, while the lines of the indicator are still kept in sight.
What I would have liked is for the price to be front and center likes so when re-adjusted from the price axis.
On a clean chart, that does not show any IndicatorDataSeries Zoom works as expected.
The report I'm making is that the Zoom out/in algorithm should not consider IndicatorDataSeries output as part of the viewport, it should behave just like on an empty/default template Chart.
Lines, Rectangles are not considered part of the viewport, so why are Output parameters of Ploted as Line included? Can this behavior be enabled by some place in the Desktop application?
@lazar.florinmihai