Search found 4 matches

by RJay33
05 Nov 2014
Forum: MultiCharts .NET
Topic: DataLoader Question
Replies: 13
Views: 3814

Re: DataLoader Question

Thanks guys, These posts give me something to chew on. I have another question that is a little off topic for this thread. In the OnData Method displayed in prior post, I would like to call an update to the CalcBar() Method. It looks like this: public void OnData(IDataLoaderResult Result) { if(xxxxx...
by RJay33
31 Oct 2014
Forum: MultiCharts .NET
Topic: DataLoader Question
Replies: 13
Views: 3814

Re: DataLoader Question

Hi, I just want to let you guys know that I am a 3rd party developer on another trading platform. I was requested to branch out onto your platform by someone looking to private label your .NET platform. To get a feel for your platform I took on two projects. -----------------------------------------...
by RJay33
30 Oct 2014
Forum: MultiCharts .NET
Topic: DataLoader Question
Replies: 13
Views: 3814

Re: DataLoader Question

Hi, Thank you for your response. I am still unable to make the code work. The working example you provided deals with "Bar" data. I am requesting a working example of "RequestQuoteField" data. I need " Volume, Price, and TimeStamp" for Bid, Ask, and Trade updates from the data provider. Also the ins...
by RJay33
27 Oct 2014
Forum: MultiCharts .NET
Topic: DataLoader Question
Replies: 13
Views: 3814

Re: DataLoader Question

Hi, Is there a way to capture the price, volume and timestamp updates to the method OnData and display them in the output screen for the previously posted code shown below? Request.QuoteField = RequestQuoteField.Trade; DataLoader.BeginLoadData(Request, OnData, null); Request.QuoteField = RequestQuot...

Go to advanced search