You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 15, 2022. It is now read-only.
Did I make any changes to conf-sample.js?: multple, but working with all other strategies
Describe the problem
Running Bollinger Strat, standard or altered does not give any INITIALIZE OUTPUT then gives error 1100 (as shown below).
All other Strats work normally. Backfilled SIM works with Bollinger strat ok but not TRADE.
Have searched all files for "startTime" and have found no issues with code.
Have reset/reinstalled Zenbot. Have updated/renewed API and reset conf.js file from -sample.js
Considering this could possibly be a BINANCE issue?
Source code / Error logs
DATE PRICE DIFF VOL RSI ACTIONS BAL PROFIT
------------------------------------------ INITIALIZE OUTPUT ------------------------------------------
---------------------------------------- STARTING PAPER TRADING ----------------------------------------
!!! Paper mode enabled. No real trades are performed until you remove --paper from the startup command.
Press l to list available commands.
Web GUI running on http://10.0.2.15:20046/
[OHLCV] An error occurred { Error: binance {"code":-1100,"msg":"Illegal characters found in parameter 'startTime'; legal range is '^[0-9]{1,20}$'."}
at binance.handleErrors (/home/mbp-ubuntu/zenbot/node_modules/ccxt/js/binance.js:863:31)
at response.text.then (/home/mbp-ubuntu/zenbot/node_modules/ccxt/js/base/Exchange.js:513:18)
at
at process._tickCallback (internal/process/next_tick.js:188:7) constructor: [Function: InvalidOrder] }
The text was updated successfully, but these errors were encountered:
System information
Describe the problem
Running Bollinger Strat, standard or altered does not give any INITIALIZE OUTPUT then gives error 1100 (as shown below).
All other Strats work normally. Backfilled SIM works with Bollinger strat ok but not TRADE.
Have searched all files for "startTime" and have found no issues with code.
Have reset/reinstalled Zenbot. Have updated/renewed API and reset conf.js file from -sample.js
Considering this could possibly be a BINANCE issue?
Source code / Error logs
------------------------------------------ INITIALIZE OUTPUT ------------------------------------------
---------------------------------------- STARTING PAPER TRADING ----------------------------------------
!!! Paper mode enabled. No real trades are performed until you remove --paper from the startup command.
Press l to list available commands.
Web GUI running on http://10.0.2.15:20046/
[OHLCV] An error occurred { Error: binance {"code":-1100,"msg":"Illegal characters found in parameter 'startTime'; legal range is '^[0-9]{1,20}$'."}
at binance.handleErrors (/home/mbp-ubuntu/zenbot/node_modules/ccxt/js/binance.js:863:31)
at response.text.then (/home/mbp-ubuntu/zenbot/node_modules/ccxt/js/base/Exchange.js:513:18)
at
at process._tickCallback (internal/process/next_tick.js:188:7) constructor: [Function: InvalidOrder] }
The text was updated successfully, but these errors were encountered: