StockFetcher Forums · Filter Exchange · Uptrend filters<< 1 2 >>Post Follow-up
LewisTherin
3 posts
msg #138124
Ignore LewisTherin
9/12/2017 1:14:52 PM

Hi,

I am a noob here. I was trying to make a filter which tells me when an uptrend has started.

How do I write a trendline break in code here?

Any other ideas would be helpful.

Thanks.

snappyfrog
651 posts
msg #138125
Ignore snappyfrog
9/12/2017 1:29:50 PM

Maybe try this one:

http://www.stockfetcher.com/forums2/Filter-Exchange/TREND-ENDER/38739/-1/38739

dwiggains
441 posts
msg #138137
Ignore dwiggains
9/13/2017 9:36:33 AM

Fetcher[
close crossed above ma (20)
]



Fetcher[
ma (5) crossed above ma (50)
]



many others

LewisTherin
3 posts
msg #138141
Ignore LewisTherin
9/13/2017 11:11:28 AM

Hey, thanks for the help.

These filters look good. The problem I am facing while trading and I have just started is most of the stocks I identify as good have already rallied and are nearing their trendline break.

My idea is trying to identify the stocks for which the downtrend just broke. By just broke I mean they have just started rallying.

Any advices would be helpful.



Mactheriverrat
3,132 posts
msg #138142
Ignore Mactheriverrat
9/13/2017 11:43:53 AM

May I suggest use of trend lines. Look at the tops of candles and where you see a change from down to up.




In a lot of case's its a remount of price rise above the EMA(13) or EMA(5)

fortyfour
189 posts
msg #138209
Ignore fortyfour
modified
9/17/2017 1:55:41 PM


Fetcher[

Symlist(nvda)


draw ma(5)
draw ma(10)
draw ma(20)
draw ma(15)
draw ma(25)
draw ma(30)

set{a0,count(close > ma(5),1)}
set{a1,count(close > ma(10),1)}
set{a2,count(close > ma(20),1)}
set{a3,count(close > ma(15),1)}
set{a4,count(close > ma(30),1)}
set{a5,count(close > ma(25),1)}



set{s0,a0+a1}
set{s1, s0+a2}
set{s2, s1 + a3}
set{s3,s2 + a4}
set{rainbow,s3+a5}

draw cema(rainbow,5)


]




You don't have to get all of the new trend and insist on catching the 1st break of a downtrend. Not one on the planet can.
Big money does not think and act like we do. You got "all day" to see and act on trend. Get some of it.

You can reverse the rainbow for shorts. When you see more of one than the other it might be trend.
In general, entries are when rainbow signal starts to rise. Two guys can use this and one may do well
and the other lose. It's all you
GL.




fortyfour
189 posts
msg #138234
Ignore fortyfour
modified
9/18/2017 12:21:50 PM

If you have SF advanced you can do simple math to assign weight and do the sum of weights to all these crossovers.
Also,
Stratasearch can find some good performance numbers optimizing these crossovers.
I found it better to do "good" fitting for "things" on an individual basis.

What happened to Stratasearch and the issue of Yahoo end of day data?


fortyfour
189 posts
msg #138271
Ignore fortyfour
modified
9/19/2017 3:14:12 PM

Have you seen that Stratasearch V4.5 is available for free download?
I discovered this today and did just that.
(Says limited time so.......)

I have read that the free Yahoo data is no longer available and my simple query ( old method)
Indeed does not work.

Anyone have a method to get eod data from yahoo?
i am thinking to test this trend following filter/method posted above in Stratasearch using Imported Yahoo data.

Thanks.


miketranz
956 posts
msg #138295
Ignore miketranz
modified
9/20/2017 9:03:51 PM

Fetcher[close above .10
and average volume(30) is above 50000


add column corr(chubk,80,close) is above 0.85
add column corr(chubk,200,close) is above 0.7


sort on column 5 descending
]



add column industry
add column dividend yield
This is what an uptrend is suppose to look like.Jump on board....

SFMc01
358 posts
msg #138409
Ignore SFMc01
9/27/2017 12:24:58 PM

miketranz:

Respectfully, my question is did you use any type of filter to find "chuba?"

If so would you share it, please?

Steve Mc

StockFetcher Forums · Filter Exchange · Uptrend filters<< 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.