Find System by Name

Wait


 

Forum: Collective2 Suggestions, Feedback, Questions

New?Last PostPosted By#Subject
5/18/13 (9:32)Matthew Klein2Error in reported annual return
5/17/13 (21:26)Matthew Klein2How do I edit a system description?
5/17/13 (10:07)Mark Winslow1Checking Portfolio Correlation
5/17/13 (3:28)Ofer Wolfson1STC FX orders not adhering to parking limits
5/16/13 (11:25)Kevin Mcgrath, ph.d.3Set limit entry based on open price
5/15/13 (9:01)Volatility Breakout9How much is 1 lot of forex?
5/15/13 (7:15)Ozgur Y1Delay in Statistics
 
Older subjects >>



Post new message

 
Subject:Java based system builders wanted
Posted by:Nathan Tippy ( C2 Score: 53)  New msg
 
Ignore user's posts for week month forever
When:7/28/12 (19:50) 
Systems:
 
New open source Java based API for signal entry is ready for testing.
http://code.google.com/p/c2entry/

It should support all the features at the signal entry documentation site.
http://collective2.com/content/automation.htm

If there are future planned updates to the API can someone let me know so I can keep the code up to date. Thanks.

Feel free to recommend other features.
Nathan Tippy

Features
* Validates URL construction
** Parameters are checked to ensure they belong to the requested command.
** Commands are checked to ensure they contain the required parameters.
** Parameters are checked to ensure they are not in conflict with each other.
** Strong type checking is applied to parameter values.
* Helper methods are added for easy parsing of the returned XML.
** isOK() is on most responses (others might use getInteger())
** StAX reader is provided if application needs full response details.
* Simulator provided for testing off line
** Simulator DOES NOT simulate trades (but it could be extended to do this)
** Simulator returns hard coded responses to simulate only existence of a server
* Background asynchronous transmission of of signals.
** All signals are sent in the same order the response objects are returned.
** Calling any of the get methods on a response object will block until all previous responses are fetched.
* Auto retry of signal delivery
** Default (RAM only) journal will continue to retry every 10 seconds if network is down.
** File based journal will continue to retry even after a restart of the JVM.
  
Back up to list of subjects