Add risk management features: implement KillSwitch and StopConditionsGuard; update settings and tests
This commit is contained in:
@@ -22,5 +22,9 @@ MAX_CONCURRENT_TRADES=
|
||||
MAX_EXPOSURE_PER_ASSET_USD=
|
||||
QUOTE_BALANCE_ASSET=USD
|
||||
MIN_ORDER_SIZE_USD=
|
||||
KILL_SWITCH_ACTIVE=false
|
||||
DAILY_LOSS_LIMIT_USD=5.0
|
||||
CUMULATIVE_LOSS_LIMIT_USD=10.0
|
||||
MAX_SOURCE_LATENCY_MS=
|
||||
MAX_APPLY_LATENCY_MS=
|
||||
MAX_CONSECUTIVE_FAILURES=
|
||||
|
||||
Reference in New Issue
Block a user