stable/freqtrade/templates/subtemplates/plot_config_full.j2

19 lines
412 B
Plaintext
Raw Normal View History

2020-01-08 18:35:00 +00:00
plot_config = {
# Main plot indicators (Moving averages, ...)
'main_plot': {
'tema': {},
'sar': {'color': 'white'},
},
'subplots': {
# Subplots - each dict defines one additional plot
"MACD": {
'macd': {'color': 'blue'},
'macdsignal': {'color': 'orange'},
},
"RSI": {
'rsi': {'color': 'red'},
}
}
}