breakdown stocks fetcher
Forums › ProRealTime English forum › ProScreener support › breakdown stocks fetcher
- This topic has 26 replies, 6 voices, and was last updated 4 years ago by Francesco.
-
-
03/08/2016 at 11:43 AM #3495123456789101112131415161718192021//bullish trendEMA1 = exponentialaverage[20](close)EMA2 = exponentialaverage[50](close)bullish = Close>EMA1 AND Close>EMA2 AND EMA1>EMA2//near 52 week highest priceFiftyTwoWeekHigh = highest[250](high)FivePercentBelow = 1-(Close/FiftyTwoWeekHigh)<5/100//the recent 52 week high were created at least 3 days agoif FiftyTwoWeekHigh = FiftyTwoWeekHigh[1] AND FiftyTwoWeekHigh = FiftyTwoWeekHigh[2] AND FiftyTwoWeekHigh = FiftyTwoWeekHigh[3] THENAtLeast3DaysAgo = 1ELSEAtLeast3DaysAgo = 0ENDIF//recent volumeAllConditions = bullish AND FivePercentBelow AND AtLeast3DaysAgo = 1SCREENER [AllConditions]
Good Morning I am looking for a clever person who knows how to code these to make a screener exactly the opposite as to what has been coded here to detect stocks that are breaking down
if anyone can do this it would be greatly appreciated 🙂
03/08/2016 at 1:47 PM #3496Hello kajsy88, good to see you here.
Would you mind introduce yourself here : http://www.prorealcode.com/forum/announcements/forums-new-members/
I’ll have a look to your request.
03/08/2016 at 2:07 PM #3497Here is the code for the bearish side of this stock screener.
12345678910111213141516171819//bearish trendEMA1 = exponentialaverage[20](close)EMA2 = exponentialaverage[50](close)bearish = Close<EMA1 AND Close<EMA2 AND EMA1<EMA2//near 52 week lowest priceFiftyTwoWeekLow = lowest[250](high)FivePercentAbove = Close<FiftyTwoWeekLow*1.05//the recent 52 week low were created at least 3 days agoif FiftyTwoWeekLow = FiftyTwoWeekLow[1] AND FiftyTwoWeekLow = FiftyTwoWeekLow[2] AND FiftyTwoWeekLow = FiftyTwoWeekLow[3] THENAtLeast3DaysAgo = 1ELSEAtLeast3DaysAgo = 0ENDIFAllConditions = bearish AND FivePercentAbove AND AtLeast3DaysAgo = 1SCREENER [AllConditions]Enjoy.
03/15/2016 at 12:08 PM #376201/09/2017 at 11:35 PM #20363I think this
12//near 52 week lowest priceFiftyTwoWeekLow =lowest[250](high)should be (low)…?
01/10/2017 at 7:11 AM #2038201/10/2017 at 12:12 PM #20446I must be learning something then 😉
Also – If I am understanding correctly what the FiftyTwoWeekLow (and high in the bullish screener) is actually ‘asking’ (a new 52 Week Low that has been running for at least the last 3 days) then need the following added to the IF/THEN condition (Otherwise the results I was getting have lower 52 week lows…)
1AND FiftyTwoWeekLow < FiftyTwoWeekLow[4] THEN12/18/2019 at 5:12 PM #11518412/19/2019 at 9:22 AM #11521112/19/2019 at 10:53 AM #11523012/19/2019 at 10:58 AM #11523512/19/2019 at 11:15 AM #115240Yes i know, but look at the attachments.
The bearish one show at maximum 11 criterias when finding the currencies pairs, while the bullish 12. Why should this happen if they are “specular”?
I was looking at these screener since a week and the maximum is always this.
12/19/2019 at 11:36 AM #11524412/19/2019 at 11:48 AM #115247I don’t know Nicolas, i just put the screeners in my PRT and they automatically started sorting by criteria… sorry for confusing you but I’m a novice.
So basically everithing that the screener shows is eligible for a breakout, now it’s clear and sorry again.
Just a last question: What could i evaluate simultaneously to perfect the bullish and bearish breakout search in your opinion?
12/19/2019 at 9:38 PM #115271i just put the screeners in my PRT and they automatically started sorting by criteria
I put both the Bullish and Bearish Screeners in my PRT and I don’t get any Criteria sorting or numbers in the Criteria column … see attached.
-
AuthorPosts
Find exclusive trading pro-tools on