plot 2 values in different spaces

Questions about MultiCharts .NET and user contributed studies.
shivax
Posts: 90
Joined: 02 Sep 2013
Has thanked: 37 times

plot 2 values in different spaces

Postby shivax » 18 Jul 2014

i want to plot 2 variables in two different spaces :

ex:

plot1.Set(Bars.Close[0]);

plot2.Set(Pivoit[0]);

This plot in same spaces....

To view in 2 distinct spaces which command should I use?

I try use Intellisense ( with . ) but i don't see it..

How do I find all the properties of a method?

Thanks
Attachments
Immagine111.png
(21.15 KiB) Downloaded 400 times

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

Re: plot 2 values in different spaces

Postby Henry MultiСharts » 21 Jul 2014

Hello shivax,

There is no way to have two plots of the same indicator on different subcharts.
You can have two individual indicators to do that: Plotting on the Chart

shivax
Posts: 90
Joined: 02 Sep 2013
Has thanked: 37 times

Re: plot 2 values in different spaces

Postby shivax » 21 Jul 2014

program in mc.net should be free from constraints such as powerlanguage ... but there are always restrictions


Return to “MultiCharts .NET”