-
-
Notifications
You must be signed in to change notification settings - Fork 4k
Open
Description
Expected Behavior
Dataframe of indicators don't include contants (especially if they are an input)
Actual Behavior
VaueAtRisk, for example, includes the period:
Potential Solution
Add [PandasIgnore] to Period property in WindowIndicator class.
Reproducing the Problem
qb = QuantBook()
symbol = qb.add_equity('SPY').symbol
qb.indicator(ValueAtRisk(252, 0.95), symbol, 365 , Resolution.DAILY)Checklist
- I have completely filled out this template
- I have confirmed that this issue exists on the current
masterbranch - I have confirmed that this is not a duplicate issue by searching issues
- I have provided detailed steps to reproduce the issue
Metadata
Metadata
Assignees
Labels
No labels