Click here to Login

Trading Software Trading objects Features How-to Blog Search


                                                   Guru check this link

  1

0
srishail
2010-10-28 13:36:45


http://www.4shared.com/get/1TWtvFOV/Stock_Alert.html , Guru check this excel sheet so that you can improve intraday real time mode on quantshare for nse.


QuantShare
2010-10-28 14:42:01

  0

Best Answer
The item you are using is just a downloader. The real-time version of QuantShare is not yet released.

If you want to download the last quotes automatically every 1 minute:

- Open the downloader (Intraday Data for NSE Stocks) and set the field "Number of past days" to 1.
- Select Tools -> Script Editor.
- Create a new file
- Type the following formula:

int seconds = 60;
while(true)
{
Chart chart = Charts.GetSelectedChart();
if(chart != null)
{
string[] symbols = new string[1];
symbols[0] = chart.SymbolName;
string[] fields = new string[1];
fields[0] = "Number of past days=1";
Downloader.DownloadData("", "Intraday Data for NSE Stocks", true, symbols, fields);
App.Main.Sleep(1000 * seconds); // Do not change this - It may crash your PC if you change it
Charts.GetSelectedChart().Update();
}
else
{
App.Main.Sleep(1000 * seconds); // Do not change this - It may crash your PC if you change it
}
}

- Save it (File -> Save)
- Select Settings -> Add Current Script to Bookmark Panel
- In the Bookmarket Panel (under the Menu, Symbols and Drawing buttons) double click on the script to execute it. Double click again to stop it.





Intraday Data for NSE Stocks (by QuantShare, uploaded several months ago)
No notes

Rate an item Rate an item Rate an item Rate an item Rate an item Number of downloads Notes Report an item

No more messages
0




Reply:

No html code. URLs turn into links automatically.

Type in the trading objects you want to include: - Add Objects
To add a trading object in your message, type in the object name, select it and then click on "Add Objects"










QuantShare

Trading Items
Insider trading data
S&P CNX Nifty Index Futures
Stock News from Articles, Bloggers, Columnists, Traders and Analy...
Trade-Ideas Intraday Screener
AAA Corporate Bond Yield Forecast

How-to Lessons
How to quickly select stocks based on the last value of a databas...
How to download Portfolio123 data into QuantShare
How to download historical quotes of indices
How to associate an index with a list of stocks
How to get stocks for a particular index using the global script

Related Forum Threads
guru link problem
guru ,Accumulation Swing Index(asi)
guru . on chart
guru ,QS crashing
guru ,Help in formula

Blog Posts
What's new in this trading software?
9 mistakes you should avoid when backtesting an end-of-day stock ...
6 places to download historical intraday Forex quotes data for fr...
Day Trading: A trading system that combines intraday and EOD data
Example of a trading system implemented in QuantShare Software









QuantShare
Product
QuantShare
Features
Create an account
Affiliate Program
Support
Contact Us
Trading Forum
How-to Lessons
Manual
Company
About Us
Privacy
Terms of Use

Copyright © 2012 QuantShare.com
Social Media
Follow us on Facebook
Twitter Follow us on Twitter
Google+
Follow us on Google+
RSS Trading Items