Post
Topic
Board Трейдеры
Re: Роботы для торговли Биткоин на биржах ICBIT.se, BTC-E, mtgo
by
genydeny
on 01/08/2013, 13:21:04 UTC
А вот захотел запустить для BTC-E биржи и получил такой результат:
Code:
2013-08-01 16:15:03 (INFO): I'm gonna make you rich, Bud Fox.
2013-08-01 16:15:03 (INFO): Let me show you some Exponential Moving Averages.


2013-08-01 16:15:03 (INFO): Using normal settings to monitor the live market
2013-08-01 16:15:04 (INFO): NOT trading with real money
2013-08-01 16:15:04 (INFO): Profit reporter active on simulated balance
2013-08-01 16:15:04 (INFO): Calculating EMA on historical data...
2013-08-01 16:15:04 (DEBUG): fetching historical data at bitcoincharts

Failed to load historical trades from bitcoincharts

Историю прошлых цен не может получить, странно почему, придется смотреть код. Даже в режиме разработки не оч. информативный вывод.
на 95 строке historical-candle-fetcher.js
Code:
  // if we haven't got a single useful trade bail out
  if(!latestTradeDate)
    throw 'Failed to load historical trades from ' + this.watcher.name;