Support Board
Date/Time: Thu, 09 Jan 2025 19:39:54 +0000
PermData Storage and historical tick data
View Count: 861
[2016-08-08 19:02:14] |
User203925 - Posts: 40 |
Hello Sierra Chart, I am working on a piece of software that I need a lot of intra bar historical tick data AND how my indicators change based on the historical tick data. I am trying to "train" a piece of software so it can learn from the price fluctuations and the changes in the indicators. With that said: 1) Is it possible to increase PermData Storage from 512b to ........? 2) If no, is it possible to save the data every 5 minutes and create multiple files on the disk so I can then just combine the data into one CSV file? 3) Is it possible to save intra bar data for everybar and not just the high, low, close, etc for each bar? I work from 12 different sized tick charts with 3 indicators per chart so I have a lot of data to save. If you could point me in the right direction I would be grateful. I looked up PermData in Sierra but I just want to be sure before I go and start coding the solution. Date Time Of Last Edit: 2016-08-08 19:03:04
|
[2016-08-08 19:16:02] |
User203925 - Posts: 40 |
Can you make this post public? I don't know why it is private
|
[2016-08-08 20:55:45] |
Sierra Chart Engineering - Posts: 104368 |
1. No. 2. Save what data? 3. Yes. Refer to: Tick by Tick Data Configuration This thread is public. Sierra Chart Support - Engineering Level Your definitive source for support. Other responses are from users. Try to keep your questions brief and to the point. Be aware of support policy: https://www.sierrachart.com/index.php?l=PostingInformation.php#GeneralInformation For the most reliable, advanced, and zero cost futures order routing, *change* to the Teton service: Sierra Chart Teton Futures Order Routing Date Time Of Last Edit: 2016-08-08 20:56:08
|
[2016-08-09 22:40:46] |
User203925 - Posts: 40 |
Thank you and sorry but one more issue. When I parse the data and insert #include <iostream> #include <fstream> I receive the following errors: Error 6 error LNK2019: unresolved external symbol __CrtDbgReportW referenced in function "void __cdecl std::_Debug_message(wchar_t const *,wchar_t const *,unsigned int)" (?_Debug_message@std@@YAXPB_W0I@Z) C:\Users\mngcoffee\Documents\Visual Studio 2013\Projects\Percentage Price Oscillator Storage V1\Percentage Price Oscillator\libcpmtd.lib(stdthrow.obj) Percentage Price Oscillator Error 7 error LNK1120: 1 unresolved externals C:\SierraChart\Data\Percentage Price Oscillator.dll Percentage Price Oscillator When I remove the reference to the libraries, the solution compiles. Any ideas why this occurring? |
[2016-08-10 04:02:40] |
Sierra Chart Engineering - Posts: 104368 |
We do not know why this is happening. This is very advanced debugging that we cannot provide help with. Although follow the instructions here to make sure you have included the header files in the proper order: Advanced Custom Study Interface and Language (ACSIL): Using Additional Header Files Sierra Chart Support - Engineering Level Your definitive source for support. Other responses are from users. Try to keep your questions brief and to the point. Be aware of support policy: https://www.sierrachart.com/index.php?l=PostingInformation.php#GeneralInformation For the most reliable, advanced, and zero cost futures order routing, *change* to the Teton service: Sierra Chart Teton Futures Order Routing Date Time Of Last Edit: 2016-08-10 04:03:03
|
[2016-08-10 16:57:49] |
User203925 - Posts: 40 |
Okay, Thank you for the response and the link!
|
[2016-08-12 15:16:52] |
User203925 - Posts: 40 |
For community sake if you are having issues implementing the fstream or ostream libraries with MSVS2013 I would recommend following: 1) Right click on the name of your project in the solution explorer window. 2) Click on 'Properties' 3) Go to 'C/C++'-> 'Code Generation'-> 'Runtime Library' 4) Change 'Runtime Library' from Multithread to Inherit from Parent or leave it blank. This should get rid of the error messages while debugging. |
To post a message in this thread, you need to log in with your Sierra Chart account: