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

Re: [amibroker] Tate and syntax errors



PureBytes Links

Trading Reference Links

Dear Nathan,

Here are some hints that will help you:
1. You should use this formula in Automatic Analysis window 
and to get the most of it you need to be running AmiBroker 3.58beta
beacuse only this version features "exploration"
2. Cut and paste Geoff's formula from the e-mail, take care about the
comments /* something like that */ - /* - opening and */ closing sequences
must match
3. Replace all occurrences of "XAO" by ^NDX or ^DJI
4. Geoff script makes also one assumption - that you have your groups/sectors
RS comparison base set up properly because it references default setting of Relative
Strength
by using relstrength("") (with empty string).
5.Also Geoff's formula is missing one assignment - for defining "dollars" variable.
So add 
dollars = 10000;
somewhere on the top of the formula. (it simply defines your portfolio size)

Best regards,
Tomasz Janeczko
===============
AmiBroker - the comprehensive share manager.
http://www.amibroker.com


----- Original Message ----- 
From: "Dr. S. Nathan Berger" <snberger@xxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Thursday, May 03, 2001 12:56 AM
Subject: [amibroker] Tate and syntax errors


> Geoff-
> 
> You guys are having such fun with the Tate Method- and I feel like a hungry
> kid with his nose pressed up against the window of the restaurant watching
> everyone gorging themselves. When I load what you have written, I get
> nothing but syntax error messages.
> 
> Of course, I can't run the Bang for Buck program either. If you can, I'd
> welcome some advice about what to do to get these programs to run.
> 
> Absent that, I'm going to have to quit my day job and get a degree in
> engineering so I can try and keep up with all of you. Spare me! Have Mercy :>)
> 
> Additionally, can I substitute ^ndx (NASDAQ Exchange) or ^djia (DOW JONES
> INDUSTRIALS)for XAO? Or is this formula just for Australian stocks?
> 
> Wasting away to nothing while waiting.... Nate
> 
> 
> 
> 
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/ 
> 
> 
>