mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-24 21:48:03 +00:00
new: EQUITY_Series
Add new EQUITY_Series and updates to docs, Calculations, Indicators, Strategies, Tests, and .github/workflows
This commit is contained in:
@@ -25,7 +25,7 @@ HWMA[i] = F[i] + V[i] + 0.5 * A[i]
|
||||
</summary> */
|
||||
|
||||
public class HWMA_Series : Single_TSeries_Indicator {
|
||||
double _nA, _nB, _nC;
|
||||
readonly double _nA, _nB, _nC;
|
||||
double _pF, _pV, _pA;
|
||||
double _ppF, _ppV, _ppA;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user