kaffeebrauer / truetrade

Automatically exported from code.google.com/p/truetrade
1 stars 0 forks source link

Runtime positions aren't filtering by strategy #10

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When a new position is taken, all of the strategies register this (flat)
position.  There is no filtering based on the strategy.

To do this, run the RandomStrategy to enter and exit a position, then check
the other strategies.  May have to enter & exit a position and then restart
the Runtime client.

Original issue reported on code.google.com by tyrotra...@gmail.com on 28 Apr 2007 at 4:25

GoogleCodeExporter commented 9 years ago
PositionManager uses the standard JavaBeans property notification.  Need to 
modify
this to filter, or modify the StrategyStatusView.  I modified the 
StrategyStatus view
to double-check that the position & executions are appropriate.

Original comment by tyrotra...@gmail.com on 2 May 2007 at 1:37