- ago
Hello, is it possible to import minutes historical Data to Data Sets using ACSII Data provider.
I see Daily scale at ACSII Data provider for now.

kind regards
Anton.


ACSII data provider is good enough for standard subscription.
0
181
Solved
3 Replies

Reply

Bookmark

Sort
- ago
#1
I see that the DataSets tree is highlighted rather the intraday ASCII DataSet itself.
0
- ago
#2
there is GAZP ticker in the list of ACSII csv data. The size of file is 181 mb and it is minutes bars of data. When do new data set with ACSII data time of every minute bar is on and in data set is Daily scale.



when I continue with current data set I see this also:

System.NullReferenceException: Object reference not set to an instance of an object.
at WealthLab.Data.HistoricalDataValet.InsertWriter(DataProviderBase init, String reg, HistoryScale tag, DateTime instance2, DateTime ident3, Int32 cfg4, DataRequestOptions spec5)
at WealthLab.Data.HistoricalDataValet.ComputeWriter(String item, HistoryScale ord, DateTime dic, DateTime res2, Int32 col3, DataRequestOptions key4)
at WealthLab.Data.HistoricalDataValet.GetHistory(String symbol, HistoryScale scale, DateTime start, DateTime end, Int32 maxBars, DataRequestOptions cb)
at WealthLab8.MainController.GetHistory(String symbol, HistoryScale scale, DateTime startDate, DateTime endDate, Int32 maxBars, DataRequestOptions cb)
at WealthLab.ChartWPF.Chart.<>c__DisplayClass131_0.FillSetter()
at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state)

--- End of stack trace from previous location ---
at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread)
--- End of stack trace from previous location ---
at WealthLab.ChartWPF.Chart.InterruptInterceptor(Boolean requiresconfig, DataSet map)
at System.Threading.Tasks.Task.<>c.<ThrowAsync>b__128_0(Object state)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)


The error appears when choosing scale at chart window form.

There was no such texts with minutes bars at Wealth Lab 6

I think something with threads approach over there is not quit enough.
0
Cone8
 ( 23.78% )
- ago
#3
It seems that the ASCII source is not set up properly to parse the intraday timestamps.
Delete the DataSet, and try again.

If you can't figure it out, upload the file somewhere and send the link to support@weatlh-lab.com.
0
Best Answer

Reply

Bookmark

Sort