Simple and Exponential MA with slope colour change  [SOLVED]

Questions about MultiCharts .NET and user contributed studies.
nhen
Posts: 2
Joined: 23 Aug 2013

Simple and Exponential MA with slope colour change

Postby nhen » 23 Aug 2013

Hey guys,

Is it possible or does anyone have an indicator for MC.NET that enables me to have a Simple MA and an Exponential MA that change colour slope?
Either an indicator for each type of MA or one with an option to switch between the two.

I can't seem to find this in the defaults or anywhere on the boards that works with MC.NET (at least that I could get to work).

Is it possible to set a colour zone between MAs as well in Multicharts?

Something like the following from Pro Real Time.

Thanks so much!
Attachments
EMA+SMA-colourchange+colourzone.PNG
(99.92 KiB) Downloaded 740 times

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

Re: Simple and Exponential MA with slope colour change  [SOLVED]

Postby Henry MultiСharts » 26 Aug 2013

Hello nhen,

You can check the code of the prebuilt indicators RSI and MACD gradient to learn how to change the color of the plot dynamically.

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

nhen
Posts: 2
Joined: 23 Aug 2013

Re: Simple and Exponential MA with slope colour change

Postby nhen » 28 Aug 2013

Perfect, thank you for the reply!


Return to “MultiCharts .NET”