remove plot config

This commit is contained in:
zhangkun9038@dingtalk.com 2025-05-31 18:01:18 +08:00
parent b97e03a62a
commit 86bdc0077a

View File

@ -46,20 +46,6 @@ class FreqaiPrimer(IStrategy):
use_dynamic_roi = True
position_adjuster = True
plot_config = {
"main_plot": {},
"subplots": {
"Signals": {
"enter_long": {"color": "green"},
"exit_long": {"color": "red"}
},
"FreqAI Predictions": {
"&-trend_strength": {"color": "blue"},
"&-volatility_forecast": {"color": "orange"},
"&-divergence_score": {"color": "purple"}
}
}
}
freqai_info = {
"model": "LightGBMMultiTargetRegressor",