Weekly (high) or (low) value returning unexpected results

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #17789 quote
    user101user101
    Participant
    New

    Hi,

    If I run a screener based on a stochastic[3,1] against any timeframe other than weekly I get the correct values.  Running this against Weekly though is giving invalid results, so I broke it down and it seems teh value we output when we call stochastic[3,1] as a function is different in the indicator and the screener for a weekly timeframe.

    I then coded the stochastic manually to check it wasn’t a bug in the stochastic function and got the same result – so I tested the (high) and (low) price values I get and there seems to be a difference between what we return on the indicator and the screener (and also for low).

    Can someone help me out ?  I am using PRT 10.2 with real time data, issue only seems to be for currencies (that I’ve noticed – indices that I checked eg DOW seemed ok).

    Let me know if you need any clarification

    Simplest check is to run this in screener  :

    vH = high[1]
    test= 1
    SCREENER[test] ( vH  AS "High" )

    I compared to a simple indicator on weekly chart:

    vh = high
    return(vh)

    Also I noticed the screener value for high[1] is updating pretty frequently when the previous candle high shouldn’t change that much on Weekly timeframe…

    Thanks

    #17796 quote
    NicolasNicolas
    Keymaster
    Legend

    What shares lists are you screening presently? Have you subcribed to live data feeds for them?

    #17802 quote
    user101user101
    Participant
    New

    Hi Nicolas,

    I’m using PRT through IG, so have their live data feed.  I have only seen the issue when looking at currency pairs – it seems to return the correct data for indices, I haven’t checked shares.

    #17803 quote
    user101user101
    Participant
    New

    I have checked this morning and the data seems correct now.  So it was either a temporary issue last night, or there is a problem around weekly candle open on Sunday evenings.

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

Weekly (high) or (low) value returning unexpected results


ProScreener: Market Scanners & Detection

New Reply
Author
author-avatar
user101 @user101 Participant
Summary

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

Topic Details
Forum: ProScreener: Market Scanners & Detection
Language: English
Started: 12/05/2016
Status: Active
Attachments: No files
ProRealCode ProRealCode
Loading...