plotar várias colunas em diferentes cores plottly
fig = df.plot(x=df.index,y=["Close","MA"],template="simple_white",
color_discrete_map = color_dict)
Real Raccoon