Commit Graph
5 Commits
Author SHA1 Message Date
Miha f1378e82ba refinement 2024-07-31 17:57:52 -07:00
Miha 60c2331cc0 EMA completed 2024-07-31 09:11:05 -04:00
Miha Kralj e30701c723 Refine flow, update methods, and add quirky comments
Let's make this code dance the Macarena!
2024-07-29 10:12:49 -07:00
Miha Kralj 89a46089e9 Refactor CircularBuffer class, add Enumerator struct for iteration.
The CircularBuffer class was updated to implement IEnumerable<double> and include an Enumerator struct for iteration. The Add method now has a default parameter value. Also, a quirky joke: Why do programmers prefer dark mode? Because light attracts bugs!
2024-07-29 07:33:51 -07:00
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