What are the Strategy settings in the baseconfig when using an Algorithm Intelligence Strategy
This tutorial explains what the Strategy settings in the Baseconfig are when you use an AI.
Strategy Settings in the Baseconfig
Strategy
Select the AI you trained.
Signals only
Make sure the toggle is switched to disabled because you want to use your Algorithm Intelligence.
Number of targets to buy
Fill in the number you want your bot to buy if your Strategy finds multiple currencies at the same time. If you fill in 5 and the bot finds 7 it will only buy the 5 best. This is determined by the number of Indicators and buy Signals it has. Maximum is 10.
Use corrected score for buys
Select yes or no. Normal scores are between -1 (for sell) and 1 (for buy), corrected score is a value between 0 and 100 (percentage) based on the highest and lowest normal result it got. The corrected score improves over time for the coins selected in the Baseconfig.
Minimum score for buys
Fill in the minimum score a market should have before signaling a buy for it. Normal scores are between -1 (for sell) and 1 (for buy), so you could enter 0.2 for a buy for example. If you use a corrected score, then the value should be between 0 and 100, for example, 75 for a buy. The higher the value that you use here, the more selective your Algorithm Intelligence will be when entering a position.
Use corrected score for sells
Select yes or no. Normal scores are between -1 (for sell) and 1 (for buy), corrected score is a value between 0 and 100 (percentage) based on the highest and lowest normal result it got. The corrected score improves over time for the coins selected in the base config.
Minimum score for sells
Fill in the minimum score a market should have before signaling a sell for it. Normal scores are between -1 (for sell) and 1 (for buy), so you could enter -0.2 for a sell for example. If you use a corrected score, then the value should be between 0 and 100, for example 25 for a sell.
The use of corrected score
It takes time to improve the corrected score values. What might look strange but can happen is that the corrected score shows 100% and the regular score is just 0.01 (or another value). This is possible due to the time needed before the corrected score will be optimized. When using the corrected score, it happens that no buy or sell Signals get received after X time. When the number of buy and sell signals has decreased significantly, we recommend lowering the corrected score needed for buys/sells or considering not using the corrected score. An additional factor that can result in more trades is lowering the "Maximum score for neutral signals" as it will give higher importance to the buy/sell signals of the signal strategies.
Formula of the corrected score: Corrected score = ((current score - lowest score) * 100) / (highest score - lowest score).