Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 554 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 554 Bytes

Stock Calculator

Help classes for stock data processing.

  1. TestCandleProvider gives an easy acces to candle object from text file (as a stream of candles)
  2. TestAccAgregator collects information about account balance and market operations for testing
  3. Write your own algorithms for testing using IAlgorithm
  4. Use MemoryCache to get candles each time for parameters determination
  5. Use calculator object to perform parallel calculations.
  6. GeneticsSelection performs selection (by your condition) to get best results (based on algorithm used).