2
0
forked from kodorvan/stcs
This commit is contained in:
algizn97
2025-10-04 11:03:49 +05:00
parent 220c45d54c
commit 01fe339d56
5 changed files with 82 additions and 39 deletions

View File

@@ -123,7 +123,7 @@ async def start_trading_cycle(
"Order does not meet minimum order value",
"position idx not match position mode",
"Qty invalid",
"The number of contracts exceeds maximum limit allowed"
"The number of contracts exceeds maximum limit allowed",
}
else None
)
@@ -241,7 +241,7 @@ async def trading_cycle(
"Risk is too high for this trade",
"ab not enough for new order",
"InvalidRequestError",
"The number of contracts exceeds maximum limit allowed"
"The number of contracts exceeds maximum limit allowed",
}
else None
)