The Boat for Binance. The indicators. Backtesting
Signals for trading are formed by technical indicators.In this work are used indicators (requirements of the customer):
The Bollinger Bands (Bollinger Bands)
Stochastic RSI (Stochastic RSI)
by MACD
Shortly about the work:
1 .The modular structure of the application allows you to add or change a separate function/algoritm without changing the remaining modules.For example, connect another exchange, indicator, change the GUI, change the trading strategy (algoritm).2ndGUI (4 tabs - settings, balance, current order, graphs).ThreeThe indicators and price movement are visualized in the form of graphs with a single time scale.4 .Backtesting (backtesting) for the arbitrary date interval.and 5.Remove all the information about the actions of the bot in the log file.6 .Individual fixes and "hooks", information is available after the conclusion of the contract
Examples of “hooks”:
- Automatic update of the list of trade pair and current exchange restrictions
at the launch;
Choose a pair with the maximum volatility for the previous day.Technical extent:
- #Python3 (+ #NumPy, #matplotlib, talib)
The #wxpython
#API (RESTful API)
by Excel
The Bollinger Bands (Bollinger Bands)
Stochastic RSI (Stochastic RSI)
by MACD
Shortly about the work:
1 .The modular structure of the application allows you to add or change a separate function/algoritm without changing the remaining modules.For example, connect another exchange, indicator, change the GUI, change the trading strategy (algoritm).2ndGUI (4 tabs - settings, balance, current order, graphs).ThreeThe indicators and price movement are visualized in the form of graphs with a single time scale.4 .Backtesting (backtesting) for the arbitrary date interval.and 5.Remove all the information about the actions of the bot in the log file.6 .Individual fixes and "hooks", information is available after the conclusion of the contract
Examples of “hooks”:
- Automatic update of the list of trade pair and current exchange restrictions
at the launch;
Choose a pair with the maximum volatility for the previous day.Technical extent:
- #Python3 (+ #NumPy, #matplotlib, talib)
The #wxpython
#API (RESTful API)
by Excel