PureBytes Links
Trading Reference Links
|
sorry no idea about the tasc unless a reference to it can be provided
A quick search of the internet comes with this
http://www.fmlabs.com/reference/
TSI = EMA( EMA( C-Ref(C,-1), 25), 13 ) / EMA( EMA( abs(C-Ref(C,-1)), 25), 13 ) ;
another reference http://www.investopedia.com/terms/t/tsi.asp has it
as the difference between 2 different stocks in which case
C-Ref(C,-1) becomes C-foreign("XYZ","C")
On 7/17/05, Lesmond V <ebsn247@xxxxxxxx> wrote:
> Does anyone have a formula (AFL or any other language) for True
> Strength Index. There is an article in June issue of TASC (p.26)
> where it's claimed that TSI(C,25,13) is more reliable than Stochastic.
>
> TIA
>
>
>
>
>
>
> 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 other support material please check also:
> http://www.amibroker.com/support.html
>
>
> Yahoo! Groups Links
>
>
>
>
>
>
>
--
Cheers
Graham
http://e-wire.net.au/~eb_kavan/
------------------------ Yahoo! Groups Sponsor --------------------~-->
Try Online Currency Trading with GFT. Free 50K Demo. Trade
24 Hours. Commission-Free.
http://us.click.yahoo.com/DldnlA/9M2KAA/U1CZAA/GHeqlB/TM
--------------------------------------------------------------------~->
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 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/
<*> 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/
|