mirror of
https://github.com/wassname/catalyst.git
synced 2026-06-30 05:55:30 +08:00
STY: fixed flake8 failing test
This commit is contained in:
committed by
Joe Jevnik
parent
5888cf1657
commit
072ada812a
@@ -653,7 +653,8 @@ class TrueRange(CustomFactor):
|
||||
Indicates the true degree of daily price change in an underlying.
|
||||
"""
|
||||
|
||||
inputs = (USEquityPricing.high, USEquityPricing.low, USEquityPricing.close, )
|
||||
inputs = (USEquityPricing.high, USEquityPricing.low,
|
||||
USEquityPricing.close, )
|
||||
window_length = 2
|
||||
|
||||
def compute(self, today, assets, out, highs, lows, closes):
|
||||
|
||||
Reference in New Issue
Block a user