binance-trading-bot
binance-trading-bot copied to clipboard
Add support for additional technical indicators
Is your proposal related to a problem?
The lowest price over a period strategy is great, however can suffer from fake outs, whale manipulation.
Describe the solution you'd like
Add support to configure additional technical indicators based on the tulind npm library: https://tulipindicators.org/list
Describe alternatives you've considered
no other options are possible to customize the in-built strategy at the moment
Additional context
Hey @redhelix
Initially, the project was using tulip to use MACD/Bollinger Bands. At that time, I found using those indicators make losing more money than making it. Since I don't want to make the project more complex enough, I won't add in more indicators.