Stochastic SlowK and Data 2  [SOLVED]

Questions about MultiCharts and user contributed studies.
ChiTownTrader
Posts: 6
Joined: 01 Oct 2014
Has thanked: 2 times

Stochastic SlowK and Data 2

Postby ChiTownTrader » 01 Oct 2014

Stochastic Data 2.JPG
(168.7 KiB) Downloaded 481 times
Stochastic Data 2.JPG
(168.7 KiB) Downloaded 481 times
Thanks in advance for any help.

I have a chart with 1 min data (data1) and also 15 min data( data2). I have created the standard Stochastic SlowK (MC indicator) on the attached chart in subchart 2 using the "base study on 15 min data". I then tried to recreate this indicator in a --system-- using: h data2,l data ,2 c data2 - in the below code to reference the 15 min. bars.

Value1 = Stochastic( H data2, L data2, c data2, StochLength, SmoothingLength1,
SmoothingLength2, SmoothingType, var01, var11, var21, var31 ) ;

I then used i_setplot/i_getplot to plot what this indicator looks like from at the system with the subplot 3 being my findings.

My goal is to emulate the essence of subplot 2 at the system level (subchart 3). Obviously the two subcharts will never look identical but Subchart 3 is useless in utilizing the SlowK indicator at the system level as the cross over etc. I have modified several other indicators (MACD, RSI etc etc) to work at the system level with data2 as is similar to above with expected results only SlowK has this issue.

Any ideas on how to get the essence of subchart 2 within a system (subchart 3) ?? I could probably use ADE but find ADE slows down optimizations and hence my desire to do it natively.

Thanks again for any thoughts/ideas/suggestions.

Jeff

User avatar
TJ
Posts: 7742
Joined: 29 Aug 2006
Location: Global Citizen
Has thanked: 1033 times
Been thanked: 2222 times

Re: Stochastic SlowK and Data 2  [SOLVED]

Postby TJ » 01 Oct 2014

see post #5
Data2
viewtopic.php?f=16&t=6929

ChiTownTrader
Posts: 6
Joined: 01 Oct 2014
Has thanked: 2 times

Re: Stochastic SlowK and Data 2

Postby ChiTownTrader » 01 Oct 2014

TJ in case you ever wonder - You are AWESOME!!!

3 words and a link and I am golden.

Thanks thanks thanks thanks,
Wish I could paypal you a Starbucks :)

User avatar
TJ
Posts: 7742
Joined: 29 Aug 2006
Location: Global Citizen
Has thanked: 1033 times
Been thanked: 2222 times

Re: Stochastic SlowK and Data 2

Postby TJ » 01 Oct 2014

TJ in case you ever wonder - You are AWESOME!!!

3 words and a link and I am golden.

Thanks thanks thanks thanks,
Wish I could paypal you a Starbucks :)
You are welcome... glad it works. :)


Return to “MultiCharts”