StockFetcher Forums ·  · Shills Corner<< 1 ... 56 57 58 59 60 ... 101 >>Post Follow-up
shillllihs
5,986 posts
msg #146176
Ignore shillllihs
1/20/2019 4:08:33 PM

Four, it was magical, it was like watching Ali or M. Jordan.
Most everyone regardless of ethnicity was supporting Manny, it felt surreal.
True he’s lost a few fights, half of them were questionable decisions, but pound for pound he is the greatest boxer ever. Sure some will disagree but watch some of his old fights to see the speed and the multitude of punching angles he had, it was as if he had 4 hands. I’m convinced he would have beat Mayweather in his prime. Floyd is a dancer first he’s mor of a matador but he’s also great at what he does.
Another fight would be great.

shillllihs
5,986 posts
msg #146210
Ignore shillllihs
1/22/2019 11:36:04 AM

Not sure where tqqq sqqq go this week, I have contradicting signals.


And of course thank you Rams for another huge Super Bowl appearance payday.
There was never a doubt.

shillllihs
5,986 posts
msg #146213
Ignore shillllihs
1/22/2019 2:08:56 PM

Up 2.5% on sqqq, averaged in a bit, let’s see if this ricochets higher.

shillllihs
5,986 posts
msg #146219
Ignore shillllihs
modified
1/23/2019 10:50:15 AM

It’s coming

Fetcher[
Symlist(Uwm)
linear regression(10) slope crossed below 1
]



davesaint86
725 posts
msg #146222
Ignore davesaint86
1/23/2019 11:59:25 AM

Add - show stocks where where buy1 crossed below close - for buys
and - show stocks where where buy1 crossed above close - for sells


Fetcher[apply to symlist(eev,vixy,upro,shy,spxu,tmf,tmv,tna,tza,ziv,vxz,ugld,dgld,uwt,dwt,soxl,soxs,tecl,tecs,udow,sdow,dgaz,ugaz,fxp,dgp,uslv,dslv,tqqq,sqqq,sso,sds,qid,qld,tbf,dgb,fza,uwm,rwm)
Set{ADR15, ATR(20) * 1.50} /* davesaint86 */
Set{ATR1, high 10 day high - ADR15} /* davesaint86 */
Set{Buy1, high 10 day high - ADR15} /* davesaint86 */

draw BUY1 on plot price /* buy or hold above; sell or wait below */
Set{Long,count(close > buy1 ,1)}
Set{Short,count(close < buy1 ,1)}
set{E20,close - buy1 }


draw long on plot
draw short on plot

draw T3(5,0.7)

draw weekly ma(21)
draw macd(8,17,5)
draw linear regression(10) slope
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{E9, close above T3(5,0.7)}
set{DLongposition, count(E9 > 0,1)}
set{DShortposition, count(E9 < 0,1)}
SET{DTRIGGER,0}

set{CRS1, rsi(5),1)}
set{CRS2, rsi(13),1)}
set{CRS3, rsi(30),1)}
set{CCRS1, CRS1 + CRS2}
set{CCRS2, CCRS1 + CRS3}
set{CCRS3, CCRS2 /3}

set{CRS4, weekly rsi(5),1)}
set{CRS5, weekly rsi(13),1)}
set{CRS6, weekly rsi(30),1)}

set{WCRS1, CRS4 + CRS5}
set{WCRS2, WCRS1 + CRS6}
set{WCRS3, WCRS2 /3}
set{CWRSI1, CCRS3 + WCRS3}
set{C-RSI, CWRSI1 /2}
set{RSI30, RSI(30) - 50}
set{CRSI_Bar, RSI30}
PlotType{CRSI_Bar,zerobar}

set{RSI13, RSI(13) - 50}
set{RSI13_line, RSI13}
draw RSI13 on plot CRSI_Bar

set{RSI5, RSI(5) - 50}
set{RSI5_line, RSI5}
draw RSI5 on plot CRSI_Bar

set{drsilong1, count(rsi(30) above 5, 1)}
set{drsilong2, count(rsi(5) above rsi(30), 1)}
set{drsilong3, count(rsi(13) above rsi(30), 1)}
set{drsilong4, drsilong1 + drsilong2}
set{drsilong5, drsilong4 + drsilong3}
set{drsilong, count(drsilong5 equals 3, 1)}
set{drsishort, count(drsilong5 less than 3, 1)}
SET{DRSITRIGGER,0}


set{wrsi1, weekly rsi(5)}
set{wrsi2, weekly rsi(30)}
set{wrsi3, count(wrsi1 > wrsi2,1)}
set{wrsilong, count(wrsi3 equals 1, 1)}
set{wrsishort, count(wrsi3 less than 1, 1)}

set{CRS21, ROC(21,1)}
set{CRS63, ROC(63,1)}
set{CRS126, ROC(126,1)}
set{CR1, CRS21 + CRS63}
set{C-RS, CR1 + CRS126}

set{wsto, weekly Slow Stochastics(14,3)}
set{dsto, Slow Stochastics(14,3)}
set{wdsto, wsto + dsto}
set{CSTO, wdsto / 2}
set{TWRSI5, weekly RSI(5)}
set{TWRSI13, weekly RSI(13)}
set{TWRSI30, weekly RSI(30)}
set{TWRSI1, TWRSI5 + TWRSI13}
set{TWRSI2, TWRSI1 + TWRSI30}
set{A-WRSI, TWRSI2 / 3}
set{TDRSI5, RSI(5)}
set{TDRSI13, RSI(13)}
set{TDRSI30, RSI(30)}
set{TDRSI1, TDRSI5 + TDRSI13}
set{TDRSI2, TDRSI1 + TDRSI30}
set{A-DRSI, TDRSI2 / 3}


set{LongRSI,count(RSI5 > RSI13 ,1)}
draw LongRSI on plot

set{LongRSI5,count(RSI5 above the 0 line ,1)}
draw longrsi5 on plot
set{LongRSI13,count(RSI13 above the 0 line ,1)}
draw longrsi13 on plot
set{LongRSI30,count(RSI30 above the 0 line ,1)}
draw longrsi30 on plot


/*TRENDSUM*/

/*1. IS THE MA(3) ABOVE THE MA(6)? +1 FOR YES, -1 FOR NO*/
set{var1a, count(ma(3) above ma(6), 1)}
set{var1b, count(ma(3) below ma(6), 1)}
set{var1, var1a - var1b}

/*2. IS THE CLOSE ABOVE THE MA(3)? +1 FOR YES, -1 FOR NO*/
set{var2a, count(close above ma(3), 1)}
set{var2b, count(close below ma(3), 1)}
set{var2, var2a - var2b}

/*3. IS THE CLOSE ABOVE THE MA(6)? +1 FOR YES, -1 FOR NO*/
set{var3a, count(close above ma(6), 1)}
set{var3b, count(close below ma(6), 1)}
set{var3, var3a - var3b}

/*4. IS THE SLOPE OF MA(3) POSITIVE? +1 FOR YES, -1 FOR NO*/
set{var4a, count(ma(3) above ma(3) 1 day ago, 1)}
set{var4b, count(ma(3) below ma(3) 1 day ago, 1)}
set{var4, var4a - var4b}

/*5. IS THE SLOPE OF MA(6) POSITIVE? +1 FOR YES, -1 FOR NO*/
set{var5a, count(ma(6) above ma(6) 1 day ago, 1)}
set{var5b, count(ma(6) below ma(6) 1 day ago, 1)}
set{var5, var5a - var5b}

/*6. IS THE CLOSE ABOVE THE PARABOLIC SAR? +1 FOR YES, -1 FOR NO*/
set{var6a, count(close above Parabolic SAR(0.02,0.2), 1)}
set{var6b, count(close below Parabolic SAR(0.02,0.2), 1)}
set{var6, var6a - var6b}

/*7. IS THE +DI(14) ABOVE THE -DI(14)? +1 FOR YES, -1 FOR NO*/
set{var7a, count(PDI above MDI, 1)}
set{var7b, count(PDI below MDI, 1)}
set{var7, var7a - var7b}

/*SUMMING THE INDIVIDUAL INDICATORS INTO THE TRENDSUM*/
set{sum1, var1 + var2}
set{sum2, sum1 + var3}
set{sum3, sum2 + var4}
set{sum4, sum3 + var5}
set{sum5, sum4 + var6}
set{trendsum, sum5 + var7}



add column separator
add column long {Long}
add column separator
add column buy1 {Trigger}
add column separator
add column e20 {$ Delta}
add column separator
set{e21, e20 / close}
set{e22, e21 *100}
add column e22 {% Delta}
add column separator
add column MA(200)
add column separator

add column dlongposition {t3}
add column separator
add column longrsi {rsi5/13}
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 %}
add column separator

add column csto
ADD COLUMN SEPARATOR
add column c-rsi
ADD COLUMN SEPARATOR

add column RSI(2)
add column separator
add column RSI(5)
add column separator
add column RSI(13)
add column separator
add column RSI(30)
add column separator
add column atr(20) {Atr}
add column separator
add column average day range (20){ADR}
add column separator
add column trendsum {Trend}
SORT COLUMN 26 DESCENDING
chart-time is 5 months
]



shillllihs
5,986 posts
msg #146224
Ignore shillllihs
1/23/2019 12:15:03 PM

Really nice work Dave, I appreciate your contributions.
Refining entries and exits are my priority and every offering is a plus.
Not giving too much back on the exit is the toughest aspect for me, but maybe that can never be fully compensated for, perhaps scaling out of position on the way up is the only way to go.

shillllihs
5,986 posts
msg #146225
Ignore shillllihs
1/23/2019 12:18:42 PM

Just want to add that I’m concentrating on Tqqq Sqqq as they are demonstrating to be the biggest movers and most consistent instruments.

davesaint86
725 posts
msg #146226
Ignore davesaint86
1/23/2019 12:23:10 PM

The 5.1 slow sto where it crosses above the 80 line and then crosses at the 80 on the other side downward at (1 o'clock) always seemed to be a good sell point where you would capture more gains.

shillllihs
5,986 posts
msg #146227
Ignore shillllihs
1/23/2019 3:47:24 PM

Market got a taste of a little swirly today and the masses are lining up for the flush to get (the full treatment). Just might be wrong.



shillllihs
5,986 posts
msg #146232
Ignore shillllihs
modified
1/24/2019 9:57:23 AM

Fetcher[
symlist(sqqq)
draw bollinger(20)
Draw weekly ma(21)
]



This just looks like too many lines to slide through on 1 run.
Has turned around and headed for upper bollinger band several times after hitting weekly ma(21).
Could be wrong and that’s fine since I’ll switch camps at a moments notice according to the filters.
I’m no longer in charge, just a cheerleader.


StockFetcher Forums ·  · Shills Corner<< 1 ... 56 57 58 59 60 ... 101 >>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.