Is it possible to run multiple screener

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

    I am frustrated that I can only pick one market at a time to run my screener.

    1. is there a way to open multiple screeners so i can make it run multiple markets
    2. do I have to click “execute screener” every time? can i set it so it does it periodically?

    Thanks

    #230659 quote
    illumintaiillumintai
    Participant
    New

    Nevermind – I believe having a premium subscription will solve this

    #230670 quote
    Iván GonzálezIván González
    Moderator
    Legend

    Hi
    With Premium license you will be able to scan several markets at once and open 20 windows at same time.

    #230902 quote
    illumintaiillumintai
    Participant
    New

    Hi Ivan,

    Is there a way to run screener every 5min without needing to click the button every 5min?

    #230904 quote
    Iván GonzálezIván González
    Moderator
    Legend

    No…

    #230926 quote
    robertogozzirobertogozzi
    Moderator
    Legend

    Maybe something like this could do what you need?

    c1 = 0
    IF (Time MOD 000500) = 0 THEN
       c1 = high > high[1]
    ENDIF
    SCREENER[c1]
Viewing 6 posts - 1 through 6 (of 6 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

Is it possible to run multiple screener


ProScreener: Market Scanners & Detection

New Reply
Author
author-avatar
illumintai @illumintai Participant
Summary

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

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