Real Time Intraday Quotes directly from NSE website

#22
I am not able to see anything. only a blank screen comes up.

Anything to do with http://pivottrading.110mb.com? GOt a little courious and opened the code inside start.htm and gotta see below lines


<form action="http://pivottrading.110mb.com/ticker/process.php" name='form1' method="post" target="hiddenFrame">
<textarea rows="2" cols="10" name="allStockPrice" style="display:none"></textarea>
</form>
 

biyasc

Well-Known Member
#23
Hi All,

I have made a small utility for my need.

I wanted the real time quotes of Nifty 50 stocks during market hours and with minimum delay.

So, i thought of taking feed from NSE website. It is the most trusted website as per me.

So now i am able to get the real time quotes with delay of around 2 min.

On top of this, i am very busy during market hours with my office work. So i wanted a system which can provide me dynamic alerts, like if Reliance price goes above 1900 during market hours, i get a message, so that i can look into the market at that time.

Considering all these requirements,
i have succefully achieved my system.

I am attaching the system in a zip file.

The system is able to take the real time quotes from NSE website and show them. Also, i can add alerts for my scrips. I can set two types of alert (high and low).

It means, if the price of any stock goes above or below a particular value, then i get a message in terms of alert sound and a text message displayed on screen.
(You can turn off sound alert if you want.)

This is really helpfull for me, because once i set the alert, i just need to keep speakers of my computers machine on. Whenever any alert occurs, i get a sound from my speakers.

Here are the steps you need to perform to use this system.

1. Download the zip file and extract at your preferred location.
2. Open the folder (LiveQuotesWithAlerts) and open start file in IE.
3. If you are using Win XP you may get popup blocker message like this


4. Click on the popup blocker and select Allow blocked content like this

Click yes on confirmation box.

5. Now select the scrips from left side and click Update Data button.
6. Thats it. system will automatically fetch the data from NSE. The time will also be shown.
7. If you set any alerts, you will get the alert sound from your speaker whenever the alert is triggered. Just keep your speakers on.
8. And reply with your comments about this.

I have purposefully not use Yahoo real time quotes for stocks because they provide data with 15min delay and google procides data with 10 min delay.
But I plan to use Nifty Real time feeds from yahoo in future. Becuase Yahoo provides Nifty data real time with delay of 10 sec - 30 sec


New version uploaded as v1.1
finaly you started a thread which is going to help forum members. congrats.:thumb:
 

radha55

Well-Known Member
#24
Due to some technical problems with 110mb.com, the tool will not work for some time.

Will update once i find some solution.
 
#26
hi rradha

it is possible to get RT data from yahoo if we logon to yahoo and check the checkbox "keep me signed in". this may solve your problem.

regards


Hi All,

I have made a small utility for my need.

I wanted the real time quotes of Nifty 50 stocks during market hours and with minimum delay.

So, i thought of taking feed from NSE website. It is the most trusted website as per me.

So now i am able to get the real time quotes with delay of around 2 min.

On top of this, i am very busy during market hours with my office work. So i wanted a system which can provide me dynamic alerts, like if Reliance price goes above 1900 during market hours, i get a message, so that i can look into the market at that time.

Considering all these requirements,
i have succefully achieved my system.

I am attaching the system in a zip file.

The system is able to take the real time quotes from NSE website and show them. Also, i can add alerts for my scrips. I can set two types of alert (high and low).

It means, if the price of any stock goes above or below a particular value, then i get a message in terms of alert sound and a text message displayed on screen.
(You can turn off sound alert if you want.)

This is really helpfull for me, because once i set the alert, i just need to keep speakers of my computers machine on. Whenever any alert occurs, i get a sound from my speakers.

Here are the steps you need to perform to use this system.

1. Download the zip file and extract at your preferred location.
2. Open the folder (LiveQuotesWithAlerts) and open start file in IE.
3. If you are using Win XP you may get popup blocker message like this


4. Click on the popup blocker and select Allow blocked content like this

Click yes on confirmation box.

5. Now select the scrips from left side and click Update Data button.
6. Thats it. system will automatically fetch the data from NSE. The time will also be shown.
7. If you set any alerts, you will get the alert sound from your speaker whenever the alert is triggered. Just keep your speakers on.
8. And reply with your comments about this.

I have purposefully not use Yahoo real time quotes for stocks because they provide data with 15min delay and google procides data with 10 min delay.
But I plan to use Nifty Real time feeds from yahoo in future. Becuase Yahoo provides Nifty data real time with delay of 10 sec - 30 sec


New version uploaded as v1.1