Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 1.12 KB

TODOs.md

File metadata and controls

47 lines (32 loc) · 1.12 KB

Clients TODOs

0:

Add logging support

1:

  • Check if the difference is more than 5 years (5 _ 365 _ 24 _ 60 _ 60 seconds): 12hrs => 12 _ 60 _ 60 if (diffInSeconds > 12 _ 60 _ 60): Adjust toDate to be 5 years after fromDate toDate = TimeAdd(fromDate, PERIOD_YEARS, 5)

2:

  1. The server does not cancel all orders (done by the client)
  2. The server does not close all positions (done by the client)

3:

  • Persistent history Data on SQL-based databases such as MySQL, and SQLite
  • Historical data collection using Multithreading in python and go concurrency support
  • Read from Database

4:

  • test Modify order (client)
  • test Modify position (client)
  • test Stop Orders (client)
  • test Limit Orders (client)

Others

  • Add and test event live stream
  • Remove the chart event handler dependency => OnTickSymbol

Resources and Other talks