StockFetcher Forums · Filter Exchange · KST (know sure thing)<< 1 2 3 >>Post Follow-up
Cheese
1,374 posts
msg #146482
Ignore Cheese
modified
2/9/2019 1:22:24 PM

Fetcher[
chart-time 3 MONTHS
/* https://www.stockfetcher.com/forums/Filter-Exchange/KST-know-sure-thing/110064/99999 */


/* attempt to simulate KST(10,15,20,30,10,10,10,15,9) */
/* Cheese January 18, 2013 */

set{myKST_roc10_smooth10,roc(10,10)}
set{myKST_roc15_smooth10,roc(15,10)}
set{myKST_roc20_smooth10,roc(20,10)}
set{myKST_roc30_smooth15,roc(30,15)}

set{myKST_temp1,myKST_roc10_smooth10}
set{myKST_temp2,myKST_temp1+myKST_roc15_smooth10}
set{myKST_temp3,myKST_temp2+myKST_roc20_smooth10}
set{myKST_temp4,myKST_temp3+myKST_roc30_smooth15}
set{myKST,myKST_temp4/4}
set{myKST_signal9,cma(myKST,9)}


draw myKST_signal9 on plot myKST
myKST crossed above myKST_signal9

/*
set{TSI2513,TSI(25,13)}
TSI2513 above cema(TSI2513,7)
*/

/*
chart-length 4 months
not otcbb
volume above 1,000,000
*/
/* symlist(SPLS,SLB) */



/* snappyfrog 2/9/2019 */

market is not otcbb
market is not etf
price > 5
Average Volume(30) > 1000000

set{KST_smooth10,roc(10,10)}
set{KST_smooth15,roc(15,10)}
set{KST_smooth20,roc(20,10)}
set{KST_smooth30,roc(30,15)}

set{KST_S10,KST_smooth10 * 1}
set{KST_S15,KST_smooth15 * 2}
set{KST_S20,KST_smooth20 * 3}
set{KST_S30,KST_smooth30 * 4}

set{KST_S10a,KST_S10 + KST_S15}
set{KST_S10b,KST_S20 + KST_S30}
set{KST_S10c,KST_S10a + KST_S10b}
set{KST_S10d,cma(KST_S10c,9)}

set{KST_Sig,cma(KST_S10c,20)}

draw KST_Sig on plot KST_S10d

KST_S10d > KST_S10d 1 day ago
]



snappyfrog
651 posts
msg #146486
Ignore snappyfrog
2/9/2019 4:06:01 PM

Thanks Cheese. I see what you mean. It may be that I have a different smoothing on this line:

set{KST_Sig,cma(KST_S10c,20)}

I was playing with different smoothing periods to try to make it less jagged.

Thanks again.

Cheese
1,374 posts
msg #146487
Ignore Cheese
2/9/2019 4:23:53 PM

Thanks, snappy.
I do miss Quilln, such a gentleman.

StockFetcher Forums · Filter Exchange · KST (know sure thing)<< 1 2 3 >>Post Follow-up

*** Disclaimer *** StockFetcher.com does not endorse or suggest any of the securities which are returned in any of the searches or filters. They are provided purely for informational and research purposes. StockFetcher.com does not recommend particular securities. StockFetcher.com, Vestyl Software, L.L.C. and involved content providers shall not be liable for any errors or delays in the content, or for any actions taken based on the content.


Copyright 2022 - Vestyl Software L.L.C.Terms of Service | License | Questions or comments? Contact Us
EOD Data sources: DDFPlus & CSI Data Quotes delayed during active market hours. Delay times are at least 15 mins for NASDAQ, 20 mins for NYSE and Amex. Delayed intraday data provided by DDFPlus


This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.