silahian / VisualHFT

VisualHFT is a cutting-edge GUI platform for market analysis, focusing on real-time visualization of market microstructure. Built with WPF & C#, it displays key metrics like Limit Order Book dynamics and execution quality. Its modular design ensures adaptability for developers and traders, enabling tailored analytical solutions.
Apache License 2.0
752 stars 152 forks source link

fix: contain height of the depth user components #24

Closed ramateur closed 1 year ago

ramateur commented 1 year ago

Have to replace StackPanel with DockPanel in ucOrderBook to make it work

silahian commented 1 year ago

Thanks