Setup for breakout
Forums › ProRealTime English forum › ProScreener support › Setup for breakout
- This topic has 4 replies, 2 voices, and was last updated 1 year ago by JS.
Viewing 5 posts - 1 through 5 (of 5 total)
-
-
07/10/2023 at 1:06 PM #217495
Hello,
Can you help me with following screener.
On a daily time frame i would like to see all the assets that meet de following requirements:
- The stock is above the EMA10, EMA20 and EMA50 for at least 30 days
- The stock has increased at least 30 percent in price in the last 3 months
- The current price is below the 2 week high
- Average daily volume for the last 30 days is above 200000
- The stockprice is above 10
- Last 2 weeks the volatility is decreasing
Thanks a lot
gr Marco
07/11/2023 at 6:14 AM #217525Hi,
Hereby the screener…
SetUp for BreakOut12345678910111213141516171819TimeFrame(Daily)EMA10=ExponentialAverage[10](close)EMA20=ExponentialAverage[20](close)EMA50=ExponentialAverage[50](close)ATR10=AverageTrueRange[10](close)C1=Summation[30](Close>EMA10)=30C2=Summation[30](Close>EMA20)=30C3=Summation[30](Close>EMA50)=30C4=(Close-Close[60])/Close[60]>0.3C5=Close>Highest[10](High)C6=Average[30](Volume)>200000C7=Close>10C8=Summation[10](ATR10<ATR10[1])=10BreakOut= C1 + C2 + C3 + C4 + C5 + C6 + C7 + C8Screener[BreakOut](BreakOut as "BreakOut")07/11/2023 at 6:26 AM #217526Correction…
SetUp for BreakOut12345678910111213141516171819TimeFrame(Daily)EMA10=ExponentialAverage[10](close)EMA20=ExponentialAverage[20](close)EMA50=ExponentialAverage[50](close)ATR10=AverageTrueRange[10](close)C1=Summation[30](Close>EMA10)=30C2=Summation[30](Close>EMA20)=30C3=Summation[30](Close>EMA50)=30C4=(Close-Close[60])/Close>0.3C5=Close>Highest[10](High)C6=Average[30](Volume)>200000C7=Close>10C8=Summation[10](ATR10<ATR10[1])=10BreakOut= C1 and C2 and C3 and C4 and C5 and C6 and C7 and C8Screener[BreakOut](BreakOut as "BreakOut")07/11/2023 at 1:04 PM #21753607/11/2023 at 1:41 PM #217537 -
AuthorPosts
Viewing 5 posts - 1 through 5 (of 5 total)