Bitcoin Forum
May 24, 2024, 07:01:46 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 [5]  All
  Print  
Author Topic: [ANN] BitBot - A Crypto-Currency trading bot and Backtesting platform (FREE)  (Read 13929 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
Igloro
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile WWW
July 14, 2015, 05:23:02 AM
 #81

Bot needs serious expert modification. In 4 days lost 20% of money.
yohanip
Member
**
Offline Offline

Activity: 118
Merit: 100

A Programmer


View Profile
July 14, 2015, 06:04:41 AM
 #82

From what i heard, it is possible to convert node scripts to a desktop application such as appjs.com?
perhaps a UI will better inform newbie user such as myself Smiley
MiSKLaCH
Sr. Member
****
Offline Offline

Activity: 417
Merit: 253


I hate everyone, equally.


View Profile
July 28, 2015, 08:42:58 PM
 #83

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 bson
cd [BOTROOT]/node_modules/mongojs/node_modules/mongodb/node_modules/bson/ext
edit 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.  Undecided
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.  Wink

I hate everyone, equally.
BTCBinary
Hero Member
*****
Offline Offline

Activity: 504
Merit: 500


View Profile
July 29, 2015, 07:16:25 PM
 #84

I would use it if it wasn't so hard to configure!
do you have some kind of tutorial for it?
Pages: « 1 2 3 4 [5]  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!