Skip to content

Commit 665ab20

Browse files
committed
chore: reduce DYNAMIC_WEIGHT_AMA_MAX_SLOPE_PCT from 0.085 to 0.08
Makes the AMA channel reach maximum influence more easily, which should improve responsiveness in trending markets.
1 parent d78992a commit 665ab20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -836,7 +836,7 @@ let MARKET_ADAPTER = {
836836
// Lower values make the AMA channel reach maximum influence more easily.
837837
// Higher values require a stronger price move before AMA reaches full effect.
838838
// nob: amaS% (AMA Max Slope %)
839-
DYNAMIC_WEIGHT_AMA_MAX_SLOPE_PCT: 0.085,
839+
DYNAMIC_WEIGHT_AMA_MAX_SLOPE_PCT: 0.08,
840840

841841
// DYNAMIC_WEIGHT_KALMAN_MAX_SLOPE_PCT: Trend size that counts as "full strength" for
842842
// the Kalman composite branch. Kept separate from the AMA slope knob so the two

0 commit comments

Comments
 (0)