We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d78992a commit 665ab20Copy full SHA for 665ab20
1 file changed
modules/constants.ts
@@ -836,7 +836,7 @@ let MARKET_ADAPTER = {
836
// Lower values make the AMA channel reach maximum influence more easily.
837
// Higher values require a stronger price move before AMA reaches full effect.
838
// nob: amaS% (AMA Max Slope %)
839
- DYNAMIC_WEIGHT_AMA_MAX_SLOPE_PCT: 0.085,
+ DYNAMIC_WEIGHT_AMA_MAX_SLOPE_PCT: 0.08,
840
841
// DYNAMIC_WEIGHT_KALMAN_MAX_SLOPE_PCT: Trend size that counts as "full strength" for
842
// the Kalman composite branch. Kept separate from the AMA slope knob so the two
0 commit comments