Hi there,

I am currently porting some of my projects from cTrader to lean and so far its going well.

Except that my most promising project uses hedging. I know that its probably not on your timeline as stated here 

https://www.quantconnect.com/forum/discussion/2104/hedging-vs-netting-account/p1/comment-6403

I am willing to have a look at providing some implementation for that, but could use some pointers.
Where would I start? I could probably drop something in there that uses specific symbols or drop a field in the symbol class that identifies the position and then look at that field in the brokerage somewhere. But i would prefer a more general way that has a chance to work with backtesting.

Any thoughts?