New and struggling to learn criteria searches.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #136616 quote
    Harryb89
    Participant
    New

    Hello all, I am very new to all of this and I am going through a trading course. I have recently began learning how to use ProRealTime and although I am getting to grips with the majority, the ProScreener has me very confused. I am looking to search for set criteria which i have listed below:

    Min Price: $1
    Max Price: $50

    RSI Below 35

    Volume above 10,000 per minute

    Above sma & ema

     

    If anyone could shed some light on how to search for said criteria without my head exploding then I would be very grateful. Also if you could mention how to adjust price then that would be ideal.
    Thank you. Harrison

    #136647 quote
    Nobody
    Participant
    Veteran
    c1 = (close > 1)
    
    c2 = (close < 50)
    
    indicator1 = Average[200](close)
    c3 = (close > indicator1)
    
    indicator2 = ExponentialAverage[200](close)
    c4 = (close > indicator2)
    
    indicator3 = Volume
    c5 = (indicator3 > 10000)
    
    indicator4 = RSI[14](close)
    c6 = (indicator4 < 35)
    
    
    SCREENER[c1 AND c2 AND c3 AND c4 AND c5 AND c6] ((close/DClose(1)-1)*100 AS "%Chg yest.")
    Harryb89 thanked this post
    #136653 quote
    Harryb89
    Participant
    New

    Thank you so much 🙂

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.

New and struggling to learn criteria searches.


ProScreener: Market Scanners & Detection

New Reply
Author
author-avatar
Harryb89 @harryb89 Participant
Summary

This topic contains 2 replies,
has 2 voices, and was last updated by Harryb89
5 years, 9 months ago.

Topic Details
Forum: ProScreener: Market Scanners & Detection
Language: English
Started: 06/20/2020
Status: Active
Attachments: No files
Logo Logo
Loading...