StockFetcher Forums · Filter Exchange · Scale In - Scale Out<< >>Post Follow-up
davesaint86
725 posts
msg #144656
Ignore davesaint86
modified
9/13/2018 9:46:15 AM

Would something like this work for scaling in and out of stocks or volatile ETFs?

Fetcher[
apply to symlist(ba,iwm,fdn,ibb,aapl)

Show Stocks where close is above 5 and close is above MA(150)

Set{ADR25, ATR(20) * 2.5}
Set{ADR40, ATR(20) * 4.0}
Set{ADR60, ATR(20) * 6.0}
Set{ATR1, high 20 day high - ADR25}
Set{ATR2, high 20 day high - ADR40}
Set{ATR3, high 20 day high - ADR60}
Set{Buy1, high 20 day high - ADR25}
Set{Buy2, high 20 day high - ADR40}
Set{Buy3, high 20 day high - ADR60}


Set{ATR4, low 20 day low + ADR25}
Set{ATR5, low 20 day low + ADR40}
Set{ATR6, low 20 day low + ADR60}
Set{Sell1, low 20 day low + ADR25}
Set{Sell2, low 20 day low + ADR40}
Set{Sell3, low 20 day low + ADR60}

and add column separator
and add column atr(20) {ATR}
and add column separator
and add column average day range(20) {ADR}
and add column separator

add column beta
and add column separator


add column MA(150)
add column separator
add column low 20 day low {20d-L}
and add column separator
add column high 20 day high {20d-H}
and add column separator
and add column Buy1
and add column separator
and add column Buy2
and add column separator
and add column Buy3
and add column separator

and add column Sell1
and add column separator
and add column Sell2
and add column separator
and add column Sell3
and add column separator

add column RSI(2)
add column separator
and draw MA(150)
and draw MA(200)
and draw average volume(90)


and do not draw MA(10)
and do not draw MA(20)

chart-time is 2 years
]



davesaint86
725 posts
msg #144666
Ignore davesaint86
modified
9/14/2018 8:15:32 AM

Just brainstorming!
Fetcher[
apply to symlist(ba,iwm,fdn,ibb,rpv,qqq,fdn,vgt,iwp,ita,robo,xlk,psq,tbt,tlt)

Show Stocks where close is above 5 an close is above MA(150)
draw sell3 on plot price
draw sell2 on plot price
draw sell1 on plot price
draw buy1 on plot price
draw buy2 on plot price
draw buy3 on plot price



Set{ADR25, ATR(20) * 2.5}
Set{ADR40, ATR(20) * 4.0}
Set{ADR60, ATR(20) * 6.0}
Set{ATR1, high 10 day high - ADR25}
Set{ATR2, high 10 day high - ADR40}
Set{ATR3, high 10 day high - ADR60}
Set{Buy1, high 10 day high - ADR25}
Set{Buy2, high 10 day high - ADR40}
Set{Buy3, high 10 day high - ADR60}


Set{ATR4, low 10 day low + ADR25}
Set{ATR5, low 10 day low + ADR40}
Set{ATR6, low 10 day low + ADR60}
Set{Sell1, low 10 day low + ADR25}
Set{Sell2, low 10 day low + ADR40}
Set{Sell3, low 10 day low + ADR60}
and draw Slow Stochastic(14,3) Fast %K line at 20.00 and draw Slow Stochastic(14,3) Fast %K line at 80.00
and draw Slow Stochastic(14,3) Fast %K line at 50.00
set{RSI30, RSI(30) - 50}
set{CRSI_Bar, RSI30}
draw CRSI_Bar
PlotType{CRSI_Bar,zerobar}
set{RSI14, RSI(14) - 50}
set{RSI14_line, RSI14}
draw RSI14 on plot CRSI_Bar
set{RSI7, RSI(7) - 50}
set{RSI7_line, RSI7}
draw RSI7 on plot CRSI_Bar
and add column separator
add column beta
and add column separator
ADD COLUMN ROC(126,1) {6 mth %}
add column separator
ADD COLUMN ROC(63,1) {3 mth %}
add column separator
ADD COLUMN ROC(21,1) {1 mth %}

and add column separator
add column low 20 day low {20d-L}
and add column separator
and add column Sell3
and add column separator
and add column Sell2
and add column separator
and add column Sell1
and add column separator
add column high 20 day high {20d-H}
add column separator
and add column Buy1
and add column separator
and add column Buy2
and add column separator
and add column Buy3
and add column separator




add column MA(150)
add column separator

and add column atr(20) {ATR}
and add column separator
and add column average day range(20) {ADR}
and add column separator
add column RSI(2)
add column separator

and draw average volume(90)
do not draw MA(150)
do not draw MA(50)
do not draw MA(200)
and do not draw MA(10)
and do not draw MA(20)
SORT COLUMN 10 DESCENDING
chart-time is 120 days
]



novacane32000
331 posts
msg #144677
Ignore novacane32000
9/16/2018 7:45:34 PM

I used something similar but found that it really only worked for SPY.

Drawdowns on everything else was too high.

StockFetcher Forums · Filter Exchange · Scale In - Scale Out<< >>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.