mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-25 13:58:04 +00:00
reviews
This commit is contained in:
@@ -227,7 +227,7 @@ public sealed class Adosc : ITValuePublisher
|
||||
|
||||
// 5. Compute compensated EMA values (same logic as Ema.cs Compute method)
|
||||
// Compensator decays: e *= decay, then result = ema / (1 - e) until e <= threshold
|
||||
double fastValue, slowValue;
|
||||
double fastValue = 0, slowValue = 0;
|
||||
|
||||
if (!fastCompensated)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user