Skip to content

Commit

Permalink
Fixed styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Canx committed Jan 20, 2025
1 parent 0404361 commit b1ce519
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions NostalgiaForInfinityX5.py
Original file line number Diff line number Diff line change
Expand Up @@ -661,19 +661,19 @@ def __init__(self, config: dict) -> None:
def plot_config(self):
plot_config = {}

plot_config['main_plot'] = {
'EMA_12': {'color': 'LightGreen'},
'EMA_26': {'color': 'Yellow'},
'EMA_50': {'color': 'DodgerBlue'},
'EMA_200': {'color': 'DarkRed'}
plot_config["main_plot"] = {
"EMA_12": {"color": "LightGreen"},
"EMA_26": {"color": "Yellow"},
"EMA_50": {"color": "DodgerBlue"},
"EMA_200": {"color": "DarkRed"}
}

plot_config['subplots'] = {
'long_pump_protection': {
'global_protections_long_pump': {'color': 'green'}
plot_config["subplots"] = {
"long_pump_protection": {
"global_protections_long_pump": {"color": "green"}
},
'long_dump_protection': {
'global_protections_long_dump': {'color': 'red'}
"long_dump_protection": {
"global_protections_long_dump": {"color": "red"}
}
}

Expand Down

0 comments on commit b1ce519

Please sign in to comment.