This commit is contained in:
Dobromir Popov
2025-03-18 09:23:09 +02:00
commit 3871afd4b8
100 changed files with 55180 additions and 0 deletions

9
.env Normal file
View File

@ -0,0 +1,9 @@
# MEXC Exchange API Keys
MEXC_API_KEY=mx0vglGymMT4iLpHXD
MEXC_SECRET_KEY=557300a85ae84cf6b927b86278905fd7
# Trading Parameters
MAX_LEVERAGE=50
INITIAL_BALANCE=1000
STOP_LOSS_PERCENT=0.5
TAKE_PROFIT_PERCENT=1.5