You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
creates a SmootherFactory which takes an indicator class and a moving average and return a "SmoothedIndicator" ie an indicator which can return values of internal indicator using the moving average which was defined.
Expected Behavior
Avoid repeating code
Actual Behavior
Lean/Indicators/TrueRange.cs
Lines 72 to 84 in 2941210
Lean/Indicators/AverageTrueRange.cs
Lines 100 to 112 in 2941210
Looks very similar
Potential Solution
either
or (probably harder in C#)
This concept was experimented in Python with talipp in this PR https://github.com/nardew/talipp/pull/147/files
Reproducing the Problem
not concerned
System Information
Checklist
master
branchThe text was updated successfully, but these errors were encountered: