Traderji.com - Discussion forum for Stocks Commodities & Forex

Writing Mechanical Trading System

Discuss Writing Mechanical Trading System at the Software within the Traderji.com - Discussion forum for Stocks Commodities & Forex; Hi Guys, This is my first post, and i think you guys can help me. ...


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

Notices

Software Charting, trading & technical analysis software, trading system development and backtesting.


Advertise Here

Reply
 
Thread Tools
Sponsored Links
  #1  
Old 1st August 2008, 10:30 AM
Member
 
Join Date: Jul 2008
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
rahul1117 is on a distinguished road
Reputation: 10
Default Writing Mechanical Trading System

Hi Guys,
This is my first post, and i think you guys can help me. I am in process of writing a mechanical trading system in Java for day trading. I need following things
  1. Need a market access to send orders to exchange (via broker or something like screen scraping on icicidirect site)
  2. Need market data source with programming interface (preferably java)
  3. Algorithm execution framework (where i can define algorithm using technical analysis or something advance like neural network or rules engine)
  4. framework to back test algorithm
  5. Historical market data source for back test
  6. And of course algorithm :-)

Rather developing every thing from scratch, can some one tell me what are the cheap alternatives for above. Those alternative should have programming interfaces expose, so that i can integrate them.

Thanks in Advance
Reply With Quote
Sponsored Links
  #2  
Old 1st August 2008, 11:44 AM
Banned
 
Join Date: Dec 2006
Posts: 1,135
Thanks: 123
Thanked 206 Times in 88 Posts
ratan jain has a spectacular aura aboutratan jain has a spectacular aura aboutratan jain has a spectacular aura about
Reputation: 233
Default Re: Writing Mechanical Trading System

Quote:
Originally Posted by rahul1117 View Post
Hi Guys,
This is my first post, and i think you guys can help me. I am in process of writing a mechanical trading system in Java for day trading. I need following things
  1. Need a market access to send orders to exchange (via broker or something like screen scraping on icicidirect site)
  2. Need market data source with programming interface (preferably java)
  3. Algorithm execution framework (where i can define algorithm using technical analysis or something advance like neural network or rules engine)
  4. framework to back test algorithm
  5. Historical market data source for back test
  6. And of course algorithm :-)

Rather developing every thing from scratch, can some one tell me what are the cheap alternatives for above. Those alternative should have programming interfaces expose, so that i can integrate them.

Thanks in Advance

When did u land in India?
Reply With Quote
  #3  
Old 1st August 2008, 12:05 PM
Member
 
Join Date: Jul 2008
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
rahul1117 is on a distinguished road
Reputation: 10
Unhappy Re: Writing Mechanical Trading System

??? didnt get the question at all ???
Reply With Quote
  #4  
Old 1st August 2008, 01:31 PM
Banned
 
Join Date: Dec 2006
Posts: 1,135
Thanks: 123
Thanked 206 Times in 88 Posts
ratan jain has a spectacular aura aboutratan jain has a spectacular aura aboutratan jain has a spectacular aura about
Reputation: 233
Default Re: Writing Mechanical Trading System

Quote:
Originally Posted by rahul1117 View Post
??? didnt get the question at all ???
Maybe u didnt get mine
Reply With Quote
  #5  
Old 1st August 2008, 02:07 PM
Member
 
Join Date: Sep 2005
Posts: 1,097
Blog Entries: 1
Thanks: 9
Thanked 29 Times in 18 Posts
beginner_av will become famous soon enoughbeginner_av will become famous soon enough
Reputation: 111
Default Re: Writing Mechanical Trading System

Quote:
Originally Posted by rahul1117 View Post
Hi Guys,
This is my first post, and i think you guys can help me. I am in process of writing a mechanical trading system in Java for day trading. I need following things
  1. Need a market access to send orders to exchange (via broker or something like screen scraping on icicidirect site)
  2. Need market data source with programming interface (preferably java)
  3. Algorithm execution framework (where i can define algorithm using technical analysis or something advance like neural network or rules engine)
  4. framework to back test algorithm
  5. Historical market data source for back test
  6. And of course algorithm :-)

Rather developing every thing from scratch, can some one tell me what are the cheap alternatives for above. Those alternative should have programming interfaces expose, so that i can integrate them.

Thanks in Advance
The first line seems very familiar. Read somewhere before (actually yesterday). So are you another dreamer or spoonfeeder? Look around, read some posts and google. ALL your answers are there.
What you want to do are in the realm of big boys and cost big money (unless you want to do a shoddy job for a college project).

If you want everything readymade pay some programmers who will write for you. But you have to use your brains and give the algorithms. Cost can be from 1500 - 25000. Funny that you want everything framework, data etc and in the last point - the algorithm too! Now you know why I called spoonfeeder!

Cheers.
Reply With Quote
  #6  
Old 1st August 2008, 03:27 PM
Member
 
Join Date: Jul 2008
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
rahul1117 is on a distinguished road
Reputation: 10
Default Re: Writing Mechanical Trading System

Please dont spam this post. I am redefining what i am looking for
1) Name of broker or desktop package, that alow market access for sending orders to exchange thru programming interface
2) Market data provider, that provide programming interface so that i can integrate market data with my algorithm
3) Is there some cheap option already avaialble that do above things where i can plugin my algorithm in flexible way.
4) Similarly a way to backtest my algorithm, hence need historical data and a test bed.

Any how let me know if any one intersted in writing software in Java, that can meet above defined objectives.
Thanks
Reply With Quote
  #7  
Old 1st August 2008, 03:57 PM
Member
 
Join Date: Jul 2007
Posts: 95
Thanks: 16
Thanked 31 Times in 17 Posts
joy.edakad will become famous soon enough
Reputation: 51
Default Re: Writing Mechanical Trading System

In India automated trading is not permitted but recently SEBI allowed direct market access. Till now i don't any broker who gives interfaces for automated trading.

Have a look at esignal, ninja trader, trade station etc. u can find more info about automated trading and system development.

Regards
Reply With Quote
  #8  
Old 1st August 2008, 05:00 PM
Member
 
Join Date: Mar 2008
Posts: 347
Thanks: 126
Thanked 183 Times in 97 Posts
devangan123 has a spectacular aura aboutdevangan123 has a spectacular aura about
Reputation: 200
Default Re: Writing Mechanical Trading System

Quote:
Originally Posted by joy.edakad View Post
In India automated trading is not permitted but recently SEBI allowed direct market access. Till now i don't any broker who gives interfaces for automated trading.

Have a look at esignal, ninja trader, trade station etc. u can find more info about automated trading and system development.

Regards
Although its not permitted in India but it does not means people are not doing so , many good learners of Java have already cracked trading systems in Java one of the most likely choice of them is PIB and doing their automated trading , Only thing is they do not share their systems
Reply With Quote
  #9  
Old 1st August 2008, 05:06 PM
Member
 
Join Date: Mar 2008
Posts: 347
Thanks: 126
Thanked 183 Times in 97 Posts
devangan123 has a spectacular aura aboutdevangan123 has a spectacular aura about
Reputation: 200
Default Re: Writing Mechanical Trading System

Quote:
Originally Posted by rahul1117 View Post
Please dont spam this post. I am redefining what i am looking for
1) Name of broker or desktop package, that alow market access for sending orders to exchange thru programming interface
2) Market data provider, that provide programming interface so that i can integrate market data with my algorithm
3) Is there some cheap option already avaialble that do above things where i can plugin my algorithm in flexible way.
4) Similarly a way to backtest my algorithm, hence need historical data and a test bed.

Any how let me know if any one intersted in writing software in Java, that can meet above defined objectives.
Thanks
I do not know answer of all above queries but if u ever able to get these things then i think u must be requiring a person to handle interface of that system , So i am that person to handle that interface , Just leave a message i will try my best to help you
Reply With Quote
  #10  
Old 1st August 2008, 05:38 PM
Member
 
Join Date: Jul 2008
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
rahul1117 is on a distinguished road
Reputation: 10
Default Re: Writing Mechanical Trading System

Thanks for replies. Does esignal, ninja trader, trade station provide programming access for market data?

DMA (Direct market access) is allowed in India.
http://bseindia.com/dma.asp
Reply With Quote
Sponsored Links

Reply

Bookmarks

Tags
algorithm, day trading, dma, java, mechanical


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


All times are GMT +5.5. The time now is 10:41 AM.

Indemnity, Disclaimer & Disclosure Notice:
• By visiting Traderji.com you indicate your acceptance of our Forum Rules Disclaimer & Disclosure and indemnify Traderji.com, its associates and related parties of all claims howsoever resulting from the usage of the forum.
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. Traderji.com will not be liable for any, direct or indirect, consequential or incidental damages or loss arising out of the use of this information.
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 - 2008, Traderji.com All Rights Reserved.

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