From 70d1fdbbd3b3a6bfc155141d544b7df4c4020c7f Mon Sep 17 00:00:00 2001 From: Mark Veidemanis Date: Wed, 11 Jan 2023 20:53:04 +0000 Subject: [PATCH] Adjust comment --- core/trading/market.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.