StockFetcher Forums · Filter Exchange · DERIVATIVE OSCILLATOR<< >>Post Follow-up
graftonian
1,089 posts
msg #155310
Ignore graftonian
1/14/2021 1:00:05 PM

Is this anywhere close to Constance Brown's Derivative Oscillator?

Fetcher[
/******************DERIVATIVE OSCILLATOR*************/
not otcbb

set{do1, cema(rsi(14), 3)}
set{do2, cema(do1, 3)}
set{do3, cma(do2, 8)}

set{derivative_osc, do2 - do3}
plottype{derivative_osc, zerobar}
draw derivative_osc
]



Cheese
1,374 posts
msg #155313
Ignore Cheese
1/14/2021 2:27:09 PM

Thank you, graf
I don't have the answer.
davesaint86 knows TradingViews quite well and may be able to give more insights
on Derivative Oscillator since it is available at TradingViews,
Here, I compare your Derivative Oscillator above
and Derivative Oscillator by everget.

Fetcher[

/* Derivative Oscillator based on graftonian January 14, 2021 */


SYMLIST(ZOM)

/******************DERIVATIVE OSCILLATOR*************/
not otcbb

set{do1, cema(rsi(14), 3)}
set{do2, cema(do1, 3)}
set{do3, cma(do2, 8)}

set{derivative_osc, do2 - do3}
plottype{derivative_osc, zerobar}
draw derivative_osc

ADD COLUMN derivative_osc
]



Fetcher[
/* Derivative Oscillator based on Alex Orekhov (everget) Oct 24, 2018 */


SYMLIST(ZOM)


/******************DERIVATIVE OSCILLATOR*************/
not otcbb

set{do1, cema(rsi(14), 5)}
set{do2, cema(do1, 3)}
set{do3, cma(do2, 9)}

set{derivative_osc, do2 - do3}
plottype{derivative_osc, zerobar}
draw derivative_osc

ADD COLUMN derivative_osc

]



Cheese
1,374 posts
msg #155316
Ignore Cheese
1/14/2021 3:01:16 PM

graf,

I tried a few other names with both your Derivative Oscillator and everget's Derivative Oscillator,
and your Derivative Oscillator may be more appropriate for quicker exits and more safety of capital
while everget's Derivative Oscillator may be for people who want to take a little more chance
with the extra juice left.

Just my two cents.


graftonian
1,089 posts
msg #155319
Ignore graftonian
1/14/2021 6:17:59 PM

@Cheese, I am getting senile, thanks for jogging my memory.
Duane

risjr
229 posts
msg #155321
Ignore risjr
1/14/2021 9:37:51 PM

If you knock out symlist, and throw in price limiter..... .10 to .50, make this a DYNAMITE FILTER, IN ANY MARKET!!

StockFetcher Forums · Filter Exchange · DERIVATIVE OSCILLATOR<< >>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.