Bot auto-update: src/__pycache__/main_ml.cpython-310.pyc,src/main_ml.py
This commit is contained in:
parent
fc72ebcece
commit
8d28a7e2fc
Binary file not shown.
|
|
@ -653,7 +653,6 @@ class MLTradingBot:
|
||||||
if free > 0 or locked > 0:
|
if free > 0 or locked > 0:
|
||||||
logger.info(f' {asset}: FREE={free:.8f}, LOCKED={locked:.8f}, TOTAL={free+locked:.8f}')
|
logger.info(f' {asset}: FREE={free:.8f}, LOCKED={locked:.8f}, TOTAL={free+locked:.8f}')
|
||||||
self.starting_capital = usdt
|
self.starting_capital = usdt
|
||||||
logger.info(f'📊 Starting capital set: ${self.starting_capital:.2f}')
|
|
||||||
|
|
||||||
logger.info(f'💰 Balance: {usdt:.2f} USDT | Daily P&L: ${self.daily_pnl:.2f}')
|
logger.info(f'💰 Balance: {usdt:.2f} USDT | Daily P&L: ${self.daily_pnl:.2f}')
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue