美文网首页
7.5 Position

7.5 Position

作者: wanggs66 | 来源:发表于2020-04-26 22:27 被阅读0次

Position on an asset is usually checked from within a Strategy with:

  • position (a property) or getposition(data=None, broker=None)

Which will return the position on datas[0] of the strategy in the default broker provided by cerebro

A position is simply the indication of:

  • An asset is being held with size

  • The average price is price

It serves as a status and can for example be used in deciding if an order has to be issued or not (example: long positions are only entered if no position is open)

相关文章

网友评论

      本文标题:7.5 Position

      本文链接:https://www.haomeiwen.com/subject/rcpswhtx.html