PureBytes Links
Trading Reference Links
|
Felipe
There have been a number of posts on the Turtle System in the past. You may
find it helpful to consult them. Whatever magic there is (or was) is in the
risk management and position sizing, not in the breakout formula.
Andrew
-----Original Message-----
From: Roy Larsen [mailto:rlarsen@xxxxxxxxxxxxxx]
Sent: Tuesday, December 28, 2004 2:03 PM
To: equismetastock@xxxxxxxxxxxxxxx
Subject: Re: [EquisMetaStock Group] Metastock code for turtle trading system
Felipe
I think this might be what you are looking for.
ATR(20);
This is the "True Range" smoothed by a 20-period Wilders Smoothing. The
Average True Range function,
ATR(), uses Wilders Smoothing internally. The starting point for a 20-period
Wilders Smoothing is a
20-period simple moving average, and the ratio of new data to previous data
(PREV) for Wilders
Smoothing is 1/n (1/20).
Kind regards
Roy Larsen
www.metastocktips.co.nz
Free formulas and MS links
----- Original Message -----
From: "Felipe de la Fuente" <economy3fff@xxxxxxxx>
To: <equismetastock@xxxxxxxxxxxxxxx>
Sent: Tuesday, December 28, 2004 11:18 PM
Subject: [EquisMetaStock Group] Metastock code for turtle trading system
Hi,
I,m trying to make a code for metastock and I can not continue because I
can,t do this formula code.
Could anyone help me whit the code, please.
Thanks.
Felipe
____________________________________________________________________________
________________________________
Este mensaje de correo electrónico y sus documentos adjuntos están dirigidos
EXCLUSIVAMENTE a los
destinatarios especificados. La información contenida puede ser CONFIDENCIAL
y/o estar LEGALMENTE
PROTEGIDA. Si usted recibe este mensaje por ERROR, por favor comuníqueselo
inmediatamente al
remitente y ELIMÍNELO ya que usted NO ESTA AUTORIZADO al uso, revelación,
distribución, impresión o
copia de toda o alguna parte de la información contenida. Gracias.
This e-mail message and any attached files are intended SOLELY for the
addressee/s identified
herein. It may contain CONFIDENTIAL and/or LEGALLY PRIVILEGED information.
If you receive this
message in ERROR, please immediately notify the sender and DELETE it since
you ARE NOT AUTHORIZED to
use, disclose, distribute, print or copy all or part of the contained
information. Thank you.
Yahoo! Groups Links
------------------------ Yahoo! Groups Sponsor --------------------~-->
$4.98 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/Q7_YsB/neXJAA/yQLSAA/BefplB/TM
--------------------------------------------------------------------~->
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/equismetastock/
<*> To unsubscribe from this group, send an email to:
equismetastock-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|