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?
JSParticipant
Veteran
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