[Mod] use no adjustment type of equity history data

This commit is contained in:
vn.py 2019-06-05 19:17:23 +08:00
parent 1f5a57c2c7
commit be315e4bc1

View File

@ -123,7 +123,8 @@ class RqdataClient:
frequency=rq_interval,
fields=["open", "high", "low", "close", "volume"],
start_date=start,
end_date=end
end_date=end,
adjust_type="none"
)
data: List[BarData] = []