Bitcoin Forum
June 22, 2024, 09:18:53 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Project Development / Re: [ANN] BitBot - A Crypto-Currency trading bot and Backtesting platform (FREE) on: July 14, 2015, 05:23:02 AM
Bot needs serious expert modification. In 4 days lost 20% of money.
2  Bitcoin / Project Development / Re: [ANN] BitBot - A Crypto-Currency trading bot and Backtesting platform (FREE) on: July 10, 2015, 02:00:15 PM
I'm facing same problem as "#R#a#u#t#e#" faced.

I have changed decimal rounder to 3, but no success.
IMO problem is in adviser. It doesn't check minimal amount to trade. I mean if your balanced is lower then 0.01 BTC, it shouldn't run "buy".

EDIT:
I have changed this function for now...

Quote
agent.prototype.placeRealOrder = function()
{

   if(this.orderDetails.amount <= 0.01) {

      this.logger.log('Insufficient funds to place an order.');

   } else {

      this.exchangeapi.placeOrder(this.orderDetails.orderType, this.orderDetails.amount, this.orderDetails.price, true, this.processOrder);

   }

};
3  Bitcoin / Project Development / Re: [ANN] BitBot - A Crypto-Currency trading bot and Backtesting platform (FREE) on: July 10, 2015, 11:07:38 AM
Hello 5an1ty,

Thanks for your work.


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? Or I should ignore that? Because as I can see connections are comming to mongo db. And I see some better logs:

"[10-07-2015 14:05:08] - INFO: Created a new 5 minute candlestick!
[10-07-2015 14:05:08] - INFO: {"period":1436526000,"open":285.223,"high":286.786
,"low":284.203,"close":285.733,"volume":68.36832427,"vwap":285.98941818}
[10-07-2015 14:05:08] - INFO: Advice: hold (null)"
4  Economy / Economics / Re: BTC-E + GOX Rolling bot, Rocking bot, Trading bot, Full-Code on: May 12, 2014, 10:46:52 AM
Maybe someone has modified version Which Logs data into Mysql? So the bot can be turned as cronjob? lets say each minute, with 1-many iterations depends on sleep between iterations. Smiley
5  Local / Трейдеры / Re: btc-e CERT_UNTRUSTED on: April 07, 2014, 07:17:13 AM
Спасибо за reply Wink

едит: Нет. Мне всё ещё выкидывает тот же еррор
6  Local / Трейдеры / btc-e CERT_UNTRUSTED on: April 07, 2014, 06:25:35 AM
Заметил что на автотрайдере VM cryptotrader начало выдавать "reached max retries Error: ERROR: CERT_UNTRUSTED".
На твитере btc-e видел что поменяли цертивикат - https://twitter.com/btcecom .

Может кто знает как его обновить?
7  Economy / Games and rounds / Re: 3 Numbers Game Free 0.01 BTC on: March 30, 2014, 08:39:59 AM
037
8  Economy / Games and rounds / Re: 3 Numbers Game Free 0.01 BTC on: March 29, 2014, 10:26:54 PM
375
9  Economy / Gambling / Re: BITPRIZE.ORG - free bitcoin lottery on: March 29, 2014, 04:50:07 PM
Quote
I have tried. Didn't won
try again tomorrow, payment proof on https://blockchain.info/address/1HkL3ZzDMvpCEByDpYJYVnDare5HzTxUkF and the forum  Smiley

Quote
Just wondering you having nothing in your wallet so what is there to win?
I have multiple wallets
Ok, ill try
10  Economy / Gambling / Re: BITPRIZE.ORG - free bitcoin lottery on: March 29, 2014, 04:37:57 PM
I have tried. Didn't won  Undecided
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!