StockFetcher Forums · Filter Exchange · Another Weinstein filter<< 1 2 >>Post Follow-up
nibor100
1,010 posts
msg #148671
Ignore nibor100
7/24/2019 10:26:46 AM

@pa247,

which of my filters r u having trouble with, the one where I replaced var1 with the actual MACD values?

If not that one, please post a copy of the lines from the filter you r having trouble with and I'll see if I can make it run simpler.

Thanks
Ed S.

PS. Do you have any mandatory stuff in your Settings that is affecting every filter you run?

pa247
143 posts
msg #148681
Ignore pa247
modified
7/24/2019 12:48:08 PM

Ed, the filter you wrote here:
https://www.stockfetcher.com/forums/General-Discussion/Schaff-Trend-Cycle/144844/10

For the Schaff trend cycle says I need an advanced subscription.

I don’t see anything in settings that would affect this.

Paula

nibor100
1,010 posts
msg #148685
Ignore nibor100
7/24/2019 2:39:38 PM

@pa247,

See if you can run this version.

Thanks,
Ed S.

Fetcher[
set{range, MACD (23,50,9) 10 day high - MACD (23,50,9) 10 day low}
set{var2, MACD (23,50,9) - MACD (23,50,9) 10 day low}
set{var3, var2 / range}
set{var7, cema(var3, 3) - cema(var3, 3) 10 day low}
set{var8, cema(var3, 3) 10 day high - cema(var3, 3) 10 day low}
set{var9, var7 / var8}
set{stclong, 100 * cema(var9, 3)}

add column STClong
draw stclong
draw ema(23)

/*BUY WHEN STC CROSSES ABOVE 20, SHORT WHEN STC CROSSES BELOW 80*/
draw stclong line at 80
draw stclong line at 20

chart-time is 6 months
symlist(fnsr,msft,abmd)
]



pa247
143 posts
msg #148687
Ignore pa247
7/24/2019 9:11:14 PM

@ed.... same thing. Get this message

Your StockFetcher filter exceeds filter performance restrictions.
To run this filter, please upgrade to the StockFetcher Advanced subscription level.

graftonian
1,089 posts
msg #148992
Ignore graftonian
8/25/2019 11:53:12 AM

The old filter was not returning timely results, so re-wrote to improve that. Comments?

Fetcher[
/***NEW FILTER AUG25,19************/
optionable
Average Volume(150) > 1000000
chart-time is 1 year
draw WMA(150)
draw average volume(150)
draw cwma(volume, 3)
add column separator
set{RSD1, close / ind(spy, close)}
set{RSD, RSD1 * 100} /*this is DorseyRS*/
set{RSD252MA, cma(RSD, 252)}
set{RSM1, RSD / RSD252MA}
set{RSM2, RSM1 -1}
set{RSM, RSM2 * 100}
draw RSM
draw RSM line at 0
add column RSM{Mansfield rs}

/*schaff trend cycle */
set{range, MACD (50,100,9) 10 day high - MACD (50,100,9) 10 day low}
set{var2, MACD (50,100,9) - MACD (50,100,9) 10 day low}
set{var3, var2 / range}
set{var6, cema(var3, 3) 10 day high}
set{var5, cema(var3, 3) 10 day low}
set{var7, cema(var3, 3) - var5}
set{var8, var6 - var5}
set{var9, var7 / var8}
set{var10, cema(var9, 3)}
set{SchaffTC, 100 * var10}
add column SchaffTC
draw SchaffTC

add column separator
add column sector
add column separator

/* 1 - days that close greater than WMA(150) */
set{WMA_days, days(close < WMA(150), 10)}
add column WMA_days
WMA_days > 0
slope of WMA(150) > 0 /* a given */

/* 2 - days that Mansfield RS greater than 0 */
set{RSMdays, days(RSM < 0, 10)}
add column RSMdays
RSMdays > 0

/* 3 - days that SchaffTC greater than 20 */
set{STCdays, days(SchaffTC < 20, 10)}
add column STCdays
STCdays > 0
/* 4 - volume multiple above avg volume */
set{vol_x, cwma(volume, 3) / Average Volume(150)}
add column vol_x
/*** SORT ON TOTAL DAYS(ASCENDING) ***/
set{td1, wma_days + rsmdays}
set{total_days, td1 + stcdays}
add column separator
add column total_days
sort on column 16 ascending
total_days < 11

/****bells & whistles**********/
SET{63HI, HIGH 63 DAY HIGH} DRAW PRICE LINE AT 63HI
SET{63LO, LOW 63 DAY LOW} DRAW PRICE LINE AT 63LO
/*****DO NOT DRAWS*****/
DO NOT DRAW WMA_DAYS DO NOT DRAW RSMDAYS DO NOT DRAW STCDAYS DO NOT DRAW VOL_X
]




StockFetcher Forums · Filter Exchange · Another Weinstein filter<< 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.