Bitcoin Forum
May 08, 2024, 04:08:59 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Old sourcecodes of trading bots?  (Read 377 times)
AdolfinWolf (OP)
Legendary
*
Offline Offline

Activity: 1946
Merit: 1427


View Profile
May 18, 2017, 12:36:09 PM
 #1

Hi, i read somewhere that there are old poloniex trading bots somewhere, with the source code included. I would like to create my own, so i am looking for some kind of base. Does anyone have a link to github?


Or if there are some other old open source trading bots out there from other exchanges, let me know, i guess they won't be that much different..

1715184539
Hero Member
*
Offline Offline

Posts: 1715184539

View Profile Personal Message (Offline)

Ignore
1715184539
Reply with quote  #2

1715184539
Report to moderator
Whoever mines the block which ends up containing your transaction will get its fee.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715184539
Hero Member
*
Offline Offline

Posts: 1715184539

View Profile Personal Message (Offline)

Ignore
1715184539
Reply with quote  #2

1715184539
Report to moderator
1715184539
Hero Member
*
Offline Offline

Posts: 1715184539

View Profile Personal Message (Offline)

Ignore
1715184539
Reply with quote  #2

1715184539
Report to moderator
Pursuer
Legendary
*
Offline Offline

Activity: 1638
Merit: 1163


Where is my ring of blades...


View Profile
May 18, 2017, 01:00:01 PM
 #2

you just need to use a search engine and search for it Smiley
something like this: https://www.google.com/search?q=poloniex+bot+code

also if you are not looking for a bot, but looking to make your own then look for API wrappers. meaning a code that is written in a language that you know which is containing all the API calls that poloniex supports, that way your work will be reduced a lot.

you can always use something like this too: https://bitcointalk.org/index.php?topic=711966.0

Only Bitcoin
AdolfinWolf (OP)
Legendary
*
Offline Offline

Activity: 1946
Merit: 1427


View Profile
May 18, 2017, 01:19:34 PM
 #3

you just need to use a search engine and search for it Smiley
something like this: https://www.google.com/search?q=poloniex+bot+code

also if you are not looking for a bot, but looking to make your own then look for API wrappers. meaning a code that is written in a language that you know which is containing all the API calls that poloniex supports, that way your work will be reduced a lot.

you can always use something like this too: https://bitcointalk.org/index.php?topic=711966.0

I have tried using google before (ofcourse), but the only thing that popped up were some lending bots.
I guess i might've used the wrong keywords..

The bitcointalk.org thread you linked me about cryptsy/ quatloo looks very promising. Will definitely give that a try, thank you!


~~~edit:

It looks like QTL got delisted from Poloniex.. This bot is no longer usable or?

Coding Enthusiast
Legendary
*
Offline Offline

Activity: 1039
Merit: 2783


Bitcoin and C♯ Enthusiast


View Profile WWW
May 18, 2017, 02:20:25 PM
 #4

What features are you looking for in a bot?

Projects List+Suggestion box
Donate: 1Q9s or bc1q
|
|
|
FinderOuter(0.19.1)Ann-git
Denovo(0.7.0)Ann-git
Bitcoin.Net(0.26.0)Ann-git
|
|
|
BitcoinTransactionTool(0.11.0)Ann-git
WatchOnlyBitcoinWallet(3.2.1)Ann-git
SharpPusher(0.12.0)Ann-git
AdolfinWolf (OP)
Legendary
*
Offline Offline

Activity: 1946
Merit: 1427


View Profile
May 18, 2017, 02:43:10 PM
 #5

What features are you looking for in a bot?

Well, mostly basic features, things like pingpong would be really useful aswell.

I'm not looking for something that is extremely advanced, as i want to understand how it is coded, and maybe enhance it myself further aswell.


Pursuer
Legendary
*
Offline Offline

Activity: 1638
Merit: 1163


Where is my ring of blades...


View Profile
May 18, 2017, 02:59:53 PM
 #6

you just need to use a search engine and search for it Smiley
something like this: https://www.google.com/search?q=poloniex+bot+code

also if you are not looking for a bot, but looking to make your own then look for API wrappers. meaning a code that is written in a language that you know which is containing all the API calls that poloniex supports, that way your work will be reduced a lot.

you can always use something like this too: https://bitcointalk.org/index.php?topic=711966.0

I have tried using google before (ofcourse), but the only thing that popped up were some lending bots.
I guess i might've used the wrong keywords..

The bitcointalk.org thread you linked me about cryptsy/ quatloo looks very promising. Will definitely give that a try, thank you!


~~~edit:

It looks like QTL got delisted from Poloniex.. This bot is no longer usable or?

lol, sorry I just had the Quatloo Trader in my bookmarks and didn't check it Roll Eyes
try the below link, it will search all the projects on github containing the keyword "poloniex" and will exclude the word "lend" so it doesn't show any lending bots to you:
https://github.com/search?utf8=%E2%9C%93&q=poloniex+NOT+lend&type=

you can also do this to get the specific language (python in this case)
https://github.com/search?l=Python&q=poloniex+NOT+lend&type=Repositories&utf8=%E2%9C%93
you can also change the language from sidebar.

Only Bitcoin
eternalgloom
Legendary
*
Offline Offline

Activity: 1792
Merit: 1283



View Profile WWW
May 18, 2017, 03:53:52 PM
 #7

You'll also find more if you just look for 'open source bitcoin trading bot' on Google.

I've found a trading bot (Gekko) that's still being updated and supports 17 exchanges. check out their website or Github:
https://gekko.wizb.it/
https://github.com/askmike/gekko

I haven't used this bot, so I can't comment on how good or bad it is Wink

AdolfinWolf (OP)
Legendary
*
Offline Offline

Activity: 1946
Merit: 1427


View Profile
May 18, 2017, 05:00:28 PM
 #8

you just need to use a search engine and search for it Smiley
something like this: https://www.google.com/search?q=poloniex+bot+code

also if you are not looking for a bot, but looking to make your own then look for API wrappers. meaning a code that is written in a language that you know which is containing all the API calls that poloniex supports, that way your work will be reduced a lot.

you can always use something like this too: https://bitcointalk.org/index.php?topic=711966.0

I have tried using google before (ofcourse), but the only thing that popped up were some lending bots.
I guess i might've used the wrong keywords..

The bitcointalk.org thread you linked me about cryptsy/ quatloo looks very promising. Will definitely give that a try, thank you!


~~~edit:

It looks like QTL got delisted from Poloniex.. This bot is no longer usable or?

lol, sorry I just had the Quatloo Trader in my bookmarks and didn't check it Roll Eyes
try the below link, it will search all the projects on github containing the keyword "poloniex" and will exclude the word "lend" so it doesn't show any lending bots to you:
https://github.com/search?utf8=%E2%9C%93&q=poloniex+NOT+lend&type=

you can also do this to get the specific language (python in this case)
https://github.com/search?l=Python&q=poloniex+NOT+lend&type=Repositories&utf8=%E2%9C%93
you can also change the language from sidebar.
Thanks!
You'll also find more if you just look for 'open source bitcoin trading bot' on Google.

I've found a trading bot (Gekko) that's still being updated and supports 17 exchanges. check out their website or Github:
https://gekko.wizb.it/
https://github.com/askmike/gekko

I haven't used this bot, so I can't comment on how good or bad it is Wink

I am using this bot right now.

It looks good so far, a bit too good actually.
It's working and fully open source.

I guess i'm going to play around with it a little bit for now, edit sources, and make some strategies..

Thanks for this tip, It seems weird to me that this piece of freeware bot is not mentioned anywhere, while it does look ( for a free bot ) pretty decent to me.. Wondering if i am missing something..

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!