Screen for halted stocks possible?

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

    Hi everyone,

    Is it possible to screen for halted stocks?

    I know there is a button that displays wether the stock is open/closed and I want to make a list that displays the stocks that are closed during the trading day.

    Thanks for helping!

    #225869 quote
    sam00075sam00075
    Participant
    Junior

    Hello, i’m also interested, no answers ?

    #225961 quote
    robertogozzirobertogozzi
    Moderator
    Legend

    Try this one:

    c1 = range[1] <> 0
    c2 = (high = low)
    SCREENER[c1 AND c2]
    sam00075 thanked this post
Viewing 3 posts - 1 through 3 (of 3 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

Screen for halted stocks possible?


ProScreener: Market Scanners & Detection

New Reply
Author
author-avatar
sesar @sesar Participant
Summary

This topic contains 2 replies,
has 3 voices, and was last updated by robertogozzirobertogozzi
2 years, 8 months ago.

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