BUY and SELL ARROW
Forums › ProRealTime English forum › ProBuilder support › BUY and SELL ARROW
- This topic has 9 replies, 2 voices, and was last updated 2 years ago by robertogozzi.
-
-
07/09/2019 at 11:07 PM #102310
I am trying to get the arrow up Green and down Red for SMA cross overs 8 and 20.
Does anyone have code which can perform this in existing price chart.
Also, is there any way to scan the stocks meeting the SMA cross over criteria
Thank you
Vineet
07/10/2019 at 12:54 AM #102312Topic moved to ProBuilder Support, since it’s mainly related to indicators.
07/10/2019 at 1:00 AM #102313For the arrows read https://www.prorealcode.com/reply/56829/.
07/10/2019 at 1:06 AM #102314For the screener read https://www.prorealcode.com/prorealtime-market-screeners/4-and-9-day-crossover/.
07/12/2019 at 5:06 AM #10248207/12/2019 at 10:15 AM #102498Yes, it’s possible. I just need to know how you want to define a PEAR, is it an MA rising after the previous candle was falling?
12/26/2021 at 1:21 AM #18384212/26/2021 at 12:06 PM #183844Try this one:
123456789Periods = 20Sma = average[20,0](close)Bullish = close > openBearish = close < openc1 = close CROSSES OVER Smac2 = (Bullish AND Bearish[1])// OR 1c3 = min(low,low[1]) = lowest[Periods](low)Cond = c1 AND c2 AND c3SCREENER[Cond]you can remove the double slashes in line 6, if you don’t need to have a Bearish candle followed by a Bullish one.
12/27/2021 at 6:10 AM #183859Hi Robert, thanks
Somehow the results are not showing the bounce from 20 MA.
What is the meaning of C2 and C3?
It shows just a lot of low-cap stocks when I ran on Nasdaq list
I am looking for something like shown in the picture below.
12/27/2021 at 8:36 AM #183864C2, line 6, ensures that a Bearish candle is followed by a Bullish one.
C3, line 7, ensures that one of the last two candles has made a lowest low within the last Periods candies.
Can you define exactly what a PEAR pattern is?
-
AuthorPosts
Find exclusive trading pro-tools on