Screener for specific stocks

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #20665 quote
    Abz
    Participant
    Veteran

    Hello,

    is it possible to tell the screener to look for specifis stocks and have different parameteres for each stock then i dont need to make 1 screener for every stock i want to monitor. And is there possible to get an email or sms when these stocks appear on the screener?

    // indicators for  stock 1
    Will = Williams[60](close)
    Rs = RSI[20](close)
    
    // Conditions to enter Long positions
    c1 = Will >= -40
    c2 = Rs <= 50
    condition = c1 and c2
    screener[condition]
    
    // indicators for  stock 2
    
    Will = Williams[50](close)
    Rs = RSI[30](close)
    
    // Conditions to enter Long positions
    c1 = Will >= -20
    c2 = Rs <= 10
    condition = c1 and c2
    screener[condition]
    
    #20800 quote
    Abz
    Participant
    Veteran

    anyone have any idea?

     

    thanks 🙂

    #20859 quote
    Nicolas
    Keymaster
    Master

    I’m sorry but no, there is no emails or sms alerts possible for screeners.

    About defining different screeners conditions for each stock in the same proscreener code, you could use the EQUITYFRAME instruction.

    #20898 quote
    Abz
    Participant
    Veteran

    i tried  EQUITYFRAME before i posted the question. i coud not get it to work. coud you help me to place the code , i tried a stock in norwegian market is the market then “OSE” ? i tried on stock STL and NHY. is it possible for you to place them in the code for me?

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

Screener for specific stocks


ProScreener: Market Scanners & Detection

New Reply
Author
author-avatar
Abz @abbas_sadiq Participant
Summary

This topic contains 3 replies,
has 2 voices, and was last updated by Abz
9 years, 1 month ago.

Topic Details
Forum: ProScreener: Market Scanners & Detection
Language: English
Started: 01/11/2017
Status: Active
Attachments: No files
Logo Logo
Loading...