Questions on market data

Forums ProRealTime English forum ProScreener support Questions on market data

Viewing 7 posts - 1 through 7 (of 7 total)
  • #230740

    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

    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
    JS

    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]

    1 user thanked author for this post.
    #230746

    Very cool solution. I will try this on Monday.

    Thank you.

    1 user thanked author for this post.
    avatar JS
    #230747

    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
    JS

    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

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

Viewing 7 posts - 1 through 7 (of 7 total)

Create your free account now and post your request to benefit from the help of the community
Register or Login