Skip to content

Releases: dsec-capital/zorro-fix

FXCM FIX Plugin Update

13 Aug 07:15
326481e
Compare
Choose a tag to compare

Adding support for FXCM tick data history in BrokerHistory2

For long look back periods, zorro_fxcm_fix_plugin_config.toml contains a new setting convert_tick_to_bar_history_request = true to map a tick data request into a 1 minute bar request, which allows downloading the history significantly faster.

v2.2.0

01 Aug 09:12
9dad7cd
Compare
Choose a tag to compare

Major new release with FXCM FIX conformance test and test results

  • More testing and improving market data subscription
  • Adding tick data support for FXCM market data proxy server
  • Various bug fixes

FXCM Market Data Proxy Server

20 Jun 11:32
48d7661
Compare
Choose a tag to compare

Improving stability and performance

  • Separating market data service from FIX plugin
  • 64 bit version
  • Adding real time market data into FXCM proxy server

v2.0.0

07 Jun 02:38
07d33ea
Compare
Choose a tag to compare

First release of FXCM FIX plugin. Known issues:

  • Pulling FXCM market data sometimes hands during login to FXCM ForexConnect API
  • BrokerSell2 must be improved for partially filled orders
  • Handling of initial order status
  • Add updates for PositionRequest
  • Commission
  • Complete creation of asset file and compute missing values, using real time data via ForexConnect

FXCM FIX Plugin Beta

06 Jun 16:49
b20abc1
Compare
Choose a tag to compare

Beta release of FXCM FIX Plugin

Open issues:

  • Zorro calculates PNL of resting unfilled limit orders wrongly
  • FXCM market data bridge sometimes hangs during login to ForexConnect API
  • Missing order status and position updates
  • More testing required

Bug fixing release

20 Apr 05:18
5236784
Compare
Choose a tag to compare

Fixing various bugs related to cancelling orders in the order matcher as well as in the Zorro plugin