Bollinger Band Parameter should be doubles  [SOLVED]

Questions about MultiCharts .NET and user contributed studies.
ivan
Posts: 6
Joined: 06 Apr 2014

Bollinger Band Parameter should be doubles

Postby ivan » 08 Feb 2015

Hello,

It seems to me that with MC one is unable to specify 1.5 as the number of standard deviations for the Bollinger Bands. If that's the case - probably something to address?

Thanks,
Ivan

christephan
Posts: 17
Joined: 04 Dec 2014
Has thanked: 2 times
Been thanked: 3 times

Re: Bollinger Band Parameter should be doubles  [SOLVED]

Postby christephan » 10 Feb 2015

I think MC should fix this.

But I fixed this by myself.

Open the Bollinger_Bands indicator, change it to "double". It should work.

Code: Select all

[Input]
public double numdevsup { get; set; }

[Input]
public double numdevsdn { get; set; }

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

Re: Bollinger Band Parameter should be doubles

Postby Henry MultiСharts » 10 Feb 2015

We will update the prebuilt study in MultiCharts .NET 9.1 Beta1.


Return to “MultiCharts .NET”