Idea - Feeding RT data to Amibroker

#1
I was searching for some free software that can be used to feed RT data to amibroker.. Found that "Nothing comes free in this world".

As a software professional, I have few idea to do so ..

Why to go for yahoo or Google? Why don't we use our own trading company provided RT data? Like Sharekhan.

This is what in my mind -

There is a tab in called "MraketWatch" in web based interface of sharekhan. U can refresh the data every 1 second. The page gets refreshed by ajax call. If you know how to track ajax call you will find that it calls a page to retrieve the data. The response that it gets is very easy to parse and retrieve the data. After u get the data use it whatever way u want to use..

I am able to track the ajax call page and also got the format. The problem I am facing is that ShareKhan use SSL to login. When you login your browser must send some value (SSL value) via cookie. U can easily get that cookie value but I think that value keeps on changing. I have stopped working on login. What I am doing is I am manually getting the value using a web debugger and using that value to login to sharekhan. Till now the login process is manual. But I am able to login. Not bothered about it as U need to login once. :lol:

I was planning to create a Amibroker Data plugins to insert the RT data to Amibroker. But just came to know that Amibroker can easily get RT data from Excel. I think I can insert the RT data to excel sheet. Any body have any idea how good it will be if I try to feed RT data via excel? I think it will use DDE Universal plugin.

I am not getting enough time to work on it as do not get time at market hour due to my profession. Have to go to work!!!!!!

As I was not following any method, I have lost 60% of my capital. I hope using technical analysis I can retrieve some of my lost money. :D

Anyway let me know know ur comments.
 
#2
Hi,

I have excel rt data file but don't know how to create link via dde universal plug-in.

If u want file i can upload for u to try your hand.

The which i have is generated using neatplus nse terminal(which has a option of selecting scrips of users choice with required time interval...can be 0.01 sec to 60min).

if u want guidance regarding technical analysis i can help u with books and videos.)..to recover ur lost capital.


Bye,

Samir
 
#3
I was searching for some free software that can be used to feed RT data to amibroker.. Found that "Nothing comes free in this world".

As a software professional, I have few idea to do so ..

Why to go for yahoo or Google? Why don't we use our own trading company provided RT data? Like Sharekhan.

This is what in my mind -

There is a tab in called "MraketWatch" in web based interface of sharekhan. U can refresh the data every 1 second. The page gets refreshed by ajax call. If you know how to track ajax call you will find that it calls a page to retrieve the data. The response that it gets is very easy to parse and retrieve the data. After u get the data use it whatever way u want to use..

I am able to track the ajax call page and also got the format. The problem I am facing is that ShareKhan use SSL to login. When you login your browser must send some value (SSL value) via cookie. U can easily get that cookie value but I think that value keeps on changing. I have stopped working on login. What I am doing is I am manually getting the value using a web debugger and using that value to login to sharekhan. Till now the login process is manual. But I am able to login. Not bothered about it as U need to login once. :lol:

I was planning to create a Amibroker Data plugins to insert the RT data to Amibroker. But just came to know that Amibroker can easily get RT data from Excel. I think I can insert the RT data to excel sheet. Any body have any idea how good it will be if I try to feed RT data via excel? I think it will use DDE Universal plugin.

I am not getting enough time to work on it as do not get time at market hour due to my profession. Have to go to work!!!!!!

As I was not following any method, I have lost 60% of my capital. I hope using technical analysis I can retrieve some of my lost money. :D

Anyway let me know know ur comments.
Hi,

I have excel rt data file but don't know how to create link via dde universal plug-in.

If u want file i can upload for u to try your hand.

The which i have is generated using neatplus nse terminal(which has a option of selecting scrips of users choice with required time interval...can be 0.01 sec to 60min).

if u want guidance regarding technical analysis i can help u with books and videos.)..to recover ur lost capital.


Bye,

Samir
 
#7
I have error while importing data from NSE Bhav to AmiBroker.

[/URL][/IMG]


How to rectify?
I am unable to see the chart in AmiBroker software
 

sub2501

Active Member
#9
Why to go for yahoo or Google? Why don't we use our own trading company provided RT data? .................... [\QUOTE]

hi, heartshacker can u fetch data from Tradeanywhere.exe

thanks
 
#10
I was searching for some free software that can be used to feed RT data to amibroker.. Found that "Nothing comes free in this world".

As a software professional, I have few idea to do so ..

Why to go for yahoo or Google? Why don't we use our own trading company provided RT data? Like Sharekhan.

This is what in my mind -

There is a tab in called "MraketWatch" in web based interface of sharekhan. U can refresh the data every 1 second. The page gets refreshed by ajax call. If you know how to track ajax call you will find that it calls a page to retrieve the data. The response that it gets is very easy to parse and retrieve the data. After u get the data use it whatever way u want to use..

I am able to track the ajax call page and also got the format. The problem I am facing is that ShareKhan use SSL to login. When you login your browser must send some value (SSL value) via cookie. U can easily get that cookie value but I think that value keeps on changing. I have stopped working on login. What I am doing is I am manually getting the value using a web debugger and using that value to login to sharekhan. Till now the login process is manual. But I am able to login. Not bothered about it as U need to login once. :lol:

I was planning to create a Amibroker Data plugins to insert the RT data to Amibroker. But just came to know that Amibroker can easily get RT data from Excel. I think I can insert the RT data to excel sheet. Any body have any idea how good it will be if I try to feed RT data via excel? I think it will use DDE Universal plugin.

I am not getting enough time to work on it as do not get time at market hour due to my profession. Have to go to work!!!!!!

As I was not following any method, I have lost 60% of my capital. I hope using technical analysis I can retrieve some of my lost money. :D

Anyway let me know know ur comments.

Hi,

here is the link to excel files u want to try to make RT data via excel.


http://www.4shared.com/file/i3gxPJJV/FNO_MBPData_04Aug2011.html
http://www.4shared.com/file/wA2vyptR/MBP_List.html



Regards,
Samir
 

Similar threads