如何在 pyalgotrade 数据系列的数据中获取昨天调整后的收盘价?
How can I get the yesterday's adjusted closing price in a data in pyalgotrade dataseries?
我想比较今天的收盘价和昨天的收盘价,但是我找不到获得昨天收盘价的方法。我还寻找移动 closingPrice 数据系列(我在 getAdjCloseDataSeries()
收到)但无法解决我的问题。我怎样才能得到昨天的价格?
文档:
http://gbeced.github.io/pyalgotrade/docs/v0.20/html/dataseries.html
尝试getAdjCloseDataSeries()[-1]
我想比较今天的收盘价和昨天的收盘价,但是我找不到获得昨天收盘价的方法。我还寻找移动 closingPrice 数据系列(我在 getAdjCloseDataSeries()
收到)但无法解决我的问题。我怎样才能得到昨天的价格?
文档:
http://gbeced.github.io/pyalgotrade/docs/v0.20/html/dataseries.html
尝试getAdjCloseDataSeries()[-1]