StockFetcher Forums · Stock Picks and Trading · BEST OF davesaint86 -- a fan thread<< >>Post Follow-up
Cheese
1,374 posts
msg #147531
Ignore Cheese
modified
4/25/2019 12:56:35 PM

In this private fan thread, I post what I value most from davesaint86, as applied to what I do.
This fan thread may have very few posts, and the contents may not be considered best by davesaint86.

Fetcher[

SYMLIST(SPY)

set{rsi30_SPY,IND(SPY,rsi(30))}
set{rsi30bar_SPY,rsi30_SPY-56}
PlotType{rsi30bar_SPY,zerobar}
draw rsi30bar_SPY

set{rsi14_SPY,IND(SPY,rsi(14))}
set{rsi14diff_SPY,rsi14_SPY - 65}
draw rsi14diff_SPY on plot rsi30bar_SPY

set{rsi7_SPY,IND(SPY,rsi(7))}
set{rsi7diff_SPY,rsi7_SPY - 72}
draw rsi7diff_SPY on plot rsi30bar_SPY

/*
unique from davesaint86:
If you see something like RSI(30) = 56, RSI(14) = 65 and RSI(7) is = 72,
the position will be 100% be in an uptrend.
*/
add column rsi30_SPY{rsi30_SPY=56?}
add column rsi14_SPY{rsi14_SPY=65?}
add column rsi7_SPY{rsi7_SPY=72?}

DRAW MACD(8,17,5)

]



Cheese
1,374 posts
msg #147559
Ignore Cheese
4/25/2019 10:54:03 PM

UPDATE from davesaint86 4/25/2019 9:15:35 PM

Thank you very much, dave.


Fetcher[
apply to symlist(spy,qqq,gld,tlt)


draw ema(8)
draw ema(21)



set{RSI30, RSI(30) - 50}
set{CRSI_Bar, RSI30}
draw CRSI_Bar
PlotType{CRSI_Bar,zerobar}
set{RSI9, RSI(9) - 50}
set{RSI9_line, RSI9}
draw RSI9 on plot CRSI_Bar
set{RSI4, RSI(4) - 50}
set{RSI4_line, RSI4}
draw RSI4 on plot CRSI_Bar


add column rsi(4){drsi4}
add column separator
add column rsi(9){drsi9}
add column separator
add column rsi(30){drsi30}
add column separator
add column RSI(2)
add column separator

add column atr(21) {Atr}
add column separator
add column average day range (21){ADR%}

do not draw MACD(12,26)
do not drawn line 0
do not draw MA(250)
do not draw MA(50)
do not draw EMA(250)

SORT COLUMN 22 DESCENDING
chart-time is 75 days
]



StockFetcher Forums · Stock Picks and Trading · BEST OF davesaint86 -- a fan thread<< >>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.