Commit Graph

11 Commits

Author SHA1 Message Date
a1b15682ce Fix issue in exponential moving average generator. Although I found where the generator was being used....the context
of the usage has no impact on the issue with the generator because the usage was only using the first index in the
exponential moving average which always amounts to just the value of the simple moving average.  (i.e.) smoothing does
not occur on the first index, only subsequent indices are smoothed.
2025-01-29 11:12:37 -05:00
84af4b6be5 Code cleanup. 2025-01-24 11:21:58 -05:00
c4b0011317 Fix potential issue when selecting the fallback candidate and share count is zero. 2025-01-20 09:44:09 -05:00
712ce1df84 Removed references to SharpeRatioRiskAllocation 2025-01-14 12:45:11 -05:00
323b259fc5 Removed references to SharpeRatioRiskAllocation 2025-01-14 12:44:57 -05:00
441b8e97ff Removed references to SharpeRatioRiskAllocation 2025-01-14 12:44:45 -05:00
eaee7826e0 Eliminate unused usings 2024-10-26 20:52:22 -04:00
93bc8fce03 Updating training October 2024 2024-10-26 12:27:07 -04:00
0d41cbaaf1 Changes to accomodate unit tests. 2024-08-01 17:25:48 -04:00
f1f53b697b Fix Non-TradeableCash missing in backup 2024-05-22 07:14:01 -04:00
29b417e3f7 init 2024-02-22 14:52:53 -05:00