Skip to content

Commit

Permalink
Update config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Erfaniaa authored Jan 10, 2023
1 parent cb7516e commit bedf498
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
NEW_CLIENT_ORDER_ID_PREFIX = "aRandomString"
LAST_ACCOUNT_BALANCES_LIST_MAX_LENGTH = 12
IMPORTANT_CANDLES_COUNT = 100
SEND_TELEGRAM_MESSAGE = True
SEND_TELEGRAM_MESSAGE = False
HEDGE_MOODE = True # True to allow long and short positions simultaneously
IS_TESTNET = True # True to enable mode teste for Binance
URL_BASE_PRODUCTION = "https://fapi.binance.com"
URL_BASE_TESTNET = "https://testnet.binancefuture.com"
URL_BASE_TESTNET = "https://testnet.binancefuture.com"

0 comments on commit bedf498

Please sign in to comment.