Bitcoin Forum

Alternate cryptocurrencies => Marketplace (Altcoins) => Topic started by: DIYOR on June 30, 2017, 05:42:43 PM



Title: Trade bot
Post by: DIYOR on June 30, 2017, 05:42:43 PM
Hello everyone!

I am interested in trading bot. Bittrex
Any personal advices on a bot I can get my hands on?

Much appreciated!


Title: Re: Trade bot
Post by: Minerolero on July 01, 2017, 12:54:41 PM
Hello everyone!

I am interested in trading bot. Bittrex
Any personal advices on a bot I can get my hands on?

Much appreciated!

There is this python bot

https://github.com/ndri/python-bittrex

I couldnīt get it to work, but thats because i must be doing something wrong with the code and i am not very literate in programming.


Title: Re: Trade bot
Post by: cz3kit on July 01, 2017, 02:38:52 PM

There is this python bot

https://github.com/ndri/python-bittrex

I couldnīt get it to work, but thats because i must be doing something wrong with the code and i am not very literate in programming.

This is not a trading bot but some code to interact with bittrex. If you want to have a trading bot you need to code it on top of it.

If you are searching for trading bots, there are several here in the forum: Gunbot, CAS and there is one more where I forgot the name of it.


Title: Re: Trade bot
Post by: Minerolero on July 01, 2017, 02:52:31 PM

There is this python bot

https://github.com/ndri/python-bittrex

I couldnīt get it to work, but thats because i must be doing something wrong with the code and i am not very literate in programming.

This is not a trading bot but some code to interact with bittrex. If you want to have a trading bot you need to code it on top of it.

If you are searching for trading bots, there are several here in the forum: Gunbot, CAS and there is one more where I forgot the name of it.

Its like a template, if you have your trading logic and you know python you can build your bot using that.


Title: Re: Trade bot
Post by: rabeh boukhnona on July 01, 2017, 02:59:37 PM
hi dude,
you can try GunBot it's Automatic profit generator for only 0.1 life time fee, im use it for more than two months and i made 100℅ of my bankrol with default settings.
for more info visit: https://bitcointalk.org/index.php?topic=1715214.0

cheers


Title: Re: Trade bot
Post by: cz3kit on July 01, 2017, 04:10:39 PM

There is this python bot

https://github.com/ndri/python-bittrex

I couldnīt get it to work, but thats because i must be doing something wrong with the code and i am not very literate in programming.

This is not a trading bot but some code to interact with bittrex. If you want to have a trading bot you need to code it on top of it.

If you are searching for trading bots, there are several here in the forum: Gunbot, CAS and there is one more where I forgot the name of it.

Its like a template, if you have your trading logic and you know python you can build your bot using that.

Sure, but you have to program the logic unless you have it already somewhere. If you don't have it, this might be some work then. That\s why I am saying that your code is not a trading bot but rather a bittrex wrapper for python.