Weekly technical read

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

    I was wondering if its possible to get the level an indicator is at on the weekly on a given day in the past. For example on a certain day in the past before the week ends. Lets say March 3rd 2022 what the weekly stochastics %D or %K levels are that on that day. Can it be displayed in a screener under criteria?

    #199446 quote
    JSJS
    Participant
    Master
    Hi @samd

    No, that’s not possible…

    In a timeframe of a week, you only have candles of a week…

    It is possible in a timeframe of a day…

    xStochastic = Stochastic[14,3](close)

    If Date = 20220303 then

    xPastDate = xStochastic

    EndIf

    Return xPastDate

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

Weekly technical read


ProScreener: Market Scanners & Detection

New Reply
Author
author-avatar
samd @samd Participant
Summary

This topic contains 1 reply,
has 2 voices, and was last updated by JSJS
4 years ago.

Topic Details
Forum: ProScreener: Market Scanners & Detection
Language: English
Started: 08/22/2022
Status: Active
Attachments: No files
ProRealCode ProRealCode
Loading...