StockFetcher Forums · Filter Exchange · McClellan Oscillator and SPY<< 1 2 3 4 >>Post Follow-up
snappyfrog
653 posts
msg #160707
Ignore snappyfrog
12/10/2023 9:26:49 AM

The last 3 weeks using the McClellan has been difficult to say the least.

So, I decided to make a summation line (McClellan Summation Index). I have included it with and without the McClellan below price chart.

Fetcher[
apply to symlist(SPY,qqq,iwm)

set{vara,ind(^advn,close)}
set{vard,ind(^decn,close)}
set{var,vara - vard}
set{var1,cema(var,39)}
set{var2,cema(var,19)}
set{mcclellan,var2 - var1}
draw mcclellan line 0
draw cma(mcclellan,10) on plot mcclellan
chart-length is 6 months
]



And without McClellan

Fetcher[
apply to symlist(SPY,qqq,iwm)

set{vara,ind(^advn,close)}
set{vard,ind(^decn,close)}
set{var,vara - vard}
set{var1,cema(var,39)}
set{var2,cema(var,19)}
set{mcclellan,var2 - var1}
draw mcclellan line 0
draw cma(mcclellan,10) on plot mcclellan
chart-length is 6 months
do not draw mcclellan
]



snappyfrog
653 posts
msg #160746
Ignore snappyfrog
1/4/2024 2:47:33 PM

Divergence between RSI and Price prepared me for this change to bearish.

I changed to bearish Put option buying at open on Jan 2nd. So far so good.



StockFetcher Forums · Filter Exchange · McClellan Oscillator and SPY<< 1 2 3 4 >>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.