QuantConnect / Lean

Lean Algorithmic Trading Engine by QuantConnect (Python, C#)
https://lean.io
Apache License 2.0
9.82k stars 3.26k forks source link

RogersSatchellVolatility and rsv are unavailable using Python #8296

Closed femtotrader closed 1 month ago

femtotrader commented 2 months ago

Expected Behavior

RogersSatchellVolatility and self.rsv should be available using Python

Actual Behavior

RogersSatchellVolatility and self.rsv are unavailable using Python

See https://www.quantconnect.com/forum/discussion/17820/can-039-t-find-self-rsv-rogers-satchell-volatility-in-python/p1

Potential Solution

Reproducing the Problem

Write a Python algorithm from default template.

Try to access self.zlema ... it's available Try to access self.rsv it's not available

System Information

Checklist

Related: #8144 #8183

Martin-Molinero commented 1 month ago

Hey @femtotrader! It is available, just the stubs/autocomplete were just out of date, a new version is now out though, will be available in the cloud shortly