global: returns (lump sum vs dca)

This commit is contained in:
nym21
2025-05-13 01:27:21 +02:00
parent 5014e0ce3e
commit 88a0c9ea03
16 changed files with 1575 additions and 288 deletions
@@ -333,7 +333,7 @@ impl ComputedRatioVecsFromDateIndex {
if price == Dollars::ZERO {
(i, StoredF32::from(1.0))
} else {
(i, *close / price)
(i, StoredF32::from(*close / price))
}
},
exit,
File diff suppressed because it is too large Load Diff