Bitcoin Forum
June 26, 2024, 03:50:51 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: BTC Bot development  (Read 2029 times)
skrn (OP)
Newbie
*
Offline Offline

Activity: 48
Merit: 0


View Profile
November 17, 2013, 09:53:36 AM
Last edit: January 12, 2014, 12:15:36 PM by skrn
 #1

Hello!
I'm developing a BTC bot.
Project site: http://funnymay.com

Now bot works with exchange btc-e.com

You can test service with username:demo, pass:123456

http://funnymay.com/images/jbot.jpg

Description:

USD, BTC, LTC, NVC - amount of funds at your account.
if funds less 0.0001, that will shown 0, for simply operations.

Pair - current trading pair (BTC/USD, LTC/USD, NVC/USD)

Strategy - has three kinds of strategy:
- OUTER - strategy based on exchange rates. If rates grow, that bot will buy in HIGH-LOW range and sell above HIGH-LOW range, and conversely.
- INNER - strategy based on buying and selling in HIGH-LOW range.
- STEPER - strategy based on buying and selling in current step range.

Step Amount - amount BTC/LTC wich buying or selling in one step

Step Distance - range of steps.

Step Time - the time between updates and sending orders (optimally is 5-10 minutes)

Order Life - life time of orders. If order is too old, it will be canceled.

Around - price around digits (optimally 3-4 digits for LTC and 1-2 digits for BTC).

In the fields BUY and SELL Bot put prices for orders.
If fields are red, that you do not have enought funds.

Auto Buy Access and Auto Sell Access are access for bot operations.

Dont buy more 1 price and Dont sell more 1 price are ability to no create a more orders with same prices, or create more orders only with different prices.


Donations

If you interested in project you may put donations to wallets below:

BTC: 16AGmMkbpNdQnhqvYcuCQnq37LPEK4AA6R
LTC: Lgw36HstHVtiv4pMan6q1XsBvKRYAn2iue
NVC: 4KauWGT2MPBog1yYjt9s2yMAgLia4sUccJ

All funds will be spent on the development of programs and server rentals.

I hope our program will be useful to you.
tolega
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile
November 17, 2013, 10:01:04 AM
 #2

Hello fellow newbie,

I find your bot interesting. Please keep me up to date.


skrn (OP)
Newbie
*
Offline Offline

Activity: 48
Merit: 0


View Profile
November 23, 2013, 02:54:50 AM
 #3

Bot works normally.

Strategy for last week:
LTC/USD-OUTER-1-0.05-300-120-4-0.2
Starting Funds 50 USD.
I decided to continue work with current strategy for a next week because last week I fixed problems with sending orders.

Also I registered additional accaunt for start another strategy
This strategy wil start at monday in parallel with first strategy
LTC/USD-INNER-2-0.05-300-60-4-0.2
Starting Funds 50 USD.
Arthor
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
November 23, 2013, 03:14:57 AM
 #4

I really doubt anyone use it without sources.

Currently that looks more like a scam (though I'm not saying it is).
skrn (OP)
Newbie
*
Offline Offline

Activity: 48
Merit: 0


View Profile
November 23, 2013, 03:31:01 AM
 #5

All sources you can see in javascript.
Some code runs in php, like a getting bot price.
I don't show php code because I don't want to every one to know my strategy for looking up prices. It's a intellectual property.
Arthor
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
November 23, 2013, 03:38:43 AM
 #6

If you'd like to keep the strategy closed, why'd you want to set up your service in the first place?

Anyway, that's totally not in the spirit of decentralized opensource Bitcoin community.
skrn (OP)
Newbie
*
Offline Offline

Activity: 48
Merit: 0


View Profile
November 23, 2013, 04:03:04 AM
 #7

Thanks for asking.

First of all I need statistics. More users wich used a bot give me more results for analyze.
Next step will convert javascript bot in C++ bot wich will work with all pairs and with BTC-e + MTGOX.
It will greater trading platform with function of auto trading bot.

If a bot is successful, I would like to earn money on the lease.
vanchau
Newbie
*
Offline Offline

Activity: 24
Merit: 0


View Profile
November 23, 2013, 05:53:13 AM
 #8

I doubt anyone will buy the script without knowing exactly what the strategy is and trusting your price fetching algorithms are sound.
danystatic
Full Member
***
Offline Offline

Activity: 235
Merit: 100


View Profile
November 27, 2013, 02:26:43 AM
 #9

Cool, I'm into this, how is it going?
Myer12
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
November 27, 2013, 02:51:53 AM
 #10

Well I'd be interested in this if it was a different site instead of btc-e
Cefalu
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile
November 27, 2013, 03:22:42 AM
 #11

Well I'd be interested in this if it was a different site instead of btc-e

ya, btc-e is not honest.
Do not send them any money, there is a reason they are consistently the lowest priced exchange-
because doing business with them is a crapshoot and they are going to lock you out of your funds and
use them for their own gain.
I do I hope that your Bot development goes smoothly for you
danystatic
Full Member
***
Offline Offline

Activity: 235
Merit: 100


View Profile
November 27, 2013, 04:30:36 AM
 #12

oh no, I just thought it could be a fun project, have not started yet, but reading historic data and analyzing it to build conclusions or send notice emails, r buy or sell is do-able with BTC-e API, and possibly profitable, I want to ride and build a bitcoin business, what about you, would you tell me you are not?
skrn (OP)
Newbie
*
Offline Offline

Activity: 48
Merit: 0


View Profile
November 28, 2013, 04:15:24 AM
 #13

Hello!
Now I develop automatic bot for Mt-gox.
I will use algorithm, wich used pricing for BTC-e.
Also I develop site with free registration and some paid functions, like bot auto trading.

New function: possibility to buy and/or sell your own strategy of pricing.
For example: if new user don't know what prices are more profitable, them can be bought from zbot or ahother user, wich selling own prices.

I hope you are understand me.
skrn (OP)
Newbie
*
Offline Offline

Activity: 48
Merit: 0


View Profile
December 15, 2013, 03:33:10 AM
Last edit: December 29, 2013, 04:38:02 AM by skrn
 #14

Hello.

By support:
The site funnymay.ru is down, now i write a new site funnymay.com
Funds of this perks will spend on hosting.

By statistic:
Two bots was created. First bot worked with strategy of OUTER , second bot worked with strategy of INNER

There are 50 USD was funded on both bots
2 weeks later:
1st bot has 133 USD, 2nd bot has 80 USD
I do not change my settings in these weeks.

Next time I started to change INNER and OUTER strategy for most profitly and then my server was down.
I buy a good hosting and now I develop good site with automatic registration and other functional.

Now bots are no works.
The new site is funnymay.com
skrn (OP)
Newbie
*
Offline Offline

Activity: 48
Merit: 0


View Profile
January 12, 2014, 12:44:32 PM
 #15

Hello.

Bot normally worked with exchange btc-e.com
Now I develop bot which will work with mtgox.com

I need your support. Please donate some funds to develop a bot. As much as you can.
One wish, please send a private message with the redeem Mtgox code.

Thanks for all.
All donators will get a 1 month of bot access free.
Pages: [1]
  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!