Commit Graph
12 Commits
Author SHA1 Message Date
Miha Kralj 3455baaf6c refactor structs to records, add new classes for financial calculations, implement EMA and SMA with circular buffer. Generate random financial data using GBM model. Also, test the SMA calculation with sample data. 2024-07-28 21:26:44 -07:00
Miha Kralj 7dd938c368 Add new data structures and event handling classes for trading platform. Include base classes, value and bar structs, event arguments, emitters, listeners. Update ruleset for SonarLint. 2024-07-25 17:42:09 -07:00
Miha Kralj 56f8db2949 Update main automation workflow to use wildcard for dotcover report path 2023-05-04 08:40:37 -07:00
Miha Kralj e1680e9d04 Update RSI_Series to check for period != 0 before calculating RSI 2023-04-27 22:30:13 -07:00
Miha Kralj 3b71ac70c8 Update 2MASlope_chart.cs 2023-04-27 22:30:13 -07:00
Miha Kralj 4c689f76e8 New: Slopes convergence indicator 2023-04-17 14:55:09 -07:00
Miha Kralj a232b7ffbe New: Trailing Stop indicator 2023-04-17 09:32:27 -07:00
Miha Kralj b655c05d72 Update JMA_chart indicator to use Indicator base class and add painting logic 2023-04-12 13:47:25 -07:00
Miha Kralj b99d451ea8 Update file paths for QuanTAlib packages in main_automation.yml 2023-04-12 13:10:00 -07:00
Miha Kralj 90fa331e0e Refactor COMPARE and CROSS classes, plus add xMA chart 2023-04-06 11:39:53 -07:00
Miha Kralj 69fae888d5 ABOVE_Series 2023-04-03 09:45:19 -07:00
Miha Kralj 05f423c965 Refactoring the structure, upgrading to .NET 6.0/7.0/8.0 2023-04-01 17:05:05 -07:00