Traderji.com - Discussion forum for Stocks Commodities & Forex

Power Indiabulls 4.1 Intraday Ticklist To Amibroker

Discuss Power Indiabulls 4.1 Intraday Ticklist To Amibroker at the AmiBroker within the Traderji.com - Discussion forum for Stocks Commodities & Forex; DISCONTINUED! Sorry. regards, _______________________________________________ Hi All, Here's an utility I developed to convert intraday tick ...


Go Back   Traderji.com - Discussion forum for Stocks Commodities & Forex > TOOLS & RESOURCES > Software > AmiBroker



Advertise Here

Reply
 
Thread Tools
  #1  
Old 25th February 2006, 10:18 PM
Member
 
Join Date: Dec 2005
Posts: 88
Thanks: 0
Thanked 11 Times in 6 Posts
pagenotfound is on a distinguished road
Lightbulb DISCONTINUED - Power Indiabulls 4.1 Intraday Ticklist To Amibroker


DISCONTINUED! Sorry.
regards,
_______________________________________________

Hi All,

Here's an utility I developed to convert intraday tick data which is stored in the "\PIB 4.1\{clientID}\data\" folder after you view a chart to the Amibroker format. REMEMBER To sync the data of the required scrip to have PIB download its complete tick list after market close.

This utility will convert the .csv format data downloaded by PIB to .txt file which can be imported into Amibroker.

Attached is also the format file which needs to be copied into the "\Program Files\Amibroker\Formats\" folder.. or where ever Amibroker is installed on your computer.

To import processed txt files, select "File->Import ASCII" in Amibroker. Confirm the type to be "PIB Intraday Data", select the processed text files (multiple files can be selected by pressing ctrl, or ctrl+A to select all). Click Ok to complete the import procedure.

Best Regards,
pnf
Attached Files
File Type: zip PIBConv.zip (11.9 KB, 1490 views)

Last edited by pagenotfound; 5th September 2009 at 02:55 AM. Reason: DISCONTINUED.
Reply With Quote
The Following User Says Thank You to pagenotfound For This Useful Post:
vinaykumarb4u (17th October 2009)
Sponsored Links
  #2  
Old 26th February 2006, 12:31 AM
Moderator
 
Join Date: Mar 2005
Posts: 2,870
Thanks: 94
Thanked 597 Times in 176 Posts
AMITBE is a name known to allAMITBE is a name known to allAMITBE is a name known to allAMITBE is a name known to allAMITBE is a name known to allAMITBE is a name known to all
Default Re: Power Indiabulls 4.1 Intraday Ticklist To Amibroker

Hi pagenotfound...thanks for the contributions, they are just great.
Would it be possible to develop a utility that could convert streaming data on the fly from PIB that can be viewed and charted in Amibroker during trading hours?
PIB charting itself is pretty decent, but not good enough.
Thanks.
Reply With Quote
  #3  
Old 26th February 2006, 02:33 AM
Member
 
Join Date: Dec 2005
Posts: 88
Thanks: 0
Thanked 11 Times in 6 Posts
pagenotfound is on a distinguished road
Default Re: Power Indiabulls 4.1 Intraday Ticklist To Amibroker

AmitBE,

Developing a utility like you say would require integretion into Amibroker for it to update streaming quotes. I'm not sure whether its possible, but i'll look into it later sometime. Whether its possible through AFL i'm not sure either.
Reply With Quote
  #4  
Old 26th February 2006, 10:52 AM
Member
 
Join Date: Nov 2005
Location: tamilnadu
Posts: 21
Thanks: 0
Thanked 0 Times in 0 Posts
sup_ida is on a distinguished road
Default Re: Power Indiabulls 4.1 Intraday Ticklist To Amibroker

Hi pagenotfound,

U have done a good job.Can u help me in my work?.
I use data files from indiabulls for screening purpose.for example , i have calculated pivot points for all scrips in NSE and have stored that in a database file.During market hours my program will check all the files in "Data folder " of indiabullsPIB for breakout of resistance one and displays those scrips.
My problem is my program runs slowly bcoz it has to check all scrips in NSE.
can u suggest some way to improve its performance.

thanks in advance


bye
sup_ida
Reply With Quote
  #5  
Old 26th February 2006, 11:03 AM
Member
 
Join Date: Jan 2006
Location: ajman(UAE)>ahmedabad>ajman
Posts: 144
Thanks: 6
Thanked 2 Times in 2 Posts
bharatk8 is on a distinguished road
Default Re: Power Indiabulls 4.1 Intraday Ticklist To Amibroker

Quote:
Originally Posted by sup_ida
Hi pagenotfound,

U have done a good job.Can u help me in my work?.
I use data files from indiabulls for screening purpose.for example , i have calculated pivot points for all scrips in NSE and have stored that in a database file.During market hours my program will check all the files in "Data folder " of indiabullsPIB for breakout of resistance one and displays those scrips.
My problem is my program runs slowly bcoz it has to check all scrips in NSE.
can u suggest some way to improve its performance.

thanks in advance


bye
sup_ida
hi share this utility with all forum members
Reply With Quote
  #6  
Old 26th February 2006, 06:09 PM
Member
 
Join Date: Nov 2004
Posts: 138
Thanks: 0
Thanked 7 Times in 4 Posts
investock is on a distinguished road
Default Re: Power Indiabulls 4.1 Intraday Ticklist To Amibroker

Hi, Pagenotfound,
How do you get the data in to the folder from IndiaBulls ? If it can be done, it can be converted to Metastock Format realtime. I would like ot know, if back filling is possible with India Bulls and how many stock could be saved.
Reply With Quote
  #7  
Old 26th February 2006, 09:05 PM
Member
 
Join Date: Nov 2005
Location: tamilnadu
Posts: 21
Thanks: 0
Thanked 0 Times in 0 Posts
sup_ida is on a distinguished road
Default Re: Power Indiabulls 4.1 Intraday Ticklist To Amibroker

Hi investock,

intraday tick data is stored in data file of indiabull's PIB software.Its

in *.csv format. u can get data for almost all scrips in NSE.But if any

disconnection during market hours ,then u have to synchronise for each

company.

bye
sup_ida
Reply With Quote
  #8  
Old 27th February 2006, 12:09 AM
Member
 
Join Date: Dec 2005
Posts: 88
Thanks: 0
Thanked 11 Times in 6 Posts
pagenotfound is on a distinguished road
Default Re: Power Indiabulls 4.1 Intraday Ticklist To Amibroker

Quote:
Originally Posted by sup_ida
Hi pagenotfound,

U have done a good job.Can u help me in my work?.
I use data files from indiabulls for screening purpose.for example , i have calculated pivot points for all scrips in NSE and have stored that in a database file.During market hours my program will check all the files in "Data folder " of indiabullsPIB for breakout of resistance one and displays those scrips.
My problem is my program runs slowly bcoz it has to check all scrips in NSE.
can u suggest some way to improve its performance.

thanks in advance


bye
sup_ida

Well, according to me there are two ways to get live ticks as PIB gets it:
1) Scan for input feed on the port PIB does. Here however you would have to know how to decipher that stream.
OR
2) Scan the flat files PIB updates, like you are doing at the moment.

So, option 2 might only be the way as we are interacting with the application externally. Here however, you'd be scanning several hundred scrip files or more so the file handles open simultaneously or conclusively will consume lots of system resources therefore you would have to limit the no. of data files you scan for changes.
Reply With Quote
  #9  
Old 27th February 2006, 06:09 AM
Member
 
Join Date: Nov 2004
Posts: 138
Thanks: 0
Thanked 7 Times in 4 Posts
investock is on a distinguished road
Default Re: Power Indiabulls 4.1 Intraday Ticklist To Amibroker

Quote:
Originally Posted by sup_ida
Hi pagenotfound,

U have done a good job.Can u help me in my work?.
I use data files from indiabulls for screening purpose.for example , i have calculated pivot points for all scrips in NSE and have stored that in a database file.During market hours my program will check all the files in "Data folder " of indiabullsPIB for breakout of resistance one and displays those scrips.
My problem is my program runs slowly bcoz it has to check all scrips in NSE.
can u suggest some way to improve its performance.

thanks in advance


bye
sup_ida
Hi,
One way to do it is to manipulate the alerts feature if IB has that feature. If it is storing alrets in a file manipulate it and you will get realtime alerts when ever your pivot is crossed.
Reply With Quote
  #10  
Old 11th March 2006, 06:25 PM
Member
 
Join Date: Jan 2006
Posts: 72
Thanks: 0
Thanked 1 Time in 1 Post
rajneesh_mailbox is on a distinguished road
Default request to pagefound

THANX pagefound,
well there is a small request.can u develop a utility where all scripts in market watch can directly be loaded to data folder.
it seems u got the guts to do that so plz.
rajneesh


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: Power Indiabulls 4.1 Intraday Ticklist To Amibroker
Thread Thread Starter Forum Replies Last Post
Power Indiabulls Trade Calculator pagenotfound Software 36 2nd August 2010 01:56 PM
importing intraday data to amibroker alexonias Data Feeds 39 1st May 2010 04:32 PM
amibroker uncle sam AmiBroker 0 28th December 2004 06:01 PM


All times are GMT +5.5. The time now is 04:26 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