rterp / SumZeroTrading

A Java API for Developing Automated Trading Applications for the Equity, Futures, and Currency Markets
http://rterp.github.io/SumZeroTrading/
Other
145 stars 48 forks source link

intraday.props and strategy directory #22

Closed vinceyap88 closed 8 years ago

vinceyap88 commented 8 years ago

Hi, I would like to test out your API but could not find the properties files(e.g. intraday.props...) in your repository. Would you mind attach it here? Besides, I have noticed it is required to set the StrategyDirectory. How is the format of the strategy file stored in this directory?

Many thanks. Best Regards, Vincent Yap

rterp commented 8 years ago

Sorry about that @vinceyap88 . I've uploaded each strategy's prop file into their project's resources directory. You find find the intraday prop file at: https://github.com/rterp/SumZeroTrading/tree/master/examples/IntradayTradingExample/src/main/resources

vinceyap88 commented 8 years ago

Thank you. :)

rterp commented 8 years ago

Let me know if you have any other questions, the API is very much a work in progress.