PureBytes Links
Trading Reference Links
|
I tried to search <>,>,< etc...No help. Sure enough it is in the
reference mauual. Thanks!
John
--- In amibroker@xxxxxxxxxxxxxxx, "Anthony Faragasso" <ajf1111@xxxx>
wrote:
> John,
>
> It looks like it would be:
>
> Smthlen=Smoothing length
> as in this example:
> Ma(c,10) where 10 is the smoothing length
>
> This <> means not equal to...in AFL it is this !=
>
> Hope this helps
>
> Anthony
> ----- Original Message -----
> From: "John" <jea55129@xxxx>
> To: <amibroker@xxxxxxxxxxxxxxx>
> Sent: Friday, December 05, 2003 6:33 AM
> Subject: [amibroker] TS Code Help
>
>
> > Group,
> >
> > I am translating a TS code and am having problems on these two
lines.
> > 1) Value2 = XAverage(TSI(Price, r, s, u), SmthLen);
> > Question. What is SmthLen. I cannot find it in TS manual. I know
how
> > to code XAverage,TSI and Price but what about the r,s and u? They
are
> > numbers 7,27 and 1. Any ideas?
> >
> > 2)If Value2 <> 0 then TSI = Value1 / Value2. I cannot use <> in an
> > iif. Any ideas? Maybe 2 iif's?
> >
> > Thanks
> >
> > John
> >
> >
> >
> > Send BUG REPORTS to bugs@xxxx
> > Send SUGGESTIONS to suggest@xxxx
> > -----------------------------------------
> > Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
> > (Web page: http://groups.yahoo.com/group/amiquote/messages/)
> > --------------------------------------------
> > Check group FAQ at:
> http://groups.yahoo.com/group/amibroker/files/groupfaq.html
> >
> > Your use of Yahoo! Groups is subject to
http://docs.yahoo.com/info/terms/
> >
> >
>
>
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.547 / Virus Database: 340 - Release Date: 12/3/2003
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Buy Ink Cartridges or Refill Kits for your HP, Epson, Canon or Lexmark
Printer at MyInks.com. Free s/h on orders $50 or more to the US & Canada.
http://www.c1tracking.com/l.asp?cid=5511
http://us.click.yahoo.com/mOAaAA/3exGAA/qnsNAA/GHeqlB/TM
---------------------------------------------------------------------~->
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|