Problem with the new 909 Beta

Questions about MultiCharts and user contributed studies.
crazy_phil
Posts: 20
Joined: 08 Mar 2007

Problem with the new 909 Beta

Postby crazy_phil » 30 Jun 2007

Hello,

I think You get a problem with some fonctions on this beta

Looks like every thing using the Pivot Like Functions are bugged

I join 2 snapshots and my simple Z_SR Indic

you can view the errors on the auto trendlines and on Z_SR

*******************************
Inputs : Strength(6), Length(10);
Variables : SR_H(0), SR_L(0);


If SwingHigh(1, H, Strength, Length)>-1 then SR_H = SwingHigh(1, H, Strength, Length);
If SwingLow(1, L, Strength, Length)>-1 then SR_L = SwingLow(1, L, Strength, Length);

If SR_H <>0 Then Plot1(SR_H, "SR_H");
If SR_L <>0 Then Plot2(SR_L, "SR_L");

*******************************

That's all folks
Philippe
Attachments
SR with 880.png
every thing is correct on auto Trendlines and my Z_SR
(12.15 KiB) Downloaded 462 times
SR with 909.png
Problems with auto Trendlines and my Z_SR
(13.14 KiB) Downloaded 476 times

User avatar
Kate
Posts: 758
Joined: 08 Dec 2006

Postby Kate » 02 Jul 2007

Thank you for this information. We confirm this bug and are working on it now.


Return to “MultiCharts”