Scan for a specific time works but….

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

    Hello i created this little scan to get the runners for yesterday(01.05.2024). Today is 01.06.2024.

    “SCREENER(close as “close”)
    c1=(close-close[1])/close[1]*100>10 and volume>1000000 and close>3
    idate=20240105
    if c1 and date=idate then
    test=1
    endif
    Screener[test]”

    The screener works so far, but it seems the scanner scans 01.04.2024 and not  01.05.2024.
    This also happens when using another date. The screener seems always to calculate the date before idate and not for idate.
    This is quite strange. Has someone an idea? Thanks

    #226072 quote
    Antares66Antares66
    Participant
    New

    The expression idate i got from a Nicholas´post.  Would it be possible
    to enter date=20240105 or has the date be defined before by idate=20240105?

    #226083 quote
    robertogozzirobertogozzi
    Moderator
    Legend

    If you are using the free version, it’s 1-bar behind. If not, try replacing DATE with OPENDATE.

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

Scan for a specific time works but….


ProScreener: Market Scanners & Detection

New Reply
Author
author-avatar
Antares66 @antares66 Participant
Summary

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

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