Skip to content

Releases: dan-lind/igzplugin

Remove excessive warning messages

10 Jul 21:18
37d0c46
Compare
Choose a tag to compare

This release removes error logging to the Zorro window when calling brokerCommand with flags that are not supported. The plugin will silently inform Zorro whether the command is supported or not.

Fix colliding OrderIds

30 Oct 07:09
Compare
Choose a tag to compare

OrderIds generated to keep track of trades could collide when running multiple instances of Zorro, using the IG plugin. This has now been fixed.

Stability fixes and support for setOrderText

27 Oct 13:07
Compare
Choose a tag to compare

Fixed an issue which could sometimes cause Zorro to freeze
Also added support for brokerCommand SET_ORDERTEXT which means you can now set different order text for your different strategies. This in turn makes it easier to historically follow PnL per algo.

Minor update

11 Oct 18:27
Compare
Choose a tag to compare

Small fixes, spelling corrections etc

Add version number to jar file

18 Aug 12:19
Compare
Choose a tag to compare

I've been stupid enough to omit updates to the jar version number, which makes tracking bugs difficult. This fixes this issue

Fix error when multiple accounts exist

12 Jul 10:45
Compare
Choose a tag to compare

The Account parameter of the BrokerAccount is sometimes populated, but currently not in use.
Rather than returning an error when the parameter has a value, just ignore it.

Fix Zorro freezing issue

21 Jun 08:46
Compare
Choose a tag to compare

Fixed some instances where a value would not be returned to Zorro after placing buy/sell orders, causing it to freeze.
Also improved logging