Is there any way to plot the indicator on the price series?  [SOLVED]

Questions about MultiCharts and user contributed studies.
Sylpha
Posts: 29
Joined: 14 Apr 2015
Has thanked: 1 time

Is there any way to plot the indicator on the price series?

Postby Sylpha » 30 Sep 2015

Same as using SameAsSymbol in MC.NET, but I want to do it in Power Lanauge.. Thanks.

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

Re: Is there any way to plot the indicator on the price seri

Postby Henry MultiСharts » 06 Oct 2015

Hello Sylpha,

The study can appear on the subchart of the data series or on a new individual subchart. It is defined by the study property "same as symbol" (right click on the study in the PLEditor->Properties). You need to re-apply the indicators and save a new study template to make the option change come into effect for the existing/saved indicators.

Sylpha
Posts: 29
Joined: 14 Apr 2015
Has thanked: 1 time

Re: Is there any way to plot the indicator on the price seri

Postby Sylpha » 29 Oct 2015

Can I do this using easy language instead of the chart template?

User avatar
JoshM
Posts: 2195
Joined: 20 May 2011
Location: The Netherlands
Has thanked: 1544 times
Been thanked: 1565 times
Contact:

Re: Is there any way to plot the indicator on the price seri  [SOLVED]

Postby JoshM » 30 Oct 2015

Can I do this using easy language instead of the chart template?
Sadly, no. But you can right-click in the PowerLanguage Editor and select 'Properties...'. Then go to the 'Properties' tab and enable the 'Same As Symbol' option. After that recompile the script.

That way you don't need to (re)configure the indicator each time you add it to a chart.


Return to “MultiCharts”