1
Technical Support & Development / Re: GUNBOT_V5_0_4 - linux - fails to run
« on: September 19, 2017, 11:05:34 PM »
The original v504's config.js has
"bot": {
"debug": false,
"period_storage_ticker": 2000,
"interval_ticker_update": 25000,
"timeout_buy": 60000,
"timeout_sell": 60000,
"WATCH_MODE": false,
"VERBOSE": true,
"TV_GAIN": 0.6,
"TV_TRADING_LIMIT": 0.001,
"BOT_DELAY": 1
},
"ws": {
"port": 5001
},
"imap_listener": {
"enabled": false,
"authorized_froms": ["noreply@tradingview.com"],
"user": "YOUR_EMAIL_HERE",
"password": "YOUR_PASSWORD_HERE",
"host": "imap.gmail.com",
"port": 993,
"tls": true,
"tlsOptions": {
"rejectUnauthorized": false
}
},
My current modified config for v504 _also_ has the same "ws" entry ... i.e., it's not missing.
As I mentioned prev, all I did was copy over the trading pairs & api key details from the v501 config.js
I went over the config file and noticed the few differences, but essentially it's v504 config.js with my pairs and keys, nothing more.
"bot": {
"debug": false,
"period_storage_ticker": 2000,
"interval_ticker_update": 25000,
"timeout_buy": 60000,
"timeout_sell": 60000,
"WATCH_MODE": false,
"VERBOSE": true,
"TV_GAIN": 0.6,
"TV_TRADING_LIMIT": 0.001,
"BOT_DELAY": 1
},
"ws": {
"port": 5001
},
"imap_listener": {
"enabled": false,
"authorized_froms": ["noreply@tradingview.com"],
"user": "YOUR_EMAIL_HERE",
"password": "YOUR_PASSWORD_HERE",
"host": "imap.gmail.com",
"port": 993,
"tls": true,
"tlsOptions": {
"rejectUnauthorized": false
}
},
My current modified config for v504 _also_ has the same "ws" entry ... i.e., it's not missing.
As I mentioned prev, all I did was copy over the trading pairs & api key details from the v501 config.js
I went over the config file and noticed the few differences, but essentially it's v504 config.js with my pairs and keys, nothing more.