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
This document was generated automatically. Please see [README Generator](../../scripts#readme-generator) for more info.
6
6
@@ -18,7 +18,8 @@ This document was generated automatically. Please see [README Generator](../../s
18
18
|| PRICE_STALE_TIMEOUT_MS | The amount of time in milliseconds before a price is considered stale if there has been no change | number ||`300000`|
19
19
|| PREMIUM_EMA_TAU_MS | Time constant (tau) in milliseconds for the EMA filters used to calculate the average premium of tokenized streams over the XAU price | number ||`1000000`|
20
20
|| DEVIATION_EMA_TAU_MS | Time constant (tau) in milliseconds for the EMA filters used to calculate the smoothed deviation from the XAU closing price | number ||`500000`|
21
-
|| DEVIATION_CAP | Maximum deviation allowed from the closing price. Used deviation is clamped between this and minus this value. | number ||`0.02`|
21
+
|| DEVIATION_CAP_LOW | Maximum downward deviation allowed from the closing price. Used deviation is clamped between this value and DEVIATION_CAP_HIGH. | number ||`-0.05`|
22
+
|| DEVIATION_CAP_HIGH | Maximum upward deviation allowed from the closing price. Used deviation is clamped between DEVIATION_CAP_LOW and this value. | number ||`0.025`|
22
23
|| TOKENIZED_PRICE_WEIGHT | Weight given to the tokenized stream derived price when calculating the composite price. 1.0 equals 100% | number ||`0.7`|
23
24
|| CACHE_TTL_MS | How long to keep the state in the cache in milliseconds before reinitializing | number ||`604800000`|
24
25
| ✅ | DATA_ENGINE_ADAPTER_URL | URL of data engine ea | string |||
0 commit comments