|
GS
2012-10-05 07:37:16
|
|
This morning just after trading began at NSE, some freak trade happened and index (spot) was down nearly 700 points within almost no time, for a while trading was stopped at the exchange and was resumed after some time. The 1 minute data using google server which came during this period was really erroneous and it would be better if we have means to remove. How do we do this in QS?
|
|
|
|
QuantShare
2012-10-05 10:54:34
0
|
|
Select "Data -> Edit Databases" then "Intraday" next to "choose database".
After you select a symbol, right click on the table to remove one or several rows.
Click on "Save".
|
|
|
|
GS
2012-10-05 11:09:05
0
|
|
OK, but this is for just one symbol, I have ~900, and would like to remove data from 9:45am till 10:05am. Is it possible to remove these rows in bulk for all the symbols just by one command?
|
|
|
|
QuantShare
2012-10-05 11:26:48
0
|
|
In "Data -> Edit Databases", select "Manage Databases" tab.
Currently, you can only select dates (no time). Time control will be added in the next release.
Another solution is to use the script editor.
|
|
|
|
GS
2012-10-05 11:59:38
0
|
|
OK, I never used script editor for such purpose, could you please guide me to do so?
|
|
|
|
QuantShare
2012-10-05 12:51:21
0
|
|
You must read data using "Quotes.GetIntradayQuotes", update it then save it with "Quotes.SaveIntradayQuotes".
You must have some programming knowledge.
|
|
|
|