Data differences between screener and indicator

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #254609 quote
    OllieBOllieB
    Participant
    Junior

    Hi,

    I have a simple indicator added to my daily chart.  Its a stochastic(3,1,1).

    Yesterday’s value for the indicator shows 18.67.

    When i code up the same indicator in a screener, the screener returns a value of 32.8.

    Is there a difference in close of day maybe between screener and indicator?

    cMyStoch1 = Stochastic[3,1](close)[cShift]
    cMyStoch  = average[1](cMyStoch1)

    Yes, cShift is set to 1.

    Happy to attach screenshots if needed.

    Many thanks if you can help shed any light on this!

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

    Could it be that your data isn’t adjusted for dividends?

    I don’t see any problems with the code or the screener/indicator results.

    2025-12-17_15-39.png 2025-12-17_15-39.png
    #254626 quote
    OllieBOllieB
    Participant
    Junior

    Hi Ivan,

    Many thanks for the reply.  Could i ask you to check the FTSE100 (its UKX on my platform, IG Index) please for Tuesday?

    I have attached a screenshot for this which, for me at least, shows a difference between the indicator(18.67) and the screener result (5th instument down in the screener list = 32.8).

    I get the discrepency on other instruments as well, just to show a few (all daily timeframe, tuesday candle: 16th Dec):

    AUDNZD: indicator 45.64, screener 54.4

    EURUSD: indicator 29.56, screener 28.5

     

    But others are very close/the same:

    Spot Gold: indicator 46.51, screener 46.7

    Wall Street: indicator 17.28, screener 17.3

     

    I’ll try the core/proper PRT (rather than the IG version) and see what i get.

    Thanks.

    Stochastic.jpg Stochastic.jpg
    #254637 quote
    Iván GonzálezIván González
    Moderator
    Legend

    I don’t know…

    Maybe you could open a new ticket support after launch the screener so PRT could help you.

    #254675 quote
    OllieBOllieB
    Participant
    Junior

    I’ll do that, thanks.

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

Data differences between screener and indicator


ProScreener: Market Scanners & Detection

New Reply
Author
author-avatar
OllieB @ollieb Participant
Summary

This topic contains 4 replies,
has 2 voices, and was last updated by OllieBOllieB
9 months ago.

Topic Details
Forum: ProScreener: Market Scanners & Detection
Language: English
Started: 12/17/2025
Status: Active
Attachments: 2 files
ProRealCode ProRealCode
Loading...