Traderji.com - Discussion forum for Stocks Commodities & Forex

Amibroker and Free Intraday Data ( Real time ) !

Discuss Amibroker and Free Intraday Data ( Real time ) ! at the Intraday within the Traderji.com - Discussion forum for Stocks Commodities & Forex; Hi all, I dont know how far or how well it works but i found ...


Go Back   Traderji.com - Discussion forum for Stocks Commodities & Forex > TOOLS & RESOURCES > Data Feeds > Intraday



Advertise Here

Reply
 
Thread Tools
  #1  
Old 12th June 2007, 02:54 PM
Banned
 
Join Date: Dec 2004
Posts: 761
Thanks: 0
Thanked 15 Times in 15 Posts
amarnath is on a distinguished road
Thumbs up Amibroker and Free Intraday Data ( Real time ) !


Hi all,

I dont know how far or how well it works but i found a file that explain to get yahoo data to AB free , just try you luck and if possible make better documentation for it.

Hello Everyone,

This is the way I take free REALTime Data from yahoo ( free of any 3rd party progs or plugins) only with amiquote and amibroker.

VERY VERY IMP FIRST YOU TAKE A FULL BACKUP OF YOUR AMIBROKER DIRECTORY . This is very important.

We now start with the operation Realtime Yahoo Free

First the basics to get it clear so that u should also understand what we are doing ok

You all must have used amiquote earlier with yahoo current. If u take nseyahoosymols as tls files and load it in amibroker u get data from yahoo but till now it was delayed even if are logged in yahoo

But the recent amiquote has an option to allow yahoo cookies after u are logged in yahoo finance so that was an hidden additional feature which many didn’t took it seriously but it is the same thing what other softwares made here in INDIA which many are using it for realtime data from yahoo to ami. They all say one thing first log in with ur id at yahoo finance to get rt data . Here we also have to log in yahoo finace and keep logged to get rt data with amiquote ok

Now what happens when u run amiquote & what type of data it gets which we use it for realtime basis

1ST YAHOO DON’T GIVE DATA LESS THAN 1 MINUTE BECAUSE IT DOESN’T HAVE TIMESTAMP LESS THAN A MINUTE.
SECONDLY IT DOESN’T GIVES U Indian makt hours in the time stamp so how can we have that in amiroker.
Over to that

1st make a new database in amibroker as amitry as per below given method
keep base time interval as tick
then in intraday settings
select 24 hours
time 9:30 to 15:30
select exchange time/ local ( I have yet to see the differencr in this feature)
then in the below given box timeshift write 10
now after u click on ok
u have to click on create so an empty database is created
BUT AFTER U DO THAT U HAVE TO SAVE THIS EMPTY DATBASE SO THAT THE TIMESHIFT IS RECORDED IN IT.
After u do close ami and reopen and load this amitry database
Then click from file menu database settings
And go to intraday settings and recheck that the 10 which we have put in the time shift box is intact If it shows as 0 read zero change it to 10 and again save the database Now it will be fixed.

Actually with 10 we would be ahead by some 30 minutes with ref to our mkt time. We
At present cant do anything because the time shift as taken my amibroker can only take in hours it does not take minutes .

I think Only Tomaz can help it because if he wants he can allow hours & minutes.

Normally the time shift should be in 30 mins slab. I don’t know why it is kept as only hours. Anyway we have to bear with this BUG after all we are going to get free data in RT mode ok
Now very imp part
How amiquote gets data from yahoo afterlogged in
The file which amiquote gets is 1 or more files depending on the symbols u have in ur tls file
But that is the input for amibroker to put the data in amibroker chart ok

"ABB.NS","ABB LTD.",3730.20,"4/13/2007","6:00am",+77.30,3669.00,3755.00,3623.00,7755 4
"ACC.NS","ASSOCIATED CEMENT",749.95,"4/13/2007","6:00am",+23.60,729.85,750.00,726.00,822345
"ALBK.NS","ALLAHABAD BANK",73.05,"4/13/2007","6:00am",+0.95,70.20,73.80,70.20,111529
"ALOKTEXT.NS","ALOK INDUSTRIES L",59.05,"4/13/2007","6:00am",+0.20,55.00,60.00,55.00,81295

ok and with what is this data updated I mean .format file the name of the format file is aqd.format which u can change it to .txt file and load it in notepad
It looks like this
# AmiQuote daily download format (.AQD extension)
# Revision 1.1 (previous version had missing Date_MDY field)
# Revision 1.2 (added $STRICT 1)
$FORMAT Ticker,FullName,Close,Date_MDY,Skip,Skip,Open,High ,Low,Volume
$SKIPLINES 0
$SEPARATOR ,
$DEBUG 1
$AUTOADD 1
$CONT 1
$GROUP 254
$BREAKONERR 0
$STRICT 1

We have to change this as below to put in the realtime data from yahoo to amibroker with out any 3 rd party progs
SO here is the modified aqd.format for rt data

# AmiQuote daily download format (.AQD extension)
# Revision 1.1 (previous version had missing Date_MDY field)
# Revision 1.2 (added $STRICT 1)
# Revised for RT data from yahoo in Rt mode
$FORMAT Ticker,FullName,Close,Date_MDY,Time,Skip,Skip,Skip ,Skip,Volume
$SKIPLINES 0
$SEPARATOR ,
$DEBUG 1
$AUTOADD 1
$CONT 1
$GROUP 254
$BREAKONERR 0
$STRICT 1

copy this above and save it to format dir as aqd.format.rt for time being
ok now change the old filename aqd.format to aqd.format.eod
and again rename our newly mad aqd.format.rt to aqd.format

Now close all progs esp amibroker & amiquote
Before our Indian mkt starts at 9:55
We have to 1st log in yahoo finance
Then start amibroker and load amitry database ( u can use any name I have used it as amitry ok)
Then fire up Amiquote and load the nse yahoo symbol.tls
And select yahoo current and click the green so that it starts running also select the
Autoimport box and put 1 in run every one minute

This is the secret to get FREE RT DATA IN RT MODE IN AMIBROKER.

ONLY THING IS YAHOO DON’T GIVE BARWISE VOLS
SO U HAVE TO MAKE AN AFL FOR VOLUME TO DEDUCT THE PREVIOUS BARS VOLUME FROM CURRENT AR VOLUME TO GET THE TRUE BAR WISE VOLUME
My SUGGESTION IS TO USE ANY TIMEFRAME GREATER THAN 3 MINUTE BARS TO GET A REAL TRUE PICTURE

The only thing I would request Tomaz here again and I think this the 3rd time I have made this request to make the timeshift atleast in half hour 30 mins slabs than the current 1 hour slabs

Even in windows reginal settings the time slabs are in 30 mins
All the credit here goes to Tomaz for his recent feature addition in amiquiote to allow recognize yahoo cookies.
This whole game is based on yahoo cookies after u are logged in yahoo finance…
Reply With Quote
The Following User Says Thank You to amarnath For This Useful Post:
cure (17th September 2009)
Sponsored Links
  #2  
Old 12th June 2007, 06:20 PM
Member
 
Join Date: Jul 2005
Posts: 633
Thanks: 115
Thanked 453 Times in 153 Posts
kenneth is a glorious beacon of lightkenneth is a glorious beacon of lightkenneth is a glorious beacon of lightkenneth is a glorious beacon of lightkenneth is a glorious beacon of light
Default Re: Amibroker and Free Intraday Data ( Real time ) !

http://www.traderji.com/data-feeds/1...-amiroker.html
Reply With Quote
  #3  
Old 27th June 2007, 06:40 PM
Member
 
Join Date: Mar 2006
Posts: 11
Thanks: 1
Thanked 1 Time in 1 Post
kunaljs99 is on a distinguished road
Default Re: Amibroker and Free Intraday Data ( Real time ) !

sir excellent suggestion it works i can download but how to use tat data in charts can u guide???
Reply With Quote
  #4  
Old 4th January 2008, 03:18 PM
Member
 
Join Date: May 2006
Posts: 124
Thanks: 24
Thanked 25 Times in 11 Posts
MaxBombay is on a distinguished road
Default Re: Amibroker and Free Intraday Data ( Real time ) !

excellent post you made my day
Reply With Quote
  #5  
Old 6th January 2008, 04:29 PM
Member
 
Join Date: Oct 2007
Posts: 46
Thanks: 1
Thanked 5 Times in 5 Posts
dipakvkotak is on a distinguished road
Default Re: Amibroker and Free Intraday Data ( Real time ) !

how to update amibroker data
Reply With Quote
  #6  
Old 8th January 2008, 03:45 AM
Member
 
Join Date: Nov 2007
Posts: 21
Thanks: 0
Thanked 0 Times in 0 Posts
umrperumal is on a distinguished road
Default Re: Amibroker and Free Intraday Data ( Real time ) !

Mr Amarnath, does this source provide data for Nifty futures also. ?
Reply With Quote
  #7  
Old 12th February 2008, 08:06 PM
Banned
 
Join Date: Dec 2004
Posts: 761
Thanks: 0
Thanked 15 Times in 15 Posts
amarnath is on a distinguished road
Default Re: Amibroker and Free Intraday Data ( Real time ) !

Quote:
Originally Posted by umrperumal View Post
Mr Amarnath, does this source provide data for Nifty futures also. ?
No it doesn't get futures and this only like fetching data from *****
Reply With Quote
  #8  
Old 12th February 2008, 09:06 PM
Member
 
Join Date: Jul 2006
Location: Pune
Posts: 424
Thanks: 319
Thanked 54 Times in 36 Posts
Raju will become famous soon enough
Default Re: Amibroker and Free Intraday Data ( Real time ) !

Does it provide real-time data Intraday . I am trying to experiment / use TA S/W , but don't know hich one to try to get signal ..
Reply With Quote
  #9  
Old 22nd July 2008, 03:19 PM
Member
 
Join Date: Apr 2005
Posts: 62
Thanks: 1
Thanked 4 Times in 3 Posts
sramrutia is on a distinguished road
Default Re: Amibroker and Free Intraday Data ( Real time ) !

Quote:
Originally Posted by amarnath View Post
Hi all,

I dont know how far or how well it works but i found a file that explain to get ***** data to AB free , just try you luck and if possible make better documentation for it.

Hello Everyone,

This is the way I take free REALTime Data from ***** ( free of any 3rd party progs or plugins) only with amiquote and amibroker.

VERY VERY IMP FIRST YOU TAKE A FULL BACKUP OF YOUR AMIBROKER DIRECTORY . This is very important.

We now start with the operation Realtime ***** Free

First the basics to get it clear so that u should also understand what we are doing ok

You all must have used amiquote earlier with ***** current. If u take nse*****symols as tls files and load it in amibroker u get data from ***** but till now it was delayed even if are logged in *****

But the recent amiquote has an option to allow ***** cookies after u are logged in ***** finance so that was an hidden additional feature which many didn’t took it seriously but it is the same thing what other softwares made here in INDIA which many are using it for realtime data from ***** to ami. They all say one thing first log in with ur id at ***** finance to get rt data . Here we also have to log in ***** finace and keep logged to get rt data with amiquote ok

Now what happens when u run amiquote & what type of data it gets which we use it for realtime basis

1ST ***** DON’T GIVE DATA LESS THAN 1 MINUTE BECAUSE IT DOESN’T HAVE TIMESTAMP LESS THAN A MINUTE.
SECONDLY IT DOESN’T GIVES U Indian makt hours in the time stamp so how can we have that in amiroker.
Over to that

1st make a new database in amibroker as amitry as per below given method
keep base time interval as tick
then in intraday settings
select 24 hours
time 9:30 to 15:30
select exchange time/ local ( I have yet to see the differencr in this feature)
then in the below given box timeshift write 10
now after u click on ok
u have to click on create so an empty database is created
BUT AFTER U DO THAT U HAVE TO SAVE THIS EMPTY DATBASE SO THAT THE TIMESHIFT IS RECORDED IN IT.
After u do close ami and reopen and load this amitry database
Then click from file menu database settings
And go to intraday settings and recheck that the 10 which we have put in the time shift box is intact If it shows as 0 read zero change it to 10 and again save the database Now it will be fixed.

Actually with 10 we would be ahead by some 30 minutes with ref to our mkt time. We
At present cant do anything because the time shift as taken my amibroker can only take in hours it does not take minutes .

I think Only Tomaz can help it because if he wants he can allow hours & minutes.

Normally the time shift should be in 30 mins slab. I don’t know why it is kept as only hours. Anyway we have to bear with this BUG after all we are going to get free data in RT mode ok
Now very imp part
How amiquote gets data from ***** afterlogged in
The file which amiquote gets is 1 or more files depending on the symbols u have in ur tls file
But that is the input for amibroker to put the data in amibroker chart ok

"ABB.NS","ABB LTD.",3730.20,"4/13/2007","6:00am",+77.30,3669.00,3755.00,3623.00,7755 4
"ACC.NS","ASSOCIATED CEMENT",749.95,"4/13/2007","6:00am",+23.60,729.85,750.00,726.00,822345
"ALBK.NS","ALLAHABAD BANK",73.05,"4/13/2007","6:00am",+0.95,70.20,73.80,70.20,111529
"ALOKTEXT.NS","ALOK INDUSTRIES L",59.05,"4/13/2007","6:00am",+0.20,55.00,60.00,55.00,81295

ok and with what is this data updated I mean .format file the name of the format file is aqd.format which u can change it to .txt file and load it in notepad
It looks like this
# AmiQuote daily download format (.AQD extension)
# Revision 1.1 (previous version had missing Date_MDY field)
# Revision 1.2 (added $STRICT 1)
$FORMAT Ticker,FullName,Close,Date_MDY,Skip,Skip,Open,High ,Low,Volume
$SKIPLINES 0
$SEPARATOR ,
$DEBUG 1
$AUTOADD 1
$CONT 1
$GROUP 254
$BREAKONERR 0
$STRICT 1

We have to change this as below to put in the realtime data from ***** to amibroker with out any 3 rd party progs
SO here is the modified aqd.format for rt data

# AmiQuote daily download format (.AQD extension)
# Revision 1.1 (previous version had missing Date_MDY field)
# Revision 1.2 (added $STRICT 1)
# Revised for RT data from ***** in Rt mode
$FORMAT Ticker,FullName,Close,Date_MDY,Time,Skip,Skip,Skip ,Skip,Volume
$SKIPLINES 0
$SEPARATOR ,
$DEBUG 1
$AUTOADD 1
$CONT 1
$GROUP 254
$BREAKONERR 0
$STRICT 1

copy this above and save it to format dir as aqd.format.rt for time being
ok now change the old filename aqd.format to aqd.format.eod
and again rename our newly mad aqd.format.rt to aqd.format

Now close all progs esp amibroker & amiquote
Before our Indian mkt starts at 9:55
We have to 1st log in ***** finance
Then start amibroker and load amitry database ( u can use any name I have used it as amitry ok)
Then fire up Amiquote and load the nse ***** symbol.tls
And select ***** current and click the green so that it starts running also select the
Autoimport box and put 1 in run every one minute

This is the secret to get FREE RT DATA IN RT MODE IN AMIBROKER.

ONLY THING IS ***** DON’T GIVE BARWISE VOLS
SO U HAVE TO MAKE AN AFL FOR VOLUME TO DEDUCT THE PREVIOUS BARS VOLUME FROM CURRENT AR VOLUME TO GET THE TRUE BAR WISE VOLUME
My SUGGESTION IS TO USE ANY TIMEFRAME GREATER THAN 3 MINUTE BARS TO GET A REAL TRUE PICTURE

The only thing I would request Tomaz here again and I think this the 3rd time I have made this request to make the timeshift atleast in half hour 30 mins slabs than the current 1 hour slabs

Even in windows reginal settings the time slabs are in 30 mins
All the credit here goes to Tomaz for his recent feature addition in amiquiote to allow recognize ***** cookies.
This whole game is based on ***** cookies after u are logged in ***** finance…
sir,
i have checked and make file with 2 symbols. acc.ns and ^nsei but i got time is different in both case. i.e data for stocks are not real time. pl rectify my error.
s r patel
Reply With Quote
  #10  
Old 22nd July 2008, 06:27 PM
Member
 
Join Date: Mar 2007
Location: Tirunelveli
Posts: 433
Thanks: 204
Thanked 128 Times in 87 Posts
sikandar will become famous soon enoughsikandar will become famous soon enough
Default Re: Amibroker and Free Intraday Data ( Real time ) !

Thanks
for the efort,Can any body make the above doc as batch so that we directly copy paste in the Ami folder
regards
sikandar


Reply With Quote
Reply

Bookmarks


Advertise Here


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


Similar Threads for: Amibroker and Free Intraday Data ( Real time ) !
Thread Thread Starter Forum Replies Last Post
Real time Intraday NSE tick data for Self-developed software ravikatha Intraday 53 25th August 2010 09:00 PM
Any free commodity real time data pls kathir007 Intraday 7 5th September 2009 07:08 PM
How to import real time data in amibroker moneypick AmiBroker 3 12th October 2006 10:03 PM
free real time data guru69 Data Feeds 3 7th August 2006 12:35 AM
Real time data of MCX for amibroker vejay72 Data Feeds 1 5th November 2005 10:53 PM


All times are GMT +5.5. The time now is 04:38 AM.

Indemnity, Disclaimer & Disclosure Notice:
• By visiting Traderji.com you automatically indicate that you agree to our Forum Rules, Indemnity, Disclaimer & Disclosure Notice and General Content Disclaimer Notice and indemnify Traderji.com, its associates and related parties of all claims howsoever resulting from the usage of the forum/site.
Disclaimer: Trading or investing in stocks & commodities is a high risk activity. Any action you choose to take in the markets is totally your own responsibility. You are recommended to make appropriate enquiries and seek appropriate advise before sending money, incurring any expenses, acting on recommendations or entering into any commitment in relation to any advertisement published here. Traderji.com does not vouch for any claims made by the advertisers of products and services. Traderji.com will not be held liable for any consequences in the event such claims are not honoured by the advertisers. Traderji.com will not be liable for any, direct or indirect, consequential or incidental damages or loss arising out of the use of any information by anybody mentioned anywhere on this site.
Disclosure: The information in this forum is neither an offer to sell nor solicitation to buy any of the securities mentioned herein. The writers may or may not be trading in the securities mentioned.
• All names or products mentioned are trademarks or registered trademarks of their respective owners.
General Content Disclaimer Notice:
In light of our policy of encouraging candid, open exchanges of views and the rapid distribution of information originating from many sources, Traderji.com cannot determine the accuracy of information that may be uploaded to the forum. Opinions, advice and all other information expressed by participants in discussions are those of the author. You rely on such information at your own risk. You are urged to seek professional advice for specific, individual situations and not rely solely on advice or opinions given in the discussions. Since Traderji.com is an open and free discussion forum, any comments made by members of this forum in their posts reflect their own views and not of the owner or administrator of Traderji.com. Thus the owner/administrator indemnify themselves of all claims whatsoever and will not be liable or responsible for any members comments/views in this forum Traderji.com. If you find any objectionable or offensive posts made by members of this forum which you would like to bring to our notice for removal then please Contact Us.
 


Copyright © 2001 - 2010, Traderji.com All Rights Reserved.

Recommended Websites - www.TradersEdgeIndia.com - www.TradingPicks.com - www.MasterOfTrading.com