After I launch, i'm keep getting error:
"{ [Error: Cannot find module '../build/Release/bson'] code: 'MODULE_NOT_FOUND' }
js-bson: Failed to load c++ bson extension, using pure JS version"
Searched internet, but no success to fix that?
I solved this way:
npm install bsoncd [BOTROOT]/node_modules/mongojs/node_modules/mongodb/node_modules/bson/extedit
index.js and replace:
bson = require('../build/Release/bson');with:
bson = require('bson');I'm backtesting and waiting to see if this bot can bring some profits, or if it's gonna waste all my funds.
USE IT with
config.tradingEnabled = false; in
config.js file and backtest a lot before giving it your money, trust me.
You will probably need to fix it a bit and keep testing until you find the correct indicators and parameters.