addSeries() and Indicators
See original GitHub issueIs there a way to use Indicators? I am able to import the scripts, but I can not use addSeries() to pass the data. The ema settings are beeing ignored.
this.$refs.stockOptions.addSeries( { id: 'aapl', name: 'AAPL Stock Price', data: data }, { type: 'ema', linkedTo: 'aapl' } );
Can I pass the argumets some other way?
Thank you
Issue Analytics
- State:
- Created 6 years ago
- Comments:9 (4 by maintainers)
Top Results From Across the Web
Additional series selector in custom indicator
I'm building a custom indicator whitch requires two different series as input parameters, ... addSeries() method to add series.
Read more >Is it possible to define custom technical indicators, that ...
Average between two series can be simply added as another separate series. You can use for example load event to calculate it and...
Read more >AddDataSeries() - NinjaScript
If your NinjaScript object is using AddDataSeries() allowing to specify a tradingHoursName, please keep in mind that: An indicator / strategy with multiple ......
Read more >Series Renderer tutorial - ChartIQ SDK Documentation
Series are linked to "renderers" to create different visualizations on the chart. Using addSeries() · addSeries() adds additional data to stxx.chart.masterData ...
Read more >dojox.charting — The Dojo Toolkit - Reference Guide
Using addSeries(), you can define the data sets that will be displayed by a plot the chart. addSeries() accepts three parameters, a name,...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
hi @superman66. the developer of https://github.com/streamlinesocial/highcharts-regression updated his script so that addSeries() now works. Thank you for your help!
You can try it if Highcharts-regression can addSeries dynamic in pure Javascript or jQuery(without using vue.js).If it works, then we can solve it in vue.js.