git updated with Initial Partial Target support. You now have box to enter target size, actual target order size will not be more than open position size - so you can enter more but we will only create correct size that covers our position.
Note, i am still testing and bugfixing it in live markets. So far ran fine but yesterday got 1 issue which isn't fixed yet. Problem is that after partial target executes, the orderbook tracker thread may switch off ( status is shown in status bar). Stop order size was reduced ok, so no immediate impact but if this happens, you will need to restart Orderman for future triggers to be handled. On restart, it worked ok (orders are automatically linked). This will be fixed later when i can reproduce and debug it, releasing build so people can test their use cases and report additional bugs if any.
Also, while there are some more things left to do, OM is in reasonably good shape. I am taking a break from major updates, will resume later. Only bug fixes and small code changes for now. This will also allow us to get a stable tested release if enough people use it.
@josh - how has it worked for you? Are you interested in adding stuff - settings gui / swing support etc. If yes, i can work on some guidelines for code structure and we can discuss what and how to do it here ..