Weekly technical read

Forums ProRealTime English forum ProScreener support Weekly technical read

  • This topic has 1 reply, 2 voices, and was last updated 2 years ago by avatarJS.
Viewing 2 posts - 1 through 2 (of 2 total)
  • #199430

    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
    JS

    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)

Create your free account now and post your request to benefit from the help of the community
Register or Login