Search found 3 matches

by chris1206
08 Aug 2013
Forum: MultiCharts .NET
Topic: Bug IDataLoaderResult
Replies: 2
Views: 2088

Re: Bug IDataLoaderResult

FromTo is also incorrect, but i found a Solution for this bug... InstrumentDataRequest request = Bars.Request; request.Range = DataRequest.CreateBarsBack(DateTime.Now, Bars.FullSymbolData.Count); This works fine, also in RealTime. You must declare the Range separately.... Please focus on my third to...
by chris1206
07 Aug 2013
Forum: MultiCharts .NET
Topic: Bug DataRequestType
Replies: 1
Views: 1952

Bug DataRequestType

Hello, in a Chart Window, the Output is correct. But in PortfolioBacktester, the Output is wrong.... (Multichart.net 8.7, some the other post) using System; using System.Drawing; using System.Linq; using PowerLanguage.Function; using ATCenterProxy.interop; namespace PowerLanguage.Strategy { public c...
by chris1206
07 Aug 2013
Forum: MultiCharts .NET
Topic: Bug IDataLoaderResult
Replies: 2
Views: 2088

Bug IDataLoaderResult

Hello, I used the code with ES #F (1000 barsback) and got only the value of 128 for countbars.... With FromTo, everything is ok! using System; using System.Drawing; using System.Linq; using System.Collections.Generic; using PowerLanguage.Function; namespace PowerLanguage.Strategy { public class CST_...

Go to advanced search