Search found 4 matches

by fabz
01 Apr 2015
Forum: MultiCharts .NET
Topic: Accessing symbol mapping of custom future through code
Replies: 1
Views: 1379

Accessing symbol mapping of custom future through code

Hello, is there any chance to access the symbol mapping of a custom future through code? I'm asking for it because i'm using a lot of custom futures to build continuos contracts so i do not have to care for the different rollover dates. That really works fine but sometimes i forget to map the corres...
by fabz
25 Mar 2015
Forum: MultiCharts .NET
Topic: Symbol Dictionary > CQG > E-Micro Gold (MGC) > Big Point [SOLVED]
Replies: 1
Views: 1711

Symbol Dictionary > CQG > E-Micro Gold (MGC) > Big Point [SOLVED]

Hello, within the Symbol Dictionary under CQG the Big Point value for the E-Micro Gold contract (MGC) is by Default set to "1". As of my understanding the correct value must be 10. Since with a min. movement of 0.1 and a tick value of $1 a Big Point movement (1.0) equals to $10. Am I correct or did ...
by fabz
20 Mar 2015
Forum: MultiCharts .NET
Topic: InstrumentDataRequest > Daily > Build from minutes
Replies: 3
Views: 2631

Re: InstrumentDataRequest > Daily > Build from minutes

Hello Henry, thanks for your example of receiving such a value. But is it possible to set it via code too? I've tried it like that: dtCurrent = new DateTime(Bars.Time[0].Year, Bars.Time[0].Month, Bars.Time[0].Day, 0, 0 ,0); dtTo = dtCurrent; InstrumentDataRequest Req = Bars.Request; Req.Resolution =...
by fabz
16 Mar 2015
Forum: MultiCharts .NET
Topic: InstrumentDataRequest > Daily > Build from minutes
Replies: 3
Views: 2631

InstrumentDataRequest > Daily > Build from minutes

Hello, I am currently trying to receive daily data for n-Days back of a specific bar within an intraday Chart. So far no problem to request data with usage of the DataLoader . The only Problem I have with this is that I can not set the "Build from minutes"-Attribute for InstrumentDataRequest.Resolut...

Go to advanced search