Bitcoin Forum
March 29, 2024, 02:04:59 AM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 [2]  All
  Print  
Author Topic: [ANN] AcctBot - Open source automated trading platform  (Read 5187 times)
arunka71
Sr. Member
****
Offline Offline

Activity: 410
Merit: 257


View Profile
November 25, 2015, 11:12:24 PM
 #21

I keep fighting between periodic polling and streaming APIs. Currently I am polling at a configurable interval simply because I'm a bit uneasy about opening the number of connections it would require to subscribe to every channel we are interested in. I may do some tests and see how it performs. I am well aware that using sockets will make response time much better but it would be a relatively large undertaking to switch over at the moment.

Same here. So I started a new bot version from scratch. If your bot can live with a few currency pairs, you might stick to the polling concept. But my arb stuff needs many pairs to function well, so streaming APIs are the way to go for me.
1711677899
Hero Member
*
Offline Offline

Posts: 1711677899

View Profile Personal Message (Offline)

Ignore
1711677899
Reply with quote  #2

1711677899
Report to moderator
BitcoinCleanup.com: Learn why Bitcoin isn't bad for the environment
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1711677899
Hero Member
*
Offline Offline

Posts: 1711677899

View Profile Personal Message (Offline)

Ignore
1711677899
Reply with quote  #2

1711677899
Report to moderator
1711677899
Hero Member
*
Offline Offline

Posts: 1711677899

View Profile Personal Message (Offline)

Ignore
1711677899
Reply with quote  #2

1711677899
Report to moderator
DanArmstrong (OP)
Newbie
*
Offline Offline

Activity: 15
Merit: 0


View Profile
November 27, 2015, 06:09:35 PM
 #22

I think that it makes perfect sense to use the streaming API for the bots. I am starting on the required changes to implement that. The polling bit will still come in handy for keeping the pairs and the balances current but for trade analysis the streaming API makes more sense no matter how I look at it. That will set me back a bit but hopefully it will be pretty quick to implement.
arunka71
Sr. Member
****
Offline Offline

Activity: 410
Merit: 257


View Profile
November 27, 2015, 09:47:30 PM
 #23

In a perfect design, you could use both concepts. Make the bot a listener to the exchange API implementations, but also keep the option to query prices.

But also store the prices somewhere, so different strategies could use them without polling them again.
DanArmstrong (OP)
Newbie
*
Offline Offline

Activity: 15
Merit: 0


View Profile
November 27, 2015, 09:58:39 PM
 #24

Right now I store all of the trades in an embedded neo4j database and create candles from them as I ready them for the TA to take place.
jeremy grol
Hero Member
*****
Offline Offline

Activity: 882
Merit: 500


View Profile
November 27, 2015, 10:00:21 PM
 #25

Main difference from C.A.T?
DanArmstrong (OP)
Newbie
*
Offline Offline

Activity: 15
Merit: 0


View Profile
November 27, 2015, 10:26:01 PM
 #26

Mine is open source and free and it looks like C.A.T charges for the core and then for each exchange API integration.
ezak
Member
**
Offline Offline

Activity: 140
Merit: 10


View Profile
December 10, 2015, 12:18:37 PM
 #27

Is this Bot will support exchange site No fee like btcc or huobi ?

Sampey
Legendary
*
Offline Offline

Activity: 2632
Merit: 1040



View Profile
December 10, 2015, 12:23:53 PM
 #28

Mine is open source and free and it looks like C.A.T charges for the core and then for each exchange API integration.

True story  Wink
Good luck with your project  Smiley
HeroCat
Hero Member
*****
Offline Offline

Activity: 658
Merit: 500


View Profile
December 10, 2015, 03:46:56 PM
 #29

May be you can try to adjust Meta Trader4 to BTC trade, Meta Trader4 is very popular software in all Forex market. Brokers just adjust Meta Trader4 for their clients use  Cheesy
DanArmstrong (OP)
Newbie
*
Offline Offline

Activity: 15
Merit: 0


View Profile
December 10, 2015, 09:36:14 PM
 #30

It has been a while since I've posted an update. We had a few nights of freezing temperatures here in CO and apparently that was too much for my phone lines and they broke. My provider can't get a tech out until next week so that is a bummer. In the mean-time, I have been working on what I can without an internet connection, which is almost nothing. I have, however, started implementing the streaming APIs for the exchanges, with polling as a backup. At the moment, the jawampa library does not support connecting through a proxy so that has been a bit of a hassle. Once my internet is repaired I hope to be able to hammer out the changes and get a new preview out the door.
DanArmstrong (OP)
Newbie
*
Offline Offline

Activity: 15
Merit: 0


View Profile
December 16, 2015, 06:28:44 PM
 #31

This project has been halted as we are in the middle of a merger. More information to be released in the near future.
bhokor
Legendary
*
Offline Offline

Activity: 966
Merit: 1000


View Profile
December 18, 2015, 01:21:55 AM
 #32

mmm, actually with cratpsy dead would be really important to add some other exchanges
gablay12
Legendary
*
Offline Offline

Activity: 918
Merit: 1000


View Profile
December 21, 2015, 04:49:38 AM
 #33

Very interesting, well done.

The more I meet people, the more I like my dog.
lemoncoolers
Newbie
*
Offline Offline

Activity: 108
Merit: 0


View Profile
December 21, 2015, 10:56:18 AM
 #34

This project has been halted as we are in the middle of a merger. More information to be released in the near future.
A new project was not planned well and its development just stopped in the middle, which will cause you to lose loyal users.  Any way I hope your platform is launching soon with new features and adding other exchanges.
LazerPanther
Member
**
Offline Offline

Activity: 334
Merit: 10


View Profile
December 23, 2015, 09:19:59 AM
 #35

This project has been halted as we are in the middle of a merger. More information to be released in the near future.

That's pretty disappointing... Cryptsy is a joke, was waiting for your Polo updates. Also closing the repo... smh
DanArmstrong (OP)
Newbie
*
Offline Offline

Activity: 15
Merit: 0


View Profile
December 28, 2015, 05:46:29 PM
 #36

Part of the merger included a no-compete clause and required my pulling the repo offline. I would say more but have been asked not to yet. When announcing the project here, I had absolutely no idea that someone  would be interested in acquiring the platform after seeing it here, so I do humbly apologize for a botched launch. On the other hand, I feel like the product that is emerging as a result is more the vision that I had in mind when I set out to create this thing.
Snail2
Legendary
*
Offline Offline

Activity: 1512
Merit: 1000



View Profile
December 28, 2015, 05:59:51 PM
 #37

Part of the merger included a no-compete clause and required my pulling the repo offline. I would say more but have been asked not to yet. When announcing the project here, I had absolutely no idea that someone  would be interested in acquiring the platform after seeing it here, so I do humbly apologize for a botched launch. On the other hand, I feel like the product that is emerging as a result is more the vision that I had in mind when I set out to create this thing.

No problem, sometimes such things can happen. Is this emerging new product will be opensource or some commercial stuff?
DanArmstrong (OP)
Newbie
*
Offline Offline

Activity: 15
Merit: 0


View Profile
December 28, 2015, 06:06:58 PM
 #38

It is a commercial product. However, since I do feel like I unintentionally stiffed you guys I will push to get it into some hands for free.
Rkana
Sr. Member
****
Offline Offline

Activity: 281
Merit: 250

RK Coin Services - Alt Coins Dev (ETH-BTC & More)


View Profile
December 30, 2015, 07:17:02 PM
 #39

It is a commercial product. However, since I do feel like I unintentionally stiffed you guys I will push to get it into some hands for free.
I was about to make a deal with you unless you still have the project up for corporation.

I Do COIN SERVICES (WEB JsWALLET + INSIGHT EXPLORER | ELECTRUM)
I Can Make You an ETH OR BTC ALTCOIN And OTHER COIN DEVELOPMENT - PM Me For More Info
freemanjackal
Sr. Member
****
Offline Offline

Activity: 378
Merit: 250


View Profile
March 28, 2017, 09:04:46 PM
 #40

have any one of you have used jawampa for wamp protocol defining a proxy?, i am trying to connect to poloniex, the services they provide but i am behind a proxy and I havent been able to connect, i do not want to use the get or post methods through https for trading
Pages: « 1 [2]  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!