1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-03 02:50:58 +08:00

update docstring

This commit is contained in:
bxdd
2021-01-28 14:26:30 +00:00
parent ffa68fd010
commit f3eb02a0bd

View File

@@ -61,7 +61,7 @@ class HighFreqHandler(DataHandlerLP):
simpson_vwap = "($open + 2*$high + 2*$low + $close)/6"
def get_normalized_price_feature(price_field, shift=0):
"""Get 0~4 column price feature ops"""
"""Get normalized price feature ops"""
if shift == 0:
template_norm = "{0}/Ref(DayLast({1}), 240)"
else: