Jump to content
  • 1

Prorealtime Screeners


Kuntz

Question

Good Morning

 

I have a list of patterns I search for daily for the stocks and Indices I trade but thinking if I could program a screener on PRT to do this I could search for many more very quickly Im trying to have a go at learning how to do this myself at the moment   How hard is this pattern to do for example for a screener on PRT ?

 

 

http://thepatternsite.com/WeeklyRevsDownside.html  

 

Look forward to your replies  

 

Have a great day

Link to comment

2 answers to this question

Recommended Posts

  • 0

Paste the following code into the proscreen "Creation by programming tab"

 

C1 = HIGH[1] > LOW[1] AND HIGH > HIGH[1] AND CLOSE < LOW[1]
C2 = HIGH[1] > HIGH[2]
C3 = CLOSE[2] > CLOSE[3]
C4 = CLOSE[3] > CLOSE[4]
C5 = CLOSE[4] > CLOSE[5]

Screener [C1 AND C2 AND C3 AND C4 AND C5]

 

 

 

Then select the list you wish to be scanned in the box on the left and then select Weekly in the "selection of period" box. It does not matter what is selected in "display of top 50 results" Finish by clicking on "Execute Proscreener". 

 

The code only gives you three bars prior to the pattern trending up which should be enough. You won't get many results to look through its quite a rare pattern on the weekly TF.

 

 

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...
us