Current version KBOTTry the bot
http://funnymay.com/kbot/index.html (demo)
Download bot
http://funnymay.com/kbot.zipProject at Github
https://github.com/savinkirillnick/KBOTJBOT v.2.5Try the bot
http://funnymay.com/jbot25/jbot_wex.html (demo)
Download bot
http://funnymay.com/jbot25/release.zipProject at Github
https://github.com/savinkirillnick/JBOTWORKS WITH:wex.nz (complete)
binance.com (complete)
poloniex.com (complete)
bitfinex.com (need tests with API-keys)
bithumb.com (need tests with API-keys)
Requirements!Installed web server
Apache+
PHP+
cURLDescriptionUSD, BTC, LTC, NVC, NMC, etc. - the amount of funds in your account.
Pair - current trading pair
Bot allows you to trade all crypto-currency pairs.
Strategy - four types of strategy:
- OUTER - strategy based on the course. If the rate increases, bot buys within LOW, sells higher than HIGH, when it falls, bot sells within HIGH, and buys below LOW.
- INNER24 (12,6,2) - strategy of buying and selling within the 24 (12,6,2) hours range HIGH-LOW.
Step Amount - the amount of crypto currency you buy or sell
Step Distance - the distance of the step in the values. (example 0.25 says to buy at 0.25 below the proposed price every time step-by-step, and sell at 0.25 above the proposed price every time - expands the range, the negative value narrows the range. Use positive values only)
Delta - the distance of the step as a percentage of the spread. (example -10 (minus 10) says to make deals closer to the center of the HIGH-LOW range: buy 10% higher than LOW and sell 10% lower than HIGH and vice versa 10 (plus 10) says to make deals farther from the center of the HIGH-LOW range : buy 10% lower LOW and sell 10% higher HIGH)
Step Time - is the time between updates of information, as well as the time between sent orders (optimally, I guess it's 1-10 minutes)
Order Life - the lifetime of the order. If the order hangs longer than this time, it will be canceled.
Max Orders - the maximum number of orders in one direction. The bot can not issue more orders for purchases or sales than indicated.
Around - the number of rounding symbols (optimal, up to 3-4 characters for LTC and up to 1-2 for BTC, NVC, NMC).
In the fields
BUY and
SELL, the bot offers a purchase and sale price.
If the fields are painted in red, then the funds are insufficient, or the conditions for the number of active orders are not met
Fee - commission for the transaction, %.
Set1-20 - Saved settings
Password - Any secret word for hashing saved settings
Allow and
Disallow this permission of the bot to conduct independently purchase and sale operations.
Due to the imperfection of the javascript language, it is planned to transfer the bot to another programming language, for example C ++.
KBOT- Rewrite algoritm of use Max Depo
- For work with new bot registration on site
http://www.funnymay.com needed.
- Bot works with all currency and all pairs on each exchanges
- Added console logs at errors of pricing
v.2.5- Charts are from tradingview.com now
- Added Max Depo setting. Maximal deposit which bot can use for trading in base currency.
- Minor changes of GUI. Added fields of Last Price and Pair Balance. Last price change color when grow up or fall down.
- Change all input fiels from 'text' to 'number', where it needed.
- Added trade history for last 24 hours.
v2.4
Rewrited all js-functions, server functions, GUI.
New features:
- bot cant send order with price includes last candles body;
- prices are calculated on candle's bodies, without sqweezes;
- added parameter Step Density, if its over 0, than orders will send with step price (high24-low24)/stepDensity;
- removed parameter Around, because rounding now occurs according to the rules of the exchange, for each pair;
- rewrited logs;
- improved code structure, removed duplicate operations.
v.2.3
Hashing API keys and settings with password added
Rewrite OUTER strategy
Debug Mode deleted
v.2.2
Working version
Rewrite function of pricing with step distance
Small fix of progress indicator
v.2.1
Working version
All JavaScript functions and part of PHP are rewritten
Small improvements in appearance
Functions are distributed over time
Added Debug Mode (with var iD = 1)
The work indicator is added.
v.2.0.1
Just working version
If you have any suggestions, suggestions, criticism, write me.
FAQsQ: How do I become a member of your system?
A: Go to
http://funnymay.com/ and start using the services of the bot or download it and install it on your web server.
Q: If I want to change the settings, do I need to stop the bot?
A: When changing the settings, click the "Save settings" button and the next update will pick up the information "on the fly." You do not need to stop the bot.
Q: What operations occur during errors with words ... XMLHTTP ...?
A: Repeating errors say that javascript is frozen, but no operations are performed.
Q: I have one and the same error with the words ... XMLHTTP ... what should I do?
A: Reload the page and restart the bot with the "Run Bot" button.