А вот захотел запустить для BTC-E биржи и получил такой результат:
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
// if we haven't got a single useful trade bail out
if(!latestTradeDate)
throw 'Failed to load historical trades from ' + this.watcher.name;