Pages:
Author

Topic: How to create trading bot? (Read 2001 times)

newbie
Activity: 3
Merit: 0
March 05, 2018, 11:23:30 AM
#27
Hi , i am also interested in building my own trading bot in PHP .

What's the best hosting service  ?
newbie
Activity: 56
Merit: 0
December 27, 2017, 11:16:08 AM
#26
Like AI? You must be brilliant? Wont that be so costly to make? I mean why not use app or platform offering kinda like that.. like farst network? Hahahah
newbie
Activity: 17
Merit: 0
December 27, 2017, 08:13:11 AM
#25
I absolutely agree. First thing is programming, doesn’t matter would you run on local machine or on cloud based. You have to connect to the trading server through API and fetch the information. But this options isn’t the best one, as wvery platform has its own limitations (from 5 to 15 minutes). And the exchange rate might be terrible for you. I’ve found this article also
http://merehead.com/blog/how-create-cryptocurrency-trading-bot-exchange-platform/
hero member
Activity: 1316
Merit: 503
Someone is sitting in the shade today...
September 01, 2017, 07:47:33 AM
#24
I would love to see a bot take advantage of price corrections. Every time I've seen a huge run in price, it is always corrected about halfway down (number off the top of my head).

For example, NEO (formally ANS). I bought in at $12, and in the past week or two we've seen it make a huge leap to $50. Today, it's at $34 which is the correction. While watching the graph hit $50, I knew I should have sold and waited for this current price to buy again. In fact, I've seen this happen to every single coin that I've ever held. It makes that initial jump, then the price corrects. If a bot could be coded to watch for a new ATH (all time high), and then sell when it has dropped 5% under that ATH (this is when people tend to panic and sell of everything, which causes the bigger drop) I believe it would be very profitable. Then if the bot were to wait a few days for the price to stabilize, and buy in again it would maximize the traders profits!
This is the basics of the assets world. Every asset born, develop, stabilize and downward. The point is to predict each movement before it happens and this is not easy for sure.
newbie
Activity: 59
Merit: 0
September 01, 2017, 07:26:11 AM
#23
First of all, you need to know programming.
Then, you can go through those trading site to see if they provide any API for developer using.
Here is the API provided by bittrex: https://bittrex.com/home/api

Please read all messages here.
I have posted about my knowledge and skill.
Do you have experience of creating bot?


Hi friend. If you interested you can have a look at my topic. My bot is PHP based and all opensource.
https://bitcointalksearch.org/topic/free-auto-trading-bot-poloniex-and-bittrex-integrated-2128032
hero member
Activity: 865
Merit: 1006
September 01, 2017, 04:26:46 AM
#22
Hello,

I want try create my own trading bot for poloniex or bittrex exchange.
Where can I learn and read about this theme?
Can I make it from local pc?



https://github.com/xcbtrader/pobot
member
Activity: 94
Merit: 10
September 01, 2017, 02:25:56 AM
#21
What do you want to do exactly? I have some experience
sr. member
Activity: 1330
Merit: 258
September 01, 2017, 12:54:47 AM
#20
First of all, you need to know programming.
Then, you can go through those trading site to see if they provide any API for developer using.
Here is the API provided by bittrex: https://bittrex.com/home/api

Please read all messages here.
I have posted about my knowledge and skill.
Do you have experience of creating bot?
newbie
Activity: 54
Merit: 0
August 31, 2017, 12:22:56 PM
#19
First of all, you need to know programming.
Then, you can go through those trading site to see if they provide any API for developer using.
Here is the API provided by bittrex: https://bittrex.com/home/api
newbie
Activity: 7
Merit: 7
August 31, 2017, 06:24:46 AM
#18
First of all I should to decide which strategy was in basement of bot.

Right now I could to choice few ways: algorithmic and neural network. In google you will find a lot of information, but I suggest to look at next open source projects (especially on their Issues, because a lot of discussions)

https://github.com/askmike/gekko
https://github.com/owocki/pytrader
https://github.com/michaelgrosner/tribeca
https://github.com/carlos8f/zenbot
member
Activity: 258
Merit: 10
The next step in Financial Markets evolution
August 31, 2017, 05:27:44 AM
#17
Each major platform (Bitfinex, OKCoin, Bittrex etc.) has API that issues you a token after you sign up. Pass that parameter to each request, then you can freely trade via API. However, if you plan to do an HFT arbitraging, be warned that it is too late - huge Bitcoin tx fees make it obsolete.
sr. member
Activity: 1330
Merit: 258
August 31, 2017, 03:28:35 AM
#16
Better to do it from any hosting or better vps. Just code in PHP script which will trade on those sites via API calls with your own logic.

Thats all  Smiley Not very difficult... I have done bot for kraken.

I use VPS too.

How you call your php script?
Do you use CRON or exist better app?

please post your code here if this not secret Smiley
sr. member
Activity: 434
Merit: 250
August 31, 2017, 02:00:23 AM
#15
Bot trading only works according to what it was programmed. So, in order for it to function correctly, you need to be an experienced trading expert. Because your experience is the key to its success. This is a rather specialized problem, I still have not enough ability to do. good luck!
newbie
Activity: 14
Merit: 0
August 30, 2017, 09:52:53 PM
#14
I would love to see a bot take advantage of price corrections. Every time I've seen a huge run in price, it is always corrected about halfway down (number off the top of my head).

For example, NEO (formally ANS). I bought in at $12, and in the past week or two we've seen it make a huge leap to $50. Today, it's at $34 which is the correction. While watching the graph hit $50, I knew I should have sold and waited for this current price to buy again. In fact, I've seen this happen to every single coin that I've ever held. It makes that initial jump, then the price corrects. If a bot could be coded to watch for a new ATH (all time high), and then sell when it has dropped 5% under that ATH (this is when people tend to panic and sell of everything, which causes the bigger drop) I believe it would be very profitable. Then if the bot were to wait a few days for the price to stabilize, and buy in again it would maximize the traders profits!
jr. member
Activity: 56
Merit: 10
August 30, 2017, 05:00:58 PM
#13
my own advice for trading bot: dont use a trading bot
sr. member
Activity: 1007
Merit: 279
Payment Gateway Allows Recurring Payments
August 30, 2017, 05:00:30 PM
#12
Hello,

I want try create my own trading bot for poloniex or bittrex exchange.
Where can I learn and read about this theme?
Can I make it from local pc?



Better to do it from any hosting or better vps. Just code in a PHP script which will trade on those sites via API calls with your own logic.

That's all  Smiley Not very difficult at all... I have done a bot for kraken. I can help with the basics, anything more than that you'll need to pay a dedicated developer.
hero member
Activity: 1568
Merit: 544
August 30, 2017, 04:31:44 PM
#11
Maybe this post can help you further. Building a Simple Alt Coin Trading Bot tutorial
sr. member
Activity: 490
Merit: 250
August 30, 2017, 12:06:06 PM
#10
You just type digoogle "poloniex or bittrex exchange" then what is concerned with both systems will appear and then you select the link, of course related to the theme above,
Of course can, to make can use Local PC, with the condition of RAM and VGA enough.
RAM and VGA is very helpful to open some programs that will be used, Thanks.
full member
Activity: 434
Merit: 126
August 30, 2017, 05:14:10 AM
#9
Do you want to make a both trading for exchange cryptocurrency ?
Do you want to make app for Windows , iOS  or Android ? If you finish make a app please update I want to try it.
s2
full member
Activity: 198
Merit: 123
August 30, 2017, 04:15:41 AM
#8
Happy to lend a hand on any node.js questions but tbh the best part of the language is it's relatively easy compared to most.

Node.js is essentially just javascript like you find in a browser, only the key part is you run it on your PC or server side.

The real power of it though is you get to stand on the shoulders of giants once you learn how to use the npm (node package manager).

You can install other people's libraries really easily and now with just a few lines of code you can access things like exchange APIs, send emails/txt messages, etc..

Hardest part to learn about node.js is if you're used to other languages and understanding how the scope works.  Sounds scarier than it is though, generally it's a lovely to use yet powerful language.
Pages:
Jump to: