[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[amibroker] Woodie CCI formula



PureBytes Links

Trading Reference Links

Hello,

Some of you are using Woodie CCI formula that was written for some old versions of AmiBroker.
In many places it contains statements like this:

 

MH1=Param("Market Open",default=000000,000000,240000); // WRONG

 

with default= assignment inside Param() call. 


This statement was incorrect in first place (because default is a placeholder of variable and should
be replaced by VALUE itself, not the assignment, but now it is not only incorrect but
causes syntax error because 'default' is reserved keyword now (in versions 4.91 and above) and part of switch statement.

To fix your formula, REMOVE all occurences
of default= from your param calls. So it should look like this:

 

MH1=Param("Market Open",0,0,240000); // CORRECT

 


Best regards,
Tomasz Janeczko
amibroker.com



Please note that this group is for discussion between users only.

To get support from AmiBroker please send an e-mail directly to 
SUPPORT {at} amibroker.com

For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/

For other support material please check also:
http://www.amibroker.com/support.html
 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/amibroker/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/amibroker/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:amibroker-digest@xxxxxxxxxxxxxxx 
    mailto:amibroker-fullfeatured@xxxxxxxxxxxxxxx

<*> To unsubscribe from this group, send an email to:
    amibroker-unsubscribe@xxxxxxxxxxxxxxx

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/