You are viewing a single comment's thread from:
RE: Cryptocurrency Trading Bot Part 1 - Setup And Connect To Binance
Nice initiative ! I too am fond of trading bots...
What's the trading strategy you will apply with this bot ? Will this journey will just be about coding a bot or will we have basktestings, discussion about strategies, etc. ?
Following you anyway, and looking forward to see where this goes...
I'm planning on trying out a bunch of different strategies with a very strong emphasis on backtesting. Ultimately I'd like to dive into some machine learning and use TensorFlow to tune the weight of different indicators in deciding on trades.
Great ! Looking forward to this then.
Do you plan on using only classical indicators (MACD, RSI, etc.) with the data available on the Binance API (the kline endpoint) or will you also use more original data like maybe Twitter with sentiment analysis, Reddit, orderbooks (you won't have the history) or trades (you can get the history but it's 500 by 500 so it's gonna take some time with the call restrictions).
I'm developing a bot to, that's why I'm interested in this.