StockFetcher Forums · Filter Exchange · KST (know sure thing)<< 1 2 3 >>Post Follow-up
Quilln
116 posts
msg #110350
Ignore Quilln
1/19/2013 1:01:17 AM

Cheese,

Perfect, just what I was hoping for. Even though the blue line has some roughtness, it is still doing the job we Swing Traders are looking for.

For some of you viewers as you will see in the past, when the xover occurs, the price of the stock rises enought to make some outstanding profits for DAY and Swing Traders with simplicity.

Again, thank you very very much for your help.

My Best regards,

Quilln - a poor church mouse scratching for a living.


Cheese
1,374 posts
msg #110358
Ignore Cheese
1/19/2013 1:55:58 PM

Quilln, you are very welcome.

By re-posting the filter here, I am hoping that StockFetcher features will kick in and automatically display some results
immediately following the filter code.


Fetcher[
/* attempt to simulate KST(10,15,20,30,10,10,10,15,9) */
/* from Beautiful British Columbia */
/* 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) */
]



springhill
74 posts
msg #110438
Ignore springhill
1/22/2013 7:13:28 PM

quilln
What do you see on the screen that looks interesting for tomorrow?
I have offset daily back quite a ways with the filter.
Notice that there are days that the stock simply turns and goes the other way.
Especially if the stock gaps up the day the signal hits
Any method for handling those times?
Really interesting filter.
Thanks


Quilln
116 posts
msg #110454
Ignore Quilln
1/23/2013 12:08:25 PM

springhill,

FB is an excellent stock to buy today per the KST list.

will be making a few bux with a few days.. This morning the low bubble was 30.8, high bubble was 31.5. for a nice kwik profit..

the flexible grid chart will show some nice results.

Quilln -

tennisplayer2
210 posts
msg #111235
Ignore tennisplayer2
modified
2/9/2013 2:07:41 AM

Cheese or Quilln, for some reason the KST xover using this filter does not match up to the KST xover in Stockcharts. Does stockcharts calculate it differently? If so, can anyone write a code for KST, that can match up to the crossovers on stockcharts? Thanks.

Cheese
1,374 posts
msg #111239
Ignore Cheese
2/9/2013 11:56:51 AM

Sorry, tennisplayer2, I don't have enough info to match stockcharts.

tennisplayer2
210 posts
msg #111241
Ignore tennisplayer2
2/9/2013 4:57:51 PM

Cheese, thanks anyway. If you ever do, please post. Have a great weekend and thanks for your willingness to help others.

snappyfrog
651 posts
msg #146479
Ignore snappyfrog
2/9/2019 11:34:00 AM

My understanding is that each of the ROC needs to have a multiplier. I have changed this filter somewhat and included the multipliers.

Fetcher[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
]



Cheese
1,374 posts
msg #146480
Ignore Cheese
2/9/2019 12:59:29 PM

snappyfrog 2/9/2019 11:34:00 AM
My understanding is that each of the ROC needs to have a multiplier. I have changed this filter somewhat and included the multipliers.
===========================================================

Thank you, snappy
Your kst looks smoother but the signals seem to come a little later.

Cheese
1,374 posts
msg #146481
Ignore Cheese
modified
2/9/2019 1:20:19 PM

I put the two versions together so I can benefit from both.
(I had to re-post the filter so the charts can display automatically.)

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.