MMM-AVStock icon indicating copy to clipboard operation
MMM-AVStock copied to clipboard

movingAverage not working

Open Zwillyzz opened this issue 5 months ago • 2 comments

		//disabled:true,
		module: "MMM-AVStock",
		position: "top_left",
		config: {
			  symbols : ["AAPL", "AMZN", "GOOGL", "TSLA", "NVDA", "UBER", "NNE"],
			  alias: ["APPLE", "AMAZON", "GOOGLE", "TESLA", "NVIDIA", "UBER", "NANO"],
		  chartDays: 180,
		  chartType: 'candlestick',
		  coloredCandles: true,  
		  mode : "table", 
		  showChart: true,
		  chartInterval: "daily", 
		  decimals : 2,
		  movingAverage: {type: "SMA", periods: [50]}
		}
	},

Everything's solid except for that. Graph does not show a MA line.

Zwillyzz avatar Sep 15 '24 18:09 Zwillyzz