Hi.
Im realy stupid at this, but i almost managed to set up the live trading with gekko comand line.
I got two questions that i hope somebody could give me an well explaned answer for dummes..
First when i set up the paper trader it starts to watch the market but no trades seems to be made.. and how do i get a reprort of what has been done? it looks like this when running:
2018-07-25 15:02:40 (INFO): Starting to watch the market: Binance BTC/USDT
2018-07-25 15:02:40 (DEBUG): scheduling ticks
2018-07-25 15:02:40 (DEBUG): Requested BTC/USDT trade data from Binance ...
2018-07-25 15:02:41 (DEBUG): Processing 500 new trades. From 2018-07-25 12:59:54 UTC to 2018-07-25 13:02:39 UTC. (3 minutes)
2018-07-25 15:03:00 (DEBUG): Requested BTC/USDT trade data from Binance ...
2018-07-25 15:03:01 (DEBUG): Processing 69 new trades. From 2018-07-25 13:02:40 UTC to 2018-07-25 13:03:00 UTC. (a few seconds)
2018-07-25 15:03:20 (DEBUG): Requested BTC/USDT trade data from Binance ...
2018-07-25 15:03:20 (DEBUG): Processing 34 new trades. From 2018-07-25 13:03:00 UTC to 2018-07-25 13:03:20 UTC. (a few seconds)
2018-07-25 15:03:40 (DEBUG): Requested BTC/USDT trade data from Binance ...
2018-07-25 15:03:41 (DEBUG): Processing 40 new trades. From 2018-07-25 13:03:21 UTC to 2018-07-25 13:03:41 UTC. (a few seconds)
The other thing is, when i try to set up in live trade i get some error with portifolio manager??
2018-07-25 11:02:44 (INFO): Setting up Gekko in realtime mode
2018-07-25 11:02:44 (INFO):
2018-07-25 11:02:44 (INFO): Setting up:
2018-07-25 11:02:44 (INFO): Candle writer
2018-07-25 11:02:44 (INFO): Store candles in a database
2018-07-25 11:02:44 (INFO):
2018-07-25 11:02:44 (INFO): Setting up:
2018-07-25 11:02:44 (INFO): Trading Advisor
2018-07-25 11:02:44 (INFO): Calculate trading advice
2018-07-25 11:02:44 (INFO): Using the strategy: RSI_BULL_BEAR_ADX
2018-07-25 11:02:44 (INFO): ====================================
2018-07-25 11:02:44 (INFO): Running RSI Bull and Bear + ADX
2018-07-25 11:02:44 (INFO): ====================================
2018-07-25 11:02:44 (INFO): Make sure your warmup period matches SMA_long and that Gekko downloads data if needed
2018-07-25 11:02:44 (INFO): The trading method requests 60000 minutes of historic data. Checking availablity..
2018-07-25 11:02:44 (INFO):
2018-07-25 11:02:44 (DEBUG): Available local data:
2018-07-25 11:02:44 (DEBUG): from: 60000 minutes ago
2018-07-25 11:02:44 (DEBUG): to: 9 minutes ago
2018-07-25 11:02:44 (INFO): Usable local data available, trying to match with exchange data..
2018-07-25 11:02:44 (DEBUG): Fetching exchange data since 24 minutes ago
2018-07-25 11:02:45 (DEBUG): Available exchange data:
2018-07-25 11:02:45 (DEBUG): from: 24 minutes ago
2018-07-25 11:02:45 (DEBUG): to: 0 minutes ago
2018-07-25 11:02:45 (DEBUG): Stitching datasets
2018-07-25 11:02:45 (INFO): Full history locally available. Seeding the trading method with all required historical candles.
2018-07-25 11:02:45 (DEBUG): Seeding with:
2018-07-25 11:02:45 (DEBUG): from: 60000 minutes ago
2018-07-25 11:02:45 (DEBUG): to: 25 minutes ago
2018-07-25 11:02:47 (INFO): Setting up:
2018-07-25 11:02:47 (INFO): Trader
2018-07-25 11:02:47 (INFO): Follows the advice and create real orders.
2018-07-25 11:02:47 (DEBUG): syncing private data
2018-07-25 11:02:47 (INFO):
/Users/macbookpro/gekko/exchange/portfolioManager.js:72
throw new errors.ExchangeError(err);
^
Error
at Object.
(/Users/macbookpro/gekko/exchange/exchangeErrors.js:9:27)
at Module._compile (module.js:652:30)
at Object.Module._extensions..js (module.js:663:10)
at Module.load (module.js:565:32)
at tryModuleLoad (module.js:505:12)
at Function.Module._load (module.js:497:3)
at Module.require (module.js:596:17)
at require (internal/module.js:11:18)
at Object. (/Users/macbookpro/gekko/exchange/exchangeChecker.js:4:16)
at Module._compile (module.js:652:30)