Click here to Login





                                                   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 Tom Huggens, 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
Stock News from Articles, Bloggers, Columnists, Traders and Analy...
BSE historical data
Triple Period Indicator
Number of Potential Splits per Trading Day
EOD Data for Muscat Securities Market

How-to Lessons
How to quickly select stocks based on the last value of a databas...
How to create a watchlist
How to download and use U.S. stocks earnings data
How to download historical quotes of indices
How to associate an index with a list of stocks

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?
Lock, Link and Undock your Charts
Getting Accurate Backtesting Results: Survivorship bias-free S&P ...
German Stock Exchanges: 5 free ways to download historical EOD/In...
9 mistakes you should avoid when backtesting an end-of-day stock ...









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 © 2024 QuantShare.com
Social Media
Follow us on Facebook
Twitter Follow us on Twitter
Google+
Follow us on Google+
RSS Trading Items



Trading financial instruments, including foreign exchange on margin, carries a high level of risk and is not suitable for all investors. The high degree of leverage can work against you as well as for you. Before deciding to invest in financial instruments or foreign exchange you should carefully consider your investment objectives, level of experience, and risk appetite. The possibility exists that you could sustain a loss of some or all of your initial investment and therefore you should not invest money that you cannot afford to lose. You should be aware of all the risks associated with trading and seek advice from an independent financial advisor if you have any doubts.