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

RE: [amibroker] 3 times frame KST ?



PureBytes Links

Trading Reference Links




<SPAN 
class=795313120-04032003>Derek,
If you 
have not yet visited the library you should. There is a lot of good stuff there. 
I do not know the official periods but they are user 
adjustable...
<SPAN 
class=795313120-04032003> 


  
  
    
      
      AFL 
      Library
      
        
        
          <A 
            href="">List
          <A 
            href="">Add 
            formula
      Details:
      <TABLE bgColor=#ffffee border=1 borderColor=#ccdddd cellPadding=3 
      cellSpacing=0 width="100%">
        
        
          Formula name:
          Know Sure Thing
        
          Author/Uploader:
          Tomasz Janeczko - <A 
            href="">tj@xxxxxxxxxxxxx 
        
          Date/Time added:
          2001-06-16 08:42:59
        
          Origin:
          Originally developed by Martin Pring
        
          Keywords:
          rate-of-change,trend
        
          Level:
          basic
        
          Flags:
          indicator
      <A 
      href="">Download formula file 
       |  <A 
      href="">Delete formula 
      
      Description:
      Daily, Short-time Know Sure Thing indicator. This is smoothed version 
      of classical rate-of-change indicator.
      Formula:/*
** Daily, Short term KST 
** AFL formula by Tomasz Janeczko 
*/

p1 = ma( Roc(Close,10), 10);
p2 = ma( Roc( Close, 15), 10 );
p3 = ma( Roc( Close, 20), 10 ) ;
p4 = ma( Roc( Close, 30), 15);

kst = p1 + 2 * p2 + 3 * p3 + 4 * p4;
 
graph0 = kst / 10;
  
 Jayson 
<FONT face=Tahoma 
size=2>-----Original Message-----From: Derek 
<derek@xxxxxxxxxxx> [mailto:derek@xxxxxxxxxxx]Sent: Tuesday, 
March 04, 2003 3:26 PMTo: 
amibroker@xxxxxxxxxxxxxxxSubject: [amibroker] 3 times frame KST 
?Hello,does anyone know hoc to build the 3 KST 
(short, middle and long term) with the "officials" periods ?Thanks 
in advance,DerekSend 
BUG REPORTS to bugs@xxxxxxxxxxxxxSend 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 <A 
href="">Yahoo! Terms of Service. 







Yahoo! Groups Sponsor


  ADVERTISEMENT  









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.