Skip to content

Latest commit

 

History

History
20 lines (9 loc) · 699 Bytes

File metadata and controls

20 lines (9 loc) · 699 Bytes

The JavaHFT project is built to handle trading in volatile markets with minimal latency. It supports and provides infrastructure for real-time trade logic analysis. The platform connects to multiple market APIs and features custom strategies for automatic trade execution.

Flow of Program looks :

JavaHFT1


Data Structure used in the Program JavaHFTDataStruture


Storing and Calculating EMAs

JavaHFT2