Hi all! I've started working on putting together some tools for use with quantconnect.  This is under a free/open source project, generally in a character of BSD licensing, mainly using Python.

My own focus has been exclusively on FX markets. I'll try to publish a ref for the support code once I've worked out the packaging here. I think I've learned today that we  can use requirements.txt in our algorithm sources? So, I'll try to publish to PyPI. Candidly, I'm still working out how to put together an algorithm support library though, lol. (Parsing the backtest json file was maybe a start, can now produce an xarray dataset for each chart, hopefully chi square analysis may follow later given different parameter sets for each algorithm. I'm focusing on decision logic with numeric indicators.)

I wonder, is anyone else testing with FX?