How to Run a ProRealTime Screener on Custom Tick Data (e.g., 100 Ticks) Instead

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #244366 quote
    shiv55shiv55
    Participant
    New

    I want to create a ProRealTime screener that operates based on a custom tick count (e.g., 100 ticks per bar) instead of the default fixed timeframes (1m, 5m, etc.) available in the screener settings.

    What I Need:

    The screener should evaluate market conditions on a 100-tick chart rather than a traditional time-based chart.
    • It should scan multiple instruments and return results only if conditions are met on the custom tick-based chart.
    • I want to avoid relying on time-based conditions since they do not align with my tick-based strategy.

    Challenges:

    • The screener settings only allow predefined timeframes, but I need it to work with custom tick bars.
    • How can I structure the screener code to force it to run based on 100-tick bars rather than standard timeframes?
    • Is there a ProRealTime-specific way (like indicators or custom variables) to achieve this?

    Any help or workaround to make a ProRealTime screener run on custom tick data would be appreciated! Thanks in advance! 😊

    #244368 quote
    JSJS
    Participant
    Master
    “Screeners” can only be executed on the preset timeframes… What you can try is to create a custom indicator that works on the 100 tick timeframe and call this custom indicator with “Call”… screenerSignal = CALL “YourIndicator” // Calls the tick-based indicator SCREENER[screenerSignal = 1]
    Iván González and robertogozzi thanked this post
Viewing 2 posts - 1 through 2 (of 2 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

How to Run a ProRealTime Screener on Custom Tick Data (e.g., 100 Ticks) Instead


ProScreener: Market Scanners & Detection

New Reply
Author
author-avatar
shiv55 @shiv55 Participant
Summary

This topic contains 1 reply,
has 2 voices, and was last updated by JSJS
1 year, 6 months ago.

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