Questions on market data

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #230740 quote
    illumintaiillumintai
    Participant
    New

    Hi,

    1. What is the difference between CBOE data and say NYSE? CBOE seems to contain all of it and don’t have to pay extra.
    2. Is it possible to get CFD index data?

    Thanks!

    #230742 quote
    illumintaiillumintai
    Participant
    New

    Additional question please –

    Can the screener be executed periodically. I presume this is possible but I can’t seem to figure out.

    Say I want to look for pattern every 5min in intraday market for NYSE stocks. I have the screener coded up. How can I set this up?

    #230745 quote
    JSJS
    Participant
    Master

    If you want to run the screener periodically, you can try this:
    TimeFrame(5 min)
    If OpenMinute=0 or OpenMinute=5 or OpenMinute=10 or …. OpenMinute=55 Then
    … Screener Conditions…
    EndIf
    Screener[Conditions]

    illumintai thanked this post
    #230746 quote
    illumintaiillumintai
    Participant
    New

    Very cool solution. I will try this on Monday.

    Thank you.

    JS thanked this post
    #230747 quote
    illumintaiillumintai
    Participant
    New

    this feels like a native solution to have when scanner allows intraday scanning.

    will the solution you suggested get “rate limited” in some ways?

    there must be a good reason PRT doesnt have it implemented.

    #230749 quote
    JSJS
    Participant
    Master

    I think it can work without limitations…

    The absence of a feature like periodically scanning in PRT might also be due to a perceived lack of demand from its user base…

     

    But first, try it on Monday…

    #230833 quote
    illumintaiillumintai
    Participant
    New

    Hmm,.. it doesn’t seem to work. it just proceeds to trigger the screener once.

Viewing 7 posts - 1 through 7 (of 7 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

Questions on market data


ProScreener: Market Scanners & Detection

New Reply
Author
author-avatar
illumintai @illumintai Participant
Summary

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

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