@continuumdao/ctm-mpc-defi 0.2.18 → 0.2.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -32,7 +32,8 @@ declare const HYPERLIQUID_DEFAULT_CANDLE_LIMIT = 48;
32
32
  declare const HYPERLIQUID_MAX_CANDLE_LIMIT = 200;
33
33
  /** Max bars for dedicated OHLCV range requests (e.g. 7d @ 15m ≈ 672). */
34
34
  declare const HYPERLIQUID_MAX_OHLCV_BARS = 2000;
35
- declare const HYPERLIQUID_DEFAULT_LOOKBACK_DAYS = 1;
35
+ /** Enough bars for default EMA(50) on 4h (~6 bars/day) and chart-periods 1h/15m windows. */
36
+ declare const HYPERLIQUID_DEFAULT_LOOKBACK_DAYS = 14;
36
37
  declare const HYPERLIQUID_MAX_LOOKBACK_DAYS = 90;
37
38
 
38
39
  type HyperliquidPerpMarket = {
@@ -60,7 +60,7 @@ var HYPERLIQUID_DEFAULT_OHLCV_INTERVAL = "15m";
60
60
  var HYPERLIQUID_DEFAULT_CANDLE_LIMIT = 48;
61
61
  var HYPERLIQUID_MAX_CANDLE_LIMIT = 200;
62
62
  var HYPERLIQUID_MAX_OHLCV_BARS = 2e3;
63
- var HYPERLIQUID_DEFAULT_LOOKBACK_DAYS = 1;
63
+ var HYPERLIQUID_DEFAULT_LOOKBACK_DAYS = 14;
64
64
  var HYPERLIQUID_MAX_LOOKBACK_DAYS = 90;
65
65
 
66
66
  // src/protocols/evm/hyperliquid/api.ts