how to reload data for a symbol in quote manager?

Questions about MultiCharts .NET and user contributed studies.
ycomp
Posts: 23
Joined: 30 Sep 2013
Has thanked: 7 times
Been thanked: 1 time

how to reload data for a symbol in quote manager?

Postby ycomp » 22 Oct 2013

Hi, what is the correct way to reload data for a symbol in the Quote Manager?

(so that all charts will be updated with the correct data)

User avatar
JoshM
Posts: 2195
Joined: 20 May 2011
Location: The Netherlands
Has thanked: 1544 times
Been thanked: 1565 times
Contact:

Re: how to reload data for a symbol in quote manager?

Postby JoshM » 23 Oct 2013

Hi, what is the correct way to reload data for a symbol in the Quote Manager?
You can not reload the data in the QuoteManager; you have to do this on the chart.

ycomp
Posts: 23
Joined: 30 Sep 2013
Has thanked: 7 times
Been thanked: 1 time

Re: how to reload data for a symbol in quote manager?

Postby ycomp » 23 Oct 2013

Hi, what is the correct way to reload data for a symbol in the Quote Manager?
You can not reload the data in the QuoteManager; you have to do this on the chart.
that's rather time consuming if many charts... this is a common problem if internet is lost or computer accidentally goes into standby... then data is missing and must be reloaded on all charts

is there no better way?

User avatar
JoshM
Posts: 2195
Joined: 20 May 2011
Location: The Netherlands
Has thanked: 1544 times
Been thanked: 1565 times
Contact:

Re: how to reload data for a symbol in quote manager?

Postby JoshM » 23 Oct 2013

that's rather time consuming if many charts... this is a common problem if internet is lost or computer accidentally goes into standby... then data is missing and must be reloaded on all charts

is there no better way?
Check the link I mentioned, it also shows how to do a global reload of all charts.

Besides that, the new MultiCharts version has a autofill feature:
Autofill of data gaps after a disconnect

Gaps in data are now autofilled without a reload after a disconnect (except for OpenECry). More info here - https://www.multicharts.com/pm/viewissu ... _no=MC-504. To autofill gaps with OpenECry a special registry key needs to be added manually.
Source.

ycomp
Posts: 23
Joined: 30 Sep 2013
Has thanked: 7 times
Been thanked: 1 time

Re: how to reload data for a symbol in quote manager?

Postby ycomp » 23 Oct 2013

8.7 NET doesn't autofill the missing data once connection is back.. at least not for LMAX datafeed. Haven't tested the others datafeeds for this

User avatar
JoshM
Posts: 2195
Joined: 20 May 2011
Location: The Netherlands
Has thanked: 1544 times
Been thanked: 1565 times
Contact:

Re: how to reload data for a symbol in quote manager?

Postby JoshM » 23 Oct 2013

8.7 NET doesn't autofill the missing data once connection is back.. at least not for LMAX datafeed. Haven't tested the others datafeeds for this
The link that I mentioned referenced to MultiCharts .NET 8.8 Beta 2. Since LMAX is not mentioned as an exception there, I think that this feature should also work for LMAX.

User avatar
Henry MultiСharts
Posts: 9165
Joined: 25 Aug 2011
Has thanked: 1264 times
Been thanked: 2957 times

Re: how to reload data for a symbol in quote manager?

Postby Henry MultiСharts » 23 Oct 2013

8.7 NET doesn't autofill the missing data once connection is back.. at least not for LMAX datafeed. Haven't tested the others datafeeds for this
That is correct. In MultiCharts .Net 8.7 LMAX API had issues. The issues were resolved by LMAX, new API has been released.
Support for the new LMAX API has been implemented in MultiCharts .Net 8.8 beta 2. Now MultiCharts .Net auto fills the missing data once connection is back for all chart resolutions.

If you want to automate the reload procedure for the data - you can use the Command Line access from the code.
Here is the list of available commands


Return to “MultiCharts .NET”