NexusFi: Find Your Edge


Home Menu

 





Tradestation's SlowK may not equal to FastD - Help


Discussion in TradeStation

Updated
    1. trending_up 3,880 views
    2. thumb_up 2 thanks given
    3. group 2 followers
    1. forum 15 posts
    2. attach_file 3 attachments




 
Search this Thread

Tradestation's SlowK may not equal to FastD - Help

  #1 (permalink)
 fiverr 
Calgary
 
Experience: None
Platform: TradeStation, MT4
Trading: ES, Stocks
Posts: 73 since Aug 2015
Thanks Given: 4
Thanks Received: 11

Tradestation website says, "Stochastics are made up of four individual calculations: FastK, FastD, SlowK, SlowD. The core of the calculations is based upon the FastK value that is calculated in the following manner.
FastK = (C - L)/(H - L)*100… where
L = Lowest Low of a specified period
H = Highest High of a specified period
C = Current bar Close
FastD is a smoothed average of FastK, SlowK is equal to FastD"

I have analyzed the output data on Trade station. In fact SlowK is equal FastK, and is not smoothed average of FastK. Can someone confirm my finding on TS 9.1?

Many thanks in advance.

Started this thread Reply With Quote

Can you help answer these questions
from other members on NexusFi?
Exit Strategy
NinjaTrader
Pivot Indicator like the old SwingTemp by Big Mike
NinjaTrader
MC PL editor upgrade
MultiCharts
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
How to apply profiles
Traders Hideout
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Spoo-nalysis ES e-mini futures S&P 500
31 thanks
Just another trading journal: PA, Wyckoff & Trends
26 thanks
Tao te Trade: way of the WLD
24 thanks
Bigger Wins or Fewer Losses?
23 thanks
GFIs1 1 DAX trade per day journal
18 thanks
  #2 (permalink)
 Billiwon 
Los Angeles, California
 
Experience: Intermediate
Platform: TradeStation
Trading: Index futures, etc.
Posts: 53 since Aug 2014
Thanks Given: 93
Thanks Received: 26

fiverr:

My TradeStation (version 9.5) has two stochastic indicators -- Stochastic-Fast and Stochastic-Slow. Like you said, the FastD is a smoothed average of the FastK in the Stochastic-Fast indicator. When I also plot the Stochastic-Slow indicator, the SlowK there is the same as the FastD in the Stochastic-Fast. So in effect, the SlowD in the Stochastic-Slow indicator is just a smoothed average of the FastD in the Stochastic-Fast. More smoothing but also more delay.

Bill

Reply With Quote
Thanked by:
  #3 (permalink)
 fiverr 
Calgary
 
Experience: None
Platform: TradeStation, MT4
Trading: ES, Stocks
Posts: 73 since Aug 2015
Thanks Given: 4
Thanks Received: 11


Billiwon,

I understand that you observing SlowK = FastD which is correct.

Can you confirm that you can see SlowK = FastK? This is my observation from TS. If you are observing the same phenomenon, then TS has an incorrect implementation.

Started this thread Reply With Quote
  #4 (permalink)
 Billiwon 
Los Angeles, California
 
Experience: Intermediate
Platform: TradeStation
Trading: Index futures, etc.
Posts: 53 since Aug 2014
Thanks Given: 93
Thanks Received: 26


fiverr View Post
Billiwon,

I understand that you observing SlowK = FastD which is correct.

Can you confirm that you can see SlowK = FastK? This is my observation from TS. If you are observing the same phenomenon, then TS has an incorrect implementation.


No, SlowK does not have the same reading (or plot) as FastK on my TradeStation.
If I plot both Stochastic-Fast and Stochastic-Slow on the same indicator sub graph, I see three indicator lines: FastK, FastD (overlapping with SlowK) and SlowD.

Hope that is clear.

Bill

Reply With Quote
Thanked by:
  #5 (permalink)
 fiverr 
Calgary
 
Experience: None
Platform: TradeStation, MT4
Trading: ES, Stocks
Posts: 73 since Aug 2015
Thanks Given: 4
Thanks Received: 11

Thanks Billiwon, greatly appreciated. BTW, can you share with me your test code?

Started this thread Reply With Quote
  #6 (permalink)
 Billiwon 
Los Angeles, California
 
Experience: Intermediate
Platform: TradeStation
Trading: Index futures, etc.
Posts: 53 since Aug 2014
Thanks Given: 93
Thanks Received: 26

What do you mean the "test code"? All I plotted were the standard indicators that came with TradeStation -- Stochastic-Fast and Stochastic-Slow. Standard settings for both -- 14,3,3,1. You can plot both indicators in the same subgraph.
Maybe if you could provide more detail in your question to see if I can understand better?

Bill

Reply With Quote
  #7 (permalink)
 fiverr 
Calgary
 
Experience: None
Platform: TradeStation, MT4
Trading: ES, Stocks
Posts: 73 since Aug 2015
Thanks Given: 4
Thanks Received: 11

Bill,

I am converting this single line of EL code from TS to MT4

LINEARREGVALUE (SLOWK (3), 3, 0);

In my conversion and double checking the data, I found that SlowK is equal FastK, and is not smoothed average of FastK.

This may be the case where the standard indicator that came with TS is correct on its charting. However the implementation of EL code compiler is not correct if you save the output into a text file. This is what I mean by test code.

Started this thread Reply With Quote
  #8 (permalink)
 Billiwon 
Los Angeles, California
 
Experience: Intermediate
Platform: TradeStation
Trading: Index futures, etc.
Posts: 53 since Aug 2014
Thanks Given: 93
Thanks Received: 26


fiverr View Post
Bill,

I am converting this single line of EL code from TS to MT4

LINEARREGVALUE (SLOWK (3), 3, 0);

In my conversion and double checking the data, I found that SlowK is equal FastK, and is not smoothed average of FastK.

This may be the case where the standard indicator that came with TS is correct on its charting. However the implementation of EL code compiler is not correct if you save the output into a text file. This is what I mean by test code.

My TradeStation shows three user-changeable parameters for each of Stochastic-Fast, and Stochastic-Slow. They are: 14,3,3. They are different from what you show above. Also Stochastic calculation has nothing to do with Linear Regression Value (as you implied in your formula above). Since I am not familiar with MT4, I do not offer further comments.

Regards,
Bill

Reply With Quote
  #9 (permalink)
 fiverr 
Calgary
 
Experience: None
Platform: TradeStation, MT4
Trading: ES, Stocks
Posts: 73 since Aug 2015
Thanks Given: 4
Thanks Received: 11

Bill,

Can you try exporting the data with just SLOWK (3, 3, 0) in TS by itself?

Started this thread Reply With Quote
  #10 (permalink)
 Billiwon 
Los Angeles, California
 
Experience: Intermediate
Platform: TradeStation
Trading: Index futures, etc.
Posts: 53 since Aug 2014
Thanks Given: 93
Thanks Received: 26



fiverr View Post
Bill,

Can you try exporting the data with just SLOWK (3, 3, 0) in TS by itself?

My TS indicator for SLOWK has only two input parameters, so I used SLOWK(3,3). Per your request, I exported ES daily bar data with SLOWK(3,3). See attached .txt file. Hope that helps.

Bill

Reply With Quote




Last Updated on August 14, 2015


© 2024 NexusFi™, s.a., All Rights Reserved.
Av Ricardo J. Alfaro, Century Tower, Panama City, Panama, Ph: +507 833-9432 (Panama and Intl), +1 888-312-3001 (USA and Canada)
All information is for educational use only and is not investment advice. There is a substantial risk of loss in trading commodity futures, stocks, options and foreign exchange products. Past performance is not indicative of future results.
About Us - Contact Us - Site Rules, Acceptable Use, and Terms and Conditions - Privacy Policy - Downloads - Top
no new posts