remove plot config
This commit is contained in:
parent
b97e03a62a
commit
86bdc0077a
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user