Please help, looking for Market Cap code

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #172847 quote
    falbamontefalbamonte
    Participant
    New

    Good afternoon everyone,

    I am working on a RSI oversold screener but I want to screen only stocks above $ 5 billion market cap, or above $30 in price if market cap code is not available.
    I would be ever so grateful for your help.

    #177037 quote
    robertogozzirobertogozzi
    Moderator
    Legend

    Sorry for my late reply, there you go (cap data is not avilable, only traded volumes) with the price filter:

    c1 = rsi[14](close) < 30    //RSI sits in OverSold territory
    c2 = close > 30             //Price > 30 currency units
    SCREENER[c1 AND c2](close AS "Price")
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
ProRealAI ProRealAI New

Stuck on this ProBuilder code?

Describe what this topic is trying to build, in plain English, and ProRealAI writes the ProRealTime™ indicator, screener or system for you.

Available in 7 languages
Try ProRealAI

Please help, looking for Market Cap code


ProScreener: Market Scanners & Detection

New Reply
Author
author-avatar
falbamonte @falbamonte Participant
Summary

This topic contains 1 reply,
has 2 voices, and was last updated by robertogozzirobertogozzi
5 years ago.

Topic Details
Forum: ProScreener: Market Scanners & Detection
Language: English
Started: 06/30/2021
Status: Active
Attachments: No files
ProRealCode ProRealCode
Loading...