StockFetcher Forums · General Discussion · Weekly count of one standard deviation moves<< 1 2 >>Post Follow-up
15minofPham
168 posts
msg #160966
Ignore 15minofPham
3/23/2024 12:56:12 PM

Xarlor,
Could you please use the Delta 12 & 10, with exit at 25%, 50%, and 80% of max profit.

Is it possible to create an ATR filter similar to the SD as I see some SDs are too far out to collect any decent premium.

xarlor
564 posts
msg #160967
Ignore xarlor
3/23/2024 1:16:01 PM

Try editing the SD filter with ATR instead and post what you come up with (give a fish, teach how to fish and all that).

Backtest only allows 5 Delta increments so I ran it for 15 & 10.

25
25

50
50

80
80

15minofPham
168 posts
msg #160970
Ignore 15minofPham
3/23/2024 3:57:05 PM

I tried it last night, but it didn't work. This time I added "Weekly", and it seems to work. It looks like using ATR gives a better premium.

Fetcher[
optionable
price above 10
Average Volume(63) above 5000000

set{1atru, weekly close 1 week ago + weekly atr(5) 1 week ago}
set{1atrd, weekly close 1 week ago - weekly atr(5) 1 week ago}
set{break_above,count(weekly close > 1atru,52)}
set{break_below,count(weekly close < 1atrd,52)}
set{broke_above,count(weekly close > 1atru,1)}
set{broke_below,count(weekly close < 1atrd,1)}

broke_above > -1
broke_below > -1

set{total,break_above + break_below}

draw 1atru on plot price
draw 1atrd on plot price

add column separator
add column 1atru {1ATR above}
add column 1atrd {1ATR below}
add column separator

add column total
add column break_above
add column break_below

sort by column 9 ascending

chart-display is weekly

]



15minofPham
168 posts
msg #160978
Ignore 15minofPham
3/24/2024 1:33:30 PM

It's amazing that NVDA stays undefeated at 80% of max. Thanks for the backtest Xarlor!

bert123
53 posts
msg #161006
Ignore bert123
4/5/2024 3:51:06 PM

15min:
Would be interested in seeing some forward examples utilizing this filter. Thanks

StockFetcher Forums · General Discussion · Weekly count of one standard deviation moves<< 1 2 >>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.