This commit is contained in:
Bemhreth 2022-01-23 17:44:15 +03:00
parent ff19be3eba
commit 485b4a6f0d
3 changed files with 3 additions and 2 deletions

1
SOL_USDT-5m.json Normal file

File diff suppressed because one or more lines are too long

View File

@ -33,8 +33,7 @@
"ccxt_config": {}, "ccxt_config": {},
"ccxt_async_config": {}, "ccxt_async_config": {},
"pair_whitelist": [ "pair_whitelist": [
"SOL/USDT", "SOL/USDT"
"BTC/USDT"
], ],
"pair_blacklist": [ "pair_blacklist": [
"BNB/.*" "BNB/.*"

View File

@ -164,6 +164,7 @@ class Strategy002(IStrategy):
:return bool: When True is returned, then the buy-order is placed on the exchange. :return bool: When True is returned, then the buy-order is placed on the exchange.
False aborts the process False aborts the process
""" """
print("............................................................................"+str(current_time))
mode = "test" mode = "test"
coin = pair.split("/")[0] coin = pair.split("/")[0]
brain = "Freq_" + self.__class__.__name__ brain = "Freq_" + self.__class__.__name__