I'm trying to get an average of the last 5 max negative delta from the previous 5 bars.
barsType.Volumes[CurrentBar].GetMaximumNegativeDelta();
Tried adding SMA to the current bar but it doesn't work.
Is there a way to calculate it properly?
Thank you
Nadav

Comment