khomsky 58 Posted January 5, 2018 Share Posted January 5, 2018 (edited) I am debating whether to create a trading bot or execute my buy and sell orders manually. If anyone has created or followed instructions to do so can you please list here. I am looking to use bittrex. I would like to: Starting with current XRP wallet amount 1. create a sell order when the price = X 2. create buy order when price = X - (X * y%) 3. execute 1 at certain intervals. for instance 3, 4, 5, 6, 7$ marks I wouldn't call this day trading so I am leaning toward just doing this manually, but i look toward automating and placing on a cloud/server in case i lose the ability to access the exchange daily. Any input and advice is greatly appreciated Edited January 5, 2018 by khomsky Link to post Share on other sites
AU3162 0 Posted January 5, 2018 Share Posted January 5, 2018 Yep, I have done this before. I am developer myself. I have created a bot to automate Bitcoin speculation. it also provides a real-time updated dashboard for your Bitstamp account where you can see all your orders and transactions real-time updated (something Bitstamp lacks). The dashboard for a real-time updated overview can also be used standalone without letting Cointrol make any transactions. Technology stack - The server-side parts (cointrol-server + cointrol-trader) are written in Python 3 (3.3+ is required) and use a mixture of Django (models, admin) and Tornado (WebSockets, async IO). Other libraries that are used include sockjs-tornado, Django REST framework. Link to post Share on other sites
khomsky 58 Posted January 5, 2018 Author Share Posted January 5, 2018 (edited) @AU3162 can you please provide instructions or point me in right direction if possible edit: i think i found it on github Edited January 5, 2018 by khomsky Link to post Share on other sites
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now