can't compile anything with the latest beta

Questions about MultiCharts .NET and user contributed studies.
privatier
Posts: 2
Joined: 01 Feb 2011

can't compile anything with the latest beta

Postby privatier » 25 Sep 2012

Everytime I try to compile something I get these 3 error messages:
The type or namespace name 'RateOfChange' could not be found (are you missing a using directive or an assembly reference?) "Pcnt_Decrease" [Indicator] Ln 16
The type or namespace name 'RateOfChange' could not be found (are you missing a using directive or an assembly reference?) "Pcnt_Increase" [Indicator] Ln 16
The type or namespace name 'PercentChange' could not be found (are you missing a using directive or an assembly reference?) "PcntChg" [Indicator] Ln 17

I installed the latested beta 64 bit.

User avatar
Dave Masalov
Posts: 1712
Joined: 16 Apr 2010
Has thanked: 51 times
Been thanked: 489 times

Re: can't compile anything with the latest beta

Postby Dave Masalov » 25 Sep 2012

Please delete the following indicators:

Pcnt_Decrease
Pcnt_Increase
PcntChg

They have been changed to:

Percent_Decrease
Percent_Increase
PercentChg

privatier
Posts: 2
Joined: 01 Feb 2011

Re: can't compile anything with the latest beta

Postby privatier » 28 Sep 2012

I also have to delete PcntR and Avg_Close_Greate_Avg_Open. Strangely enough this also happens if I delete the whole CS directory before installing the latest Beta over the initial version.


Return to “MultiCharts .NET”