16 lines
398 B
Bash
16 lines
398 B
Bash
# MEXC API Configuration (Spot Trading)
|
|
MEXC_API_KEY=mx0vglhVPZeIJ32Qw1
|
|
MEXC_SECRET_KEY=3bfe4bd99d5541e4a1bca87ab257cc7e
|
|
|
|
# BASE ENDPOINTS: https://api.mexc.com wss://wbs-api.mexc.com/ws !!! DO NOT CHANGE THIS
|
|
|
|
# Trading Parameters for Spot Trading
|
|
MAX_LEVERAGE=1
|
|
INITIAL_BALANCE=1000
|
|
STOP_LOSS_PERCENT=0.5
|
|
TAKE_PROFIT_PERCENT=1.5
|
|
|
|
# Other Environment Variables
|
|
NODE_ENV=production
|
|
PYTHONPATH=.
|