Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

movingAverage not working #81

Open
Zwillyzz opened this issue Sep 15, 2024 · 2 comments
Open

movingAverage not working #81

Zwillyzz opened this issue Sep 15, 2024 · 2 comments

Comments

@Zwillyzz
Copy link

		//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.

@lavolp3
Copy link
Owner

lavolp3 commented Sep 15, 2024 via email

@Zwillyzz
Copy link
Author

Awesome! Let me know.

Thanks for the reply. This project is a dream come true! Well done :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants