Posted 12/26/2007 04:19:15
|
|
|
|
When does GetBarCount get called in the Data Base data Store?
|
|
Posted 12/26/2007 07:57:47
|
|
|
|
| Are you asking when it gets called within the store code itself? I don't believe it does. But it does get called in various places within RightEdge, namely in the Watchlist code. kaizen (12/26/2007) When does GetBarCount get called in the Data Base data Store?
|
|
Posted 12/28/2007 06:59:51
|
|
|
|
I could not see when why it was called. So was trying to figure what it did.
I have just updated my data download adapter to ensure it updates previous bars which may have been open when downloading data and thus may have a different close value on them.
|
|
Posted 2/23/2010 04:11:46
|
|
|
|
| I have complied the sample project in vs 2008,the RE version is 2010.but it reported error , error 5 “DatabaseDataStore” Does not implement interface member “RightEdge.Common.IBarDataStorage.GetBarCount(RightEdge.Common.SymbolFreq, System.DateTime, System.DateTime)” C:\Users\Administrator\AppData\Roaming\Yye Software\RightEdge\2010.1.0.0\Samples\C#\DatabaseDataStore\DatabaseDataStore.cs 19 14 DatabaseDataStore
Is the sampel project obsolete?
|
|
Posted 2/28/2010 13:43:01
|
|
|
|
I think that sample project is out of date. We have released the full source code for our data storage plugins, so I'd recommend using that. See this post for how to get the source.
Thanks,
Daniel
|
|
|
|