fix close position trades

This commit is contained in:
Oleg Sheynin
2025-07-25 18:21:52 +00:00
parent 98a15d301a
commit 21a473a4c2
3 changed files with 24 additions and 4779 deletions
+4 -1
View File
@@ -14,8 +14,11 @@
# ====== Funding ======
"funding_per_pair": 2000.0,
# ====== Trading Parameters ======
"price_column": "close",
# "price_column": "close",
"price_column": "vwap",
"execution_price": {
"column": "vwap",
"shift": 1,