nuxBot has various confirming indicators that can be used to improve your strategy.
For example: Only allow buys when RSI is below 30 or allow sells only when RSI is above 70.
Currently there are:
and more will be added upon request without hesitation.
How do I enable confirming indicators?
To activate the confirming indicators via the GUI, under Strategy Settings you can tick the indicator you want to use and specify when you want to buy/sell with the indicator.
Example with RSI as buy indicator:

Example with RSI as sell indicator:

FOR ADVANCED TRADERS
If you want to change the window of the indicators please scroll down to the config explanation.
How do I enable confirmation indicators in the config?
If you want to enable confirming indicators via the config you have to change these settings:

- buyema: Price must go below this EMA for a buy signal.
The rest of the buy and sell indicator variables are repeated, only with a different indicator in the name.
Example with Buy indicators:
- buy(indicator name)allowed = True/False
- Whether the indicator is used for confirming or not. True = Yes, False = No
- buy(indicator name) = Number (e.g. 30)
- The minimum trend level that must be reached for buy orders to be allowed.
FOR ADVANCED TRADERS:
If you want to change the windows/bar lengths of an buy indicator:
- buy(indicator name)window = Number
- Number of candles used to calculate the indicator.
Example with Sell indicators:
- sell(indicator name)allowed = True/False
- Whether the indicator is used for confirming or not. True = Yes, False = No
- sell(indicator name) = Number (e.g. 70)
- The minimum trend level that must be reached for sell orders to be allowed.
FOR ADVANCED TRADERS:
If you want to change the windows/bar lengths of an sell indicator:
- sell(indicator name)window = Number (e.g. 14)
- Number of candles used to calculate the indicator.
If you need more help, feel free to write to our support. 🙂