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

Re: [EquisMetaStock Group] Turtle system coding?



PureBytes Links

Trading Reference Links


what does the turtle system coding do? I am sorry to sound ignorant but I have heard of it but never tried it.  What is it supposed to do, I should ask?
 
Al"LBP WorldWide (M) Sdn Bhd" <deslooi@xxxxxxxxx> wrote:




Hi Fulvio,
 
I tried your coding, ya! it works pretty well in Expert Adviser.Thanks.
 
Do you know how to code it in System Tester ?
 
regards,
Desmond

----- Original Message ----- 
From: Fulvio 
To: equismetastock@xxxxxxxxxxxxxxx 
Sent: Sunday, May 09, 2004 3:51 AM
Subject: Re: [EquisMetaStock Group] Turtle system coding?

I'm not sure but you can to try this code (expert advisors):
 
*****************Highlights**********************UP EL:=H>Ref(HHV(H,20),-1); CL:=L<Ref(LLV(L,10),-1); ES:=L<Ref(LLV(L,20),-1); CS:=H>Ref(HHV(H,10),-1); Signal:=If(Cum(1)=1,0,If(EL,1,If(ES,-1,If((CL AND PREV=1) OR (CS AND PREV=-1),0,PREV)))); Signal=1 DOWN EL:=H>Ref(HHV(H,20),-1); CL:=L<Ref(LLV(L,10),-1); ES:=L<Ref(LLV(L,20),-1); CS:=H>Ref(HHV(H,10),-1); Signal:=If(Cum(1)=1,0,If(EL,1,If(ES,-1,If((CL AND PREV=1) OR (CS AND PREV=-1),0,PREV)))); Signal=-1 NEUTRAL EL:=H>Ref(HHV(H,20),-1); CL:=L<Ref(LLV(L,10),-1); ES:=L<Ref(LLV(L,20),-1); CS:=H>Ref(HHV(H,10),-1); Signal:=If(Cum(1)=1,0,If(EL,1,If(ES,-1,If((CL AND PREV=1) OR (CS AND PREV=-1),0,PREV)))); Signal=0 *************Symbols**********************EL EL:=H>Ref(HHV(H,20),-1); CL:=L<Ref(LLV(L,10),-1); ES:=L<Ref(LLV(L,20),-1);
 CS:=H>Ref(HHV(H,10),-1); Signal:=If(Cum(1)=1,0,If(EL,1,If(ES,-1,If((CL AND PREV=1) OR (CS AND PREV=-1),0,PREV)))); Signal=1 AND Ref(Signal,-1)<1 CL EL:=H>Ref(HHV(H,20),-1); CL:=L<Ref(LLV(L,10),-1); ES:=L<Ref(LLV(L,20),-1); CS:=H>Ref(HHV(H,10),-1); Signal:=If(Cum(1)=1,0,If(EL,1,If(ES,-1,If((CL AND PREV=1) OR (CS AND PREV=-1),0,PREV)))); Signal=0 AND Ref(Signal,-1)=1 ES EL:=H>Ref(HHV(H,20),-1); CL:=L<Ref(LLV(L,10),-1); ES:=L<Ref(LLV(L,20),-1); CS:=H>Ref(HHV(H,10),-1); Signal:=If(Cum(1)=1,0,If(EL,1,If(ES,-1,If((CL AND PREV=1) OR (CS AND PREV=-1),0,PREV)))); Signal=-1 AND Ref(Signal,-1)>-1 CS EL:=H>Ref(HHV(H,20),-1); CL:=L<Ref(LLV(L,10),-1); ES:=L<Ref(LLV(L,20),-1); CS:=H>Ref(HHV(H,10),-1); Signal:=If(Cum(1)=1,0,If(EL,1,If(ES,-1,If((CL AND PREV=1) OR (CS AND PREV=-1),0,PREV)))); Signal=0 AND Ref(Signal,-1)=-1 

----- Original Message ----- 
From: Praktikus 
To: equismetastock@xxxxxxxxxxxxxxx 
Sent: Saturday, May 08, 2004 2:17 PM
Subject: Re: [EquisMetaStock Group] Turtle system coding?

Alfred,
 
Go to http://originalturtles.org/system.htm , there you find a link to the pdf-file.
 
Regards,
Martin

----- Original Message ----- 
From: Alfred Bendig 
To: equismetastock@xxxxxxxxxxxxxxx 
Sent: Saturday, May 08, 2004 12:21 PM
Subject: RE: [EquisMetaStock Group] Turtle system coding?
Hey Andrew,the download is not possible becauseNot FoundThe requested URL /docs/turtlerules/pdf was not found on this server.Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the requestNay there is a mistake.regardsAlfred>From: "Andrew Tomlinson" <andrew_tomlinson@xxxxxxxxxxx>>Reply-To: equismetastock@xxxxxxxxxxxxxxx>To: <equismetastock@xxxxxxxxxxxxxxx>>Subject: [EquisMetaStock Group] Turtle system coding?>Date: Wed, 5 May 2004 16:46:39 -0400>>I am intrigued by the possibility of using the Original Turtle Trading>rules, but I want to backtest the system in MS9.0 before using real money.>However, there are several levels of complexity on top of the basic>entry/exit rules, including ATR - based stops and ATR-based
 pyramiding.>Before I set about stretching my MS coding skills, does anyone know of a MS>version of the system?>>The system description can be downloaded at>http://originalturtles.org/docs/turtlerules/pdf>>A additional level of complexity is the way in which portfolio risk is>managed dynamically based on volatility and correlation. I can't imagine>that Metastock can manage this. Can TradeSim?>>Thanks>Andrew>><< winmail.dat >>_________________________________________________________________E-Mails sind zu unpersönlich? Mit einer Webcam wird der MSN Messenger zum Bildtelefon! http://www.msn.de/messenger Jetzt kostenlos downloaden und mitmachen!Post your free ad now! Yahoo! Canada Personals







Yahoo! Groups Sponsor


  ADVERTISEMENT 












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 the Yahoo! Terms of Service.