mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-19 19:18:05 +00:00
more volatilty
This commit is contained in:
@@ -482,6 +482,9 @@ public sealed class Maenv : ITValuePublisher, IDisposable
|
||||
case MaenvType.WMA:
|
||||
BatchWMA(source, middle, upper, lower, period, percentage);
|
||||
break;
|
||||
default:
|
||||
BatchEMA(source, middle, upper, lower, period, percentage);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user