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

EOD Example strategy is not honoring order.type property in prop file #12

Closed rterp closed 8 years ago

rterp commented 8 years ago

order.type is set to MKT in the property file, but the strategy is still submitting orders as MOC.

rterp commented 8 years ago

prop names in the prop file are open.order.type and close.order.type.
Once the prop files were corrected, the orders were submitted as expected.