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