diff --git a/core/trading/market.py b/core/trading/market.py index 29a2d07..ad816cd 100644 --- a/core/trading/market.py +++ b/core/trading/market.py @@ -301,7 +301,7 @@ def get_precision(account, symbol): # TODO: create_trade helper -# account, strategy, symbol, direction +# account, strategy, base, quote, direction # pull all data to create the trade from the strategy # complete all crossfilter and risk management checks, etc.