Fill area between two plots on subchart

Questions about MultiCharts .NET and user contributed studies.
Murat35
Posts: 6
Joined: 13 Jan 2022

Fill area between two plots on subchart

Postby Murat35 » 26 Apr 2022

Hi Guys,

I wanted to ask whether someone found a way to fill the area between two plots on the subchart.

Many thanks in advance !

User avatar
Tammy MultiCharts
Posts: 200
Joined: 06 Aug 2020
Has thanked: 6 times
Been thanked: 65 times

Re: Fill area between two plots on subchart

Postby Tammy MultiCharts » 29 Apr 2022

Hello Murat35,

It is possible to fill the area between 2 plots in MultiCharts .NET.
Please refer to the pre-built indicator Bollinger_Bands_Area where it's implemented.

Murat35
Posts: 6
Joined: 13 Jan 2022

Re: Fill area between two plots on subchart

Postby Murat35 » 29 Apr 2022

Hi Tammy,

first of all thanks for the reply ! I know that I can use the IChartCustomDraw interface to fill the area between two plots but I want to
fill the area on an indicator subchart and not on the primary chart. Is there any way to do this ?

Best regards,

Murat35

User avatar
Tammy MultiCharts
Posts: 200
Joined: 06 Aug 2020
Has thanked: 6 times
Been thanked: 65 times

Re: Fill area between two plots on subchart

Postby Tammy MultiCharts » 06 May 2022

Hi,

At the moment there is no way to fill the area between the indicator plots in a subchart.
The only way to do that would be adding a copy of the data series to the subchart, applying the indicator to that data series (Format Indicator > Properties > Base study on), then changing the data series' stylt to Invisible bars (Format Instrument > Style tab > Chart type).


Return to “MultiCharts .NET”