my Indicator has plot lines that can squeeze chart  [SOLVED]

Questions about MultiCharts .NET and user contributed studies.
ycomp
Posts: 23
Joined: 30 Sep 2013
Has thanked: 7 times
Been thanked: 1 time

my Indicator has plot lines that can squeeze chart

Postby ycomp » 07 Oct 2013

I have developed an Indicator in C# that plots some lines on top of the main chart...

however, the problem is that the plot lines force themselves to be always visible on the chart... this can make my candesticks very small sometimes if the lines are far from the high or low of the chart window.

how can I make it so that the plot lines are only displayed if they are within the high or low of the chart ?

note: chart scaling of indicator is "same as instrument". It must be same as instrument or else indicator is displayed correctly. So it is not an option to change this value

MidKnight
Posts: 343
Joined: 12 Aug 2012
Has thanked: 123 times
Been thanked: 56 times

Re: my Indicator has plot lines that can squeeze chart  [SOLVED]

Postby MidKnight » 07 Oct 2013

Go to the format instrument window | Scaling tab | uncheck "Expand Scale to Indicators".

With kind regards,
MK


Return to “MultiCharts .NET”