Red Arrow in indicator listing....

Questions about MultiCharts and user contributed studies.
ybfjax
Posts: 89
Joined: 05 Nov 2006
Contact:

Red Arrow in indicator listing....

Postby ybfjax » 21 May 2007

I was wondering what the red arrow on the indicator listing meant? Normally, when the code compiles correctly, there is a green arrow that shows in the status column. Or a padlock, or nothing at all. Never noticed a red arrow before, so I figured I'd get a definite answer from admin.

Speaking of which, is there a help file for MC? That would be great.
Attachments
PLE-redArrowQuestion.gif
Red arrow is highlighted
(47.11 KiB) Downloaded 664 times

User avatar
Kate
Posts: 758
Joined: 08 Dec 2006

Postby Kate » 22 May 2007

This red arrow indicates that although the code was compiled successfully it contains a non-supported word or words.

ybfjax
Posts: 89
Joined: 05 Nov 2006
Contact:

Postby ybfjax » 22 May 2007

Ok. I found the 'bad' word. it is SetBreakEven(). The line of code is:

If BreakEvenTks<>0 then SetBreakEven(BreakEvenTks*Tks*BigPointValue);

It seems as if the entire code compiled correctly, and that was the only word not supported. when will this word be supported?

I will first check to see if the rest of the strategy is supported. Then I will comment out this line and see if the rest of the code still compiles.

User avatar
Kate
Posts: 758
Joined: 08 Dec 2006

Postby Kate » 23 May 2007

SetBreakEven() will be supported in the next version.

sparkz
Posts: 64
Joined: 16 Mar 2007

Postby sparkz » 24 May 2007

No pressure but is there a release date for the next version on the horizon yet? ;)

Edit: Just saw from another post. Beta tomorrow or very soon...


Return to “MultiCharts”