added files

This commit is contained in:
2024-02-07 12:36:11 +01:00
parent c2145ed16e
commit 4a04b63f26
2 changed files with 5 additions and 3 deletions

View File

@@ -9,8 +9,8 @@ STOCK_EXCHANGE="NONE"
# fee per trade in percentage on exchange (taker and maker added)
FEE="0.5"
# Interval in seconds
INTERVAL="300"
# Interval in seconds - Should not be lower then 300
INTERVAL="900"
## Currency used for trading
CURRENCY="USDT"