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

RE: [amibroker] AccuTrack of FastTrack



PureBytes Links

Trading Reference Links









Salil:

 

See the following:

 

This is in terms of an NDX modification
index and a 30% constant index but you should get the point for the “Red”
line and the “Green” line by the names of the variables.

 

<font size=2 color=black
face="Courier New">NDX4A=<font size=2
color=blue face="Courier New">Foreign<font size=2
color=black face="Courier New">(<font size=2 color=fuchsia
face="Courier New">"NDX4A"<font
size=2 color=black face="Courier New">,<font size=2
color=fuchsia face="Courier New">"C"<font
size=2 color=black face="Courier New">);

<font size=2 color=black
face="Courier New">Shrt=<font size=2
color=fuchsia face="Courier New">6<font
size=2 color=black face="Courier New">;<font size=2
color=green face="Courier New">//Optimize("Shrt",6,4,8,2);//Shrt=6;

<font size=2 color=black
face="Courier New">Lng=<font size=2
color=fuchsia face="Courier New">24<font
size=2 color=black face="Courier New">;<font size=2
color=green face="Courier New">//Optimize("Lng",24,38,44,2);//lng=24;

<font size=2 color=green
face="Courier New">//Function to pull in NDX

<font size=2 color=black
face="Courier New">Fn1=<font size=2 color=blue
face="Courier New">Foreign<font size=2
color=black face="Courier New">(<font size=2 color=fuchsia
face="Courier New">"I30"<font
size=2 color=black face="Courier New">,<font size=2
color=fuchsia face="Courier New">"C"<font
size=2 color=black face="Courier New">);

<font size=2 color=black
face="Courier New">CHR=(NDX4A-<font size=2
color=blue face="Courier New">Ref<font size=2 color=black
face="Courier New">(NDX4A,-<font size=2
color=fuchsia face="Courier New">1<font
size=2 color=black face="Courier New">))/<font
size=2 color=blue face="Courier New">Ref<font
size=2 color=black face="Courier New">(NDX4A,-<font
size=2 color=fuchsia face="Courier New">1<font
size=2 color=black face="Courier New">);

<font size=2 color=black
face="Courier New">CHG=(Fn1-<font size=2
color=blue face="Courier New">Ref<font size=2 color=black
face="Courier New">(Fn1,-<font size=2
color=fuchsia face="Courier New">1<font
size=2 color=black face="Courier New">))/<font
size=2 color=blue face="Courier New">Ref<font
size=2 color=black face="Courier New">(Fn1,-<font
size=2 color=fuchsia face="Courier New">1<font
size=2 color=black face="Courier New">);

<font size=2 color=black
face="Courier New">CH1R=<font size=2
color=blue face="Courier New">EMA<font size=2 color=black
face="Courier New">(CHR,lng);

<font size=2 color=black
face="Courier New">CH1G=<font size=2
color=blue face="Courier New">EMA<font size=2 color=black
face="Courier New">(CHG,lng);

<font size=2 color=black
face="Courier New">Diff=CH1R-CH1G;

<font size=2 color=black
face="Courier New">Acc=<font size=2
color=fuchsia face="Courier New">100<font
size=2 color=black face="Courier New">*<font size=2
color=blue face="Courier New">EMA<font size=2 color=black
face="Courier New">(Diff,Shrt);

 

Write me with any questions.

 

Ken

 

 

-----Original Message-----
From: Salil V Gangal
[mailto:salil_gangal@xxxxxxxxx] 
Sent: Friday, July
 25, 2003 <span
 >3:22 AM<font size=2
face=Tahoma>
To: amibroker@xxxxxxxxxxxxxxx
Subject: [amibroker] AccuTrack of
FastTrack

 



Friends,





 





Has someone translated 'AccuTrack' of FastTrack also ?





 





Regards,





- Salil V Gangal







Salil V Gangal
<salil_gangal@xxxxxxxxx> wrote:







Dingo,





 





Thanks. Translation of 'RUTTR' will come is handy. 





 





Regards,





- Salil V Gangal





 







dingo <dingo@xxxxxxxxxx>
wrote:







<a
href="">http://groups.yahoo.com/group/amibroker/message/37699





<span
>-----Original Message-----
From: Salil V Gangal
[mailto:salil_gangal@xxxxxxxxx] 
Sent: Thursday, July 24, 2003 8:55
PM
To: amibroker@xxxxxxxxxxxxxxx
Subject: RUTTR by Werner (RE:
[amibroker] Re: Fasttrack /TradeCode)



Ken,





 





Have you translated 'RUTTR' by Werner Gansz yet ?





 





Regards,





- Salil V Gangal





 







Ken Close
<closeks@xxxxxxxx> wrote:





I just have the Headsup "Score" portion of the headsup system
in AFL.  I<span
>
have posted it here before.  Go to the web
site and search for headsup,
otherwise contact me and I will post again.

Ken

-----Original Message-----
From: jbell5931 [mailto:jbell5931@xxxxxxxxx] 
Sent: Tuesday, July 15, 2003 8:45 AM
To: amibroker@xxxxxxxxxxxxxxx
Subject: [amibroker] Re: Fasttrack /TradeCode

Ken,
  Do you have the complete headsup/turtle
system implemented?  Could 
you post it if you have it?

   Thanks.

--- In amibroker@xxxxxxxxxxxxxxx, "Ken
Close" <closeks@xxxx> wrote:
> Sam and others: I have uploaded the
"Score" portion of the Headsup
> system into the Files area (actually the
upload process 
looks "stuck"
> and may be because of my note about the Files
area being full).  
> 
> For the non-FastTrack users, the headsup code
(which is implemented 
from
> within the Trade program-an array processor
used with FastTrack) is 
a
> comprehensive system that looks at and
reports many statistics on 
funds
> (or stocks) to buy based on Rel Strength and
a number of other 
factors,
> including "Turtle" signals for
buying, selling, and holding.  
Additional
> market statistics are also reported. 
Many people follow this 
system and
> do quite well.
> 
> The "Score" code which I am
attempting to upload is just one part 
of the
> system and the common usage is to buy stocks
or funds when their
> "Score", as reported by this code,
is at "6" (1 to 6 scale).  I did 
some
> backtesting using the score as an oscillator
and found it produced
> profitable results when buys were issued at
low score values and 
sell
> signals issued at high score values, the
opposite way the tool is 
used
> within the common "Headsup" system.
> 
> Not selling this and I doubt almost any of you
will look at it, but 
for
> the few who do, the above is simply some
background in order to 
give you
> some context of where the code came from.
> 
> Ken
> 
> PS: It looks like the AFL file was indeed
uploaded and is listed 
under
> "Headsup Score".
> 
> -----Original Message-----
> From: Sam Levy [mailto:slevy1220@xxxx] 
> Sent: Tuesday, June 03, 2003 7:50 AM
> To: amibroker@xxxxxxxxxxxxxxx
> Subject: [amibroker] Re: Fasttrack /TradeCode
> 
> I would be very appreciative if you would
post your "Headsup" 
code.  
> Many thanks.
> 
> Sam Levy
> 
> --- In amibroker@xxxxxxxxxxxxxxx, "Ken
Close" <closeks@xxxx> wrote:
> > Frank:
> > 
> > I have programmed the
"Headsup" signal into Amibroker, at least 
the
> > "Score" portion.  If this
is what you mean by "FastTrack 
signals", 
> then
> > let me know and I will post it. 
Otherwise, the phrase "FastTrack
> > Signals" is so broad that you would
need to be more specific in 
> order to
> > get a meaningful reply.
> > 
> > Ken
> > 
> > 
> > -----Original Message-----
> > From: frankphd_us [mailto:Dr-Frank@xxxx]

> > Sent: Monday, June 02, 2003 2:17 PM
> > To: amibroker@xxxxxxxxxxxxxxx
> > Subject: [amibroker] Fasttrack
/TradeCode
> > 
> > I noticed there are quite a couple of
fasttrack users on this 
board.
> > Following CHasRichards and his signals
sometime I thought about 
> using
> > Fasttrack/Trade myself. Unfortunately I
can only utilise ETFs and
> > Rydex/Profunds. This limitation (due to
national tax reasons) 
makes
> > the use of the comlete fasttrack-system
and database 
uneconomical. 
> > 
> > Therefore I considered emulating the
Fasttrack Signals with 
> Amibroker
> > or excel. Anybody having done that
before?? I only know of a
> > translation to wealthlab-code.
> > 
> > Thanx 
> > 
> > frankphd_us  
> > 
> > 
> > 
> > 
> > Send BUG REPORTS to bugs@xxxx
> > Send SUGGESTIONS to suggest@xxxx
> >
-----------------------------------------
> > Post AmiQuote-related messages ONLY to:
amiquote@xxxxxxxxxxxxxxx 
> > (Web page: <a
href="">http://groups.yahoo.com/group/amiquote/messages/)
> >
--------------------------------------------
> > Check group FAQ at:
> > <a
href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html

> > 
> > Your use of Yahoo! Groups is subject to
> > <a
href="">http://docs.yahoo.com/info/terms/
> 
> 
> 
> Send BUG REPORTS to bugs@xxxx
> Send SUGGESTIONS to suggest@xxxx
> -----------------------------------------
> Post AmiQuote-related messages ONLY to:
amiquote@xxxxxxxxxxxxxxx 
> (Web page: <a
href="">http://groups.yahoo.com/group/amiquote/messages/)
> --------------------------------------------
> Check group FAQ at:
> <a
href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html

> 
> Your use of Yahoo! Groups is subject to
> http://docs.yahoo.com/info/terms/



Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to:
amiquote@xxxxxxxxxxxxxxx 
(Web page: <a
href="">http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at:
<a
href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html


Your use of Yahoo! Groups is subject to
http://docs.yahoo.com/info/terms/






Send BUG
REPORTS to bugs@xxxxxxxxxxxxx<span
>
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to:
amiquote@xxxxxxxxxxxxxxx 
(Web page: <a
href="">http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: <a
href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html


Your use of
Yahoo! Groups is subject to the Yahoo!
Terms of Service. 



<font size=3
face="Times New Roman">





Do you Yahoo!?
Yahoo!
SiteBuilder - Free, easy-to-use web site design software 

Send
BUG REPORTS to bugs@xxxxxxxxxxxxx<font size=2
face="Courier New">
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to:
amiquote@xxxxxxxxxxxxxxx 
(Web page: <a
href="">http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: <a
href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html


Your use of
Yahoo! Groups is subject to the Yahoo!
Terms of Service. 





Send
BUG REPORTS to bugs@xxxxxxxxxxxxx<font size=2
face="Courier New">
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to:
amiquote@xxxxxxxxxxxxxxx 
(Web page: <a
href="">http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: <a
href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html


Your use of
Yahoo! Groups is subject to the Yahoo!
Terms of Service. 



<font size=3
face="Times New Roman">





Do you Yahoo!?
Yahoo!
SiteBuilder - Free, easy-to-use web site design software 

Send
BUG REPORTS to bugs@xxxxxxxxxxxxx<font size=2
face="Courier New">
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to:
amiquote@xxxxxxxxxxxxxxx 
(Web page: <a
href="">http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: <a
href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html


Your use of
Yahoo! Groups is subject to the Yahoo!
Terms of Service. 



<font size=3
face="Times New Roman">





Do you Yahoo!?
Yahoo!
SiteBuilder - Free, easy-to-use web site design software 



<font size=2
face="Courier New">Send BUG REPORTS to
bugs@xxxxxxxxxxxxx<span
>
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to:
amiquote@xxxxxxxxxxxxxxx 
(Web page: <a
href="">http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: <a
href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html


Your use of
Yahoo! Groups is subject to the Yahoo!
Terms of Service. 










Yahoo! Groups Sponsor


ADVERTISEMENT



<img
src="" width=300 height=250 border=0>











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