Pages:
Author

Topic: xBot - Professional trading robot (DISCONTINUED) (Read 4645 times)

member
Activity: 73
Merit: 10
xBot licences are no longer for sale! Old licences will still work though and I keep the bot updated as I still use it myself too.
member
Activity: 73
Merit: 10
Version 1.58 released
- Bitcoincharts no longer works for bitfinex. Data sources for bfx are now completely from bitfinex API. First start is super slow now but I will look for a way to fix this.

Demo version is not updated yet, but you can use bitstamp in the demo.
member
Activity: 73
Merit: 10
New long-term config (+1021% in last 10 months - best so far):

Code:
"interval": "40",
"delay": "289",
"sensitivity": "16",
"sma_adjusts_sensitivity": "1",
"hold_strongness": "1.352531049421612",
"max_stake_vs_risk_divergence": "100.0",
"static_pts": "0",

"emavsprice_ema": "366",
"emavsprice_mindiff": "3.506009795661502E-4",
"emavsprice_maxdiff": "59.99441945736523",
"emavsprice_points": "-41",
"emavsprice_locking": "false",

"emacross_ema1": "44",
"emacross_ema2": "289",
"emacross_mindiff": "-0.24288282712380288",
"emacross_maxdiff": "762.5783249189612",
"emacross_points": "75",
"emacross_locking": "false",

"macd_fast_ema": "194",
"macd_slow_ema": "152",
"macd_signal_ema": "39",
"macd_divergence_limit": "3.6757589696096002",
"macd_points": "23",
"macd_locking": "false",

"sma_hours": "2.2580520208693273",
"sma_limit": "47.86170800755874",
"sma_points": "0",
"sma_locking": "false",

"vwap_hours": "357.9617537753719",
"vwap_limit": "28.248904483156437",
"vwap_points": "-49",
"vwap_locking": "false",

"near_asks_vs_bids_limit": "0.1",
"near_asks_vs_bids_points": "20",
"near_asks_vs_bids_locking": "false",

"ratio_trend_hours": "2",
"ratio_trend_limit": "1",
"ratio_trend_points": "15",
"ratio_trend_locking": "false",

"max_lag_secs": "120",
member
Activity: 73
Merit: 10
Version 1.574 released

- Now uses the new minimum order amount for BitStamp (5 USD)
legendary
Activity: 3612
Merit: 1023
Cashback 15%
did anyone test this product and what is it succsess?
member
Activity: 73
Merit: 10
Well, nice to hear about such cool staff!
And that's great that previous bugs were solved.

Yeah, I like the idea and concept.
However, is it safe?
I mean, is it safe about 100% positive balance?

No, I can't promise something like that. Even the best config I have does some bad trades, but still has done more profit than loss on average, more profit than holders would've got.
legendary
Activity: 1092
Merit: 1000
I'm a Firestarter!
Well, nice to hear about such cool staff!
And that's great that previous bugs were solved.

Yeah, I like the idea and concept.
However, is it safe?
I mean, is it safe about 100% positive balance?
member
Activity: 73
Merit: 10
Version 1.572 released!

- BitFinex support (only exchange limit orders)
- Very stable, my own bot has currently over 2 months up-time
- More parameters for back-testing (filtering some configs out etc.)
- Added pre-calculations for super fast backtesting but you need more than 2 GB of RAM
- New default config. Still a long-term trader, but pretty good at it. I use it myself.
member
Activity: 73
Merit: 10
The new version isn't coming before I've finished BitFinex support.
member
Activity: 73
Merit: 10
New version coming! I've made backtesting 20-50 times faster, but now it uses more RAM too. You need at least 2 GB ram. I have 8 GB and I run four tests at the same time.

I'll release this version when I've brute forced the best possible bot configuration for last 4 months in backtest.  Cheesy Also some testing to do with real-time use, because I had to change so many things...
www.youtube-nocookie.com/v/i9R3swQcSfM
member
Activity: 70
Merit: 10
Your paypal link is timing out...

Weird! It works for me. Here is another: http://[Suspicious link removed]/xbot

I'll give it a go again tonight most likely, think I'll give it a one month spin. Need to wipe one of my servers first.
member
Activity: 73
Merit: 10
Your paypal link is timing out...

Weird! It works for me. Here is another: http://54.186.135.53/xbot
member
Activity: 70
Merit: 10
Your paypal link is timing out...
member
Activity: 73
Merit: 10
How do we know this isn't smuggling a trojan into our system to get at our wallets? Or that 3 months in the future it's not going to empty out any balance in our accounts?
By checking the source code. Though this bot should be ran at a dedicated server for it being 24/7 running and you don't have to put your wallet at the server. Also it can't empty your exchange wallet if you don't add "withdraw" rights for the API key you create at bitstamp.com (the right is not needed).  Smiley

PS: http://jd.benow.ca/ Scroll down the page and drag&drop xbot.jar file to the "live demo" and you can view all source code (of any other java application too!).
member
Activity: 70
Merit: 10
How do we know this isn't smuggling a trojan into our system to get at our wallets? Or that 3 months in the future it's not going to empty out any balance in our accounts?
member
Activity: 73
Merit: 10
Version 1.544 released:
- indicator points double -> integer (no decimals anymore, for accuracy use higher number e.g. 1234 instead of 1.234)
- negative points allowed in config (except ratio trend and thin ask/bid indicators [not needed])
- indicator locking ability for disabling neutral signal
- more helpfull backtest log
- more optimization again
- "debug" parameter and command for more output
- new default cfg using indicator locking
member
Activity: 73
Merit: 10
Thanks for another bot to make money with. Will there be a GUI soon?

Hey,

I think only reason for a GUI would be features like inspecting your backtest with charts generated on fly. You could see table for profit of each day in the test and then you could select some days and view chart which shows all indicators and the points where it bought or sell etc for analyzing and making configs better. Stuff like that... or you have something in mind?

Those features might come in the future but will take a long time and they aren't now in the top of my priorities in developing this bot. Currently I should focus in making a better ReadMe because I think it's very hard to start configuring it without previous knowledge. I'll also make a list of example configs but at this moment I'm working with new version (again) and testing the new features..
hero member
Activity: 546
Merit: 500
Thanks for another bot to make money with. Will there be a GUI soon?
member
Activity: 73
Merit: 10
Version 1.541 released:
- "minute_skip" parameter for faster back-testing with a cost of accuracy
- more output in back-tests
- new data format for faster calculations (full history re-download is needed)
member
Activity: 147
Merit: 10
Well, nice to hear about such cool staff!
And that's great that previous bugs were solved.
Pages:
Jump to: