mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-01 00:32:58 +08:00
adding gross leverage to the perf packet.
This commit is contained in:
@@ -160,6 +160,7 @@ class Account(object):
|
||||
self.cushion = 0.0
|
||||
self.day_trades_remaining = float('inf')
|
||||
self.leverage = 0.0
|
||||
self.net_leverage = 0.0
|
||||
self.net_liquidation = 0.0
|
||||
|
||||
def __getitem__(self, key):
|
||||
|
||||
Reference in New Issue
Block a user