mvdam / bittrex-trade-bot

Experimental software that automatically trades cryptocurrency. Built with TypeScript & RxJS.
8 stars 3 forks source link

Bittrex-trade-bot #1

Open magesta87 opened 5 years ago

magesta87 commented 5 years ago

Buenas tardes, necesito ayuda con este bot, el trading es solo una simulacion utilizando los datos en tiempo real desde la api bittrex, hasta ahora en la simulación va bien, ahora mi intencion es probarlo en vivo, haciendo el trading real (no simulado). Alguien podria ayudarme a como hacer esto?

mvdam commented 5 years ago

I’ve made preparations that will make real trades work. But as you can imagine it is very tricky because it will use actual money for the trades. So every bug in my code can possibly lead to loss of money. Because the algorithm seems to work, I want to develop the tool further to use it for real. I don’t have much time to work on it but I will continue coming months.

The BUY/SELL mechanism should already work but it's not activated and tested yet. I will let you know in this issue when there are any updates!