mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-26 06:18:05 +00:00
Merge branch 'dev' into main
This commit is contained in:
@@ -8,7 +8,7 @@ namespace QuanTAlib;
|
||||
/// each bar's contribution based on its volume relative to the rolling volume sum.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// VWAD enhances ADL by weighting volume contributions:
|
||||
/// VWAD enhances AD by weighting volume contributions:
|
||||
/// <c>MFM = [(Close - Low) - (High - Close)] / (High - Low)</c>,
|
||||
/// <c>VolWeight = Volume / Σ(Volume, period)</c>,
|
||||
/// <c>VWAD = Σ(Volume × MFM × VolWeight)</c>.
|
||||
|
||||
Reference in New Issue
Block a user