StockFetcher Forums · General Discussion · can someone help me with this please<< >>Post Follow-up
pa247
143 posts
msg #147936
Ignore pa247
5/27/2019 4:44:46 PM

hi,

this is what Ive got and im sure its not correct, but not sure how to fix it. Thank for help.
paula

Raw Stochastics = 100 * (Recent Close - Low(n)) / (High(n) - Low(n))
set{rs1, close - low(30)}
set{rs2, high(30) - low(30)}
set{rs3, rs1 / rs2}
set{rs4, rs3 * 100}

how would I code this part?
Stochastics Oscillator = (Stochastics Slow - 50) / 50

KSK8
561 posts
msg #147937
Ignore KSK8
5/27/2019 5:55:42 PM

I think this may be what you are looking for;

Fetcher[
set{x1, slow stochastic fast %k(12) - 50}
set{stoch_oscillator, x1 / 50}
draw stoch_oscillator
]





pa247
143 posts
msg #147945
Ignore pa247
5/28/2019 4:11:39 PM

thank you KSK8

StockFetcher Forums · General Discussion · can someone help me with this please<< >>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.