Fill area between two plots in indicator

Questions about MultiCharts .NET and user contributed studies.
dimkdimk
Posts: 3
Joined: 18 Apr 2013
Has thanked: 2 times

Fill area between two plots in indicator

Postby dimkdimk » 03 May 2013

Hi Guys

I was wondering if anyone could tell us how to fill area between two plots.

It is in particular for Ichimoku indicator, but of course area of application could be wider.

We have two plots. The area in between should be filled with a solid color.

Any GUI tricks or any links to a possible solution are much appreciated.

Thank you
John

User avatar
Henry MultiСharts
Posts: 9165
Joined: 25 Aug 2011
Has thanked: 1264 times
Been thanked: 2957 times

Re: Fill area between two plots in indicator

Postby Henry MultiСharts » 03 May 2013

Hello John,

At the moment there is no prebuilt tool to do a solid fill between two plots. We understand the necessity of this functionality and we are looking into adding it in one of the future versions of MultiCharts .Net.
There are two ways how you can achieve this goal right now:
1) set the maximum "Weight" for your plot
2) use IChartCustomDrawer interface to plot whatever you need


Return to “MultiCharts .NET”