StockFetcher Forums · Stock Picks and Trading · BZUN WEEKLY buy signal<< 1 2 3 4 >>Post Follow-up
sandjco
648 posts
msg #138263
Ignore sandjco
9/19/2017 9:01:51 AM

Mac...

I may be mistaken...the script on the last line above shows:

Set{cntema60overema60b,count( eMA(30)< EMA(30) 1day ago,1)}
draw cntema60overema60b

Shouldn't it be eMA(60) < eMA(60) 1 day ago instead of 30?

Thanks

Mactheriverrat
3,135 posts
msg #138274
Ignore Mactheriverrat
9/19/2017 7:22:07 PM

Great catch! SF won't let me change it so here is the updated version. Guess when I'm typing I get happy hand and posted it wrong- Again thanks for catching it.

Submit
Fetcher[
Show stocks where ema(13) is above ema(13) one day ago
and ema(60) is above ema(60) one day ago

price below 50
Chart-time is 6 months
Maket is not otcbb
Market is not etf
volume is above 200000
add column Average Day Range(30)
and Average Day Range(30) is above 4.00
do not draw Average Day Range(30)


draw ema(5)
draw ema(13)

draw ema(25)
draw ema(30)
draw ema(35)
draw ema(40)
draw ema(45)
draw ema(50)
draw ema(60)


/* AxA is number of consecutive days EMA(13) above (+)/below(-) previous EMA(13) */
set{AAb,days( EMA(13) is above EMA(13) 1 day ago,250)}
set{AAa,days( EMA(13) is below EMA(13) 1 day ago,250)}
set{AxA, AAa - AAb} and add column AxA {A_x_A}
do not Draw AxA


/* BxB is number of consecutive days EMA(30) above (+)/below(-) previous EMA(30) */
set{BBb,days( ema(30) is above EMA(30) 1 day ago,250)}
set{BBa,days( ema(30) is below EMA(30) 1 day ago,250)}
set{BxB, BBa - BBb} and add column BxB {B_x_B}
do not Draw BxB

/* CxC is number of consecutive days EMA(60) above (+)/below(-) previous EMA(60) */
set{CCb,days( ema(60) is above EMA(60) 1 day ago,250)}
set{CCa,days( ema(60) is below EMA(60) 1 day ago,250)}
set{CxC, CCa - CCb} and add column CxC {C_x_C}
do not Draw CxC





Set{cntema13overema13,count( eMA(13) > eMA(13) 1day ago,1)}
draw cntema13overema13

Set{cntema13overema13b,count( eMA(13)< EMA(13) 1day ago,1)}

draw cntema13overema13b



Set{cntema30overema30,count( eMA(30) > eMA(30) 1day ago,1)}
draw cntema30overema30

Set{cntema30overema30b,count( eMA(30)< EMA(30) 1day ago,1)}

draw cntema30overema30b

Set{cntema60overema60,count( eMA(60) > eMA(60) 1day ago,1)}
draw cntema60overema60

Set{cntema60overema60b,count( eMA(60)< EMA(60) 1day ago,1)}

draw cntema60overema60b

]




Mactheriverrat
3,135 posts
msg #138275
Ignore Mactheriverrat
9/19/2017 8:04:05 PM

Do a search on 1 month ago by % gain and see the energy that can be harnessed.

pthomas215
1,251 posts
msg #138276
Ignore pthomas215
9/19/2017 9:34:10 PM

Mac, good stuff. do you know how to write SF code that would create that deep belly BZUN had? I know it's an odd question, but I think there is something to higher volume tech stocks that have that deep rounded belly shape.

Mactheriverrat
3,135 posts
msg #138277
Ignore Mactheriverrat
modified
9/19/2017 11:19:18 PM

@pthomas Don't know of any code.
My idea is wait for a remount of the price to go above the EMA(13) which moves the ema(13) up from a day ago. Using * AxA is number of consecutive days EMA(13) above (+)/below(-) previous EMA(13) */

Then put it in a watch list symlist .
Take IMMU . Remounted above the ema(13) and did move the ema(13) up from the day before but hasn't broke above the downtrend resistance line. Its on a watch list for tomorrow. My bet is if it can break above that down trend line then were off to the race's again on the longer term trend. If it doesn't then more short term downward pressure. The deal is that a lot of other treader's see this same setup using the same data.



Let me add the use of Trend lines is also important too.

pthomas215
1,251 posts
msg #138279
Ignore pthomas215
9/19/2017 11:44:05 PM

Thanks John. definitely a great one to add to the watchlist. Like MU, price action will probably drop down to the EMA(13) and bounce off it and off to the races again.

Mactheriverrat
3,135 posts
msg #138280
Ignore Mactheriverrat
9/20/2017 8:29:17 AM

HTZ on watch list

pthomas215
1,251 posts
msg #138283
Ignore pthomas215
9/20/2017 10:11:57 AM

do you like HTZ cause the weekly crossed, 2 day has come down a bit and the 4 hour is coming back up?

Mactheriverrat
3,135 posts
msg #138294
Ignore Mactheriverrat
9/20/2017 8:48:52 PM

HTZ had crossed above the ema(13)

Mactheriverrat
3,135 posts
msg #138298
Ignore Mactheriverrat
9/21/2017 10:20:39 AM

Nice so far on HTZ-

StockFetcher Forums · Stock Picks and Trading · BZUN WEEKLY buy signal<< 1 2 3 4 >>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.