real time candlestick chart technical analysis and backtesting the sentiments of a coin on twitter by a crypto trading bot using binance api and websockets
- Lightweight chart - live candlestick chart similar to tradingview
- UI to check indicators(eg. MACD, RSI, Volume, ema-ribbon, moving average etc), configure values, configure alerts/notifications.
- Technical analysis with python and TA-lib.
- analyse the candlestick pattern and predict the trades.
- executing a buy/sell order.
- test some indicators on historical dataset
To run tests, run the following command
Answer 1
Answer 2