volume indicators

This commit is contained in:
Miha Kralj
2026-01-30 12:47:25 -08:00
parent 76d2b50cbb
commit 7b3a6520d2
99 changed files with 9539 additions and 283 deletions
+2
View File
@@ -150,6 +150,8 @@ public sealed class Beta : AbstractBase
{
_prevAsset = asset.Value;
_prevMarket = market.Value;
_p_prevAsset = asset.Value;
_p_prevMarket = market.Value;
return new TValue(asset.Time, 0);
}