wickra-wasm 0.4.6 → 0.4.7

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.
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  <p align="center">
2
- <a href="https://wickra.org"><img src="https://raw.githubusercontent.com/wickra-lib/.github/main/profile/wickra-banner.webp?v=314" alt="Wickra — streaming-first technical indicators" width="100%"></a>
2
+ <a href="https://wickra.org"><img src="https://raw.githubusercontent.com/wickra-lib/.github/main/profile/wickra-banner.webp?v=325" alt="Wickra — streaming-first technical indicators" width="100%"></a>
3
3
  </p>
4
4
 
5
5
  [![CI](https://github.com/wickra-lib/wickra/actions/workflows/ci.yml/badge.svg)](https://github.com/wickra-lib/wickra/actions/workflows/ci.yml)
@@ -47,7 +47,7 @@ Full documentation lives at **[docs.wickra.org](https://docs.wickra.org)**:
47
47
  [Node](https://docs.wickra.org/Quickstart-Node),
48
48
  [WASM](https://docs.wickra.org/Quickstart-WASM).
49
49
  - **Indicators** — a per-indicator deep dive (formula, parameters, warmup) for
50
- every one of the 314 indicators; start at the
50
+ every one of the 325 indicators; start at the
51
51
  [indicators overview](https://docs.wickra.org/Indicators-Overview).
52
52
  - **Reference** — [warmup periods](https://docs.wickra.org/Warmup-Periods),
53
53
  [streaming vs batch](https://docs.wickra.org/Streaming-vs-Batch),
@@ -135,7 +135,7 @@ python -m benchmarks.compare_libraries
135
135
 
136
136
  ## Indicators
137
137
 
138
- 314 streaming-first indicators across nineteen families. Every one passes the
138
+ 325 streaming-first indicators across twenty families. Every one passes the
139
139
  `batch == streaming` equivalence test, reference-value tests, and reset
140
140
  semantics tests. Each has a per-indicator deep dive (formula, parameters,
141
141
  warmup) at [docs.wickra.org](https://docs.wickra.org/Indicators-Overview).
@@ -150,7 +150,7 @@ warmup) at [docs.wickra.org](https://docs.wickra.org/Indicators-Overview).
150
150
  | Bands & Channels | MA Envelope, Acceleration Bands, STARC Bands, ATR Bands, Hurst Channel, LinReg Channel, Standard Error Bands, Double Bollinger Bands, TTM Squeeze, Fractal Chaos Bands, VWAP StdDev Bands |
151
151
  | Trailing Stops | Parabolic SAR, Parabolic SAR Extended (SAREXT), SuperTrend, Chandelier Exit, Chande Kroll Stop, ATR Trailing Stop, HiLo Activator, Volty Stop, Yo-Yo Exit, Donchian Channel Stop, Percentage Trailing Stop, Step Trailing Stop, Renko Trailing Stop |
152
152
  | Volume | OBV, VWAP (cumulative + rolling), ADL, Volume-Price Trend, Chaikin Money Flow, Chaikin Oscillator, Force Index, Ease of Movement, Klinger Volume Oscillator, Volume Oscillator, NVI, PVI, Williams A/D, Anchored VWAP, Demand Index, TSV, VZO, Market Facilitation Index |
153
- | Price Statistics | Typical Price, Median Price, Weighted Close, Linear Regression, Linear Regression Slope, Z-Score, Linear Regression Angle, Variance, Coefficient of Variation, Skewness, Kurtosis, Standard Error, Detrended StdDev, R², Median Absolute Deviation, Autocorrelation, Hurst Exponent, Pearson Correlation, Beta, Pairwise Beta, Pair Spread Z-Score, Lead-Lag Cross-Correlation, Cointegration, Relative Strength A-vs-B, Spearman Correlation, Mid Price, Mid Point, Average Price, Linear Regression Intercept, Time Series Forecast |
153
+ | Price Statistics | Typical Price, Median Price, Weighted Close, Linear Regression, Linear Regression Slope, Z-Score, Linear Regression Angle, Variance, Coefficient of Variation, Skewness, Kurtosis, Standard Error, Detrended StdDev, R², Median Absolute Deviation, Autocorrelation, Hurst Exponent, Pearson Correlation, Beta, Pairwise Beta, Pair Spread Z-Score, Lead-Lag Cross-Correlation, Cointegration, Relative Strength A-vs-B, Spearman Correlation, Mid Price, Mid Point, Average Price, Linear Regression Intercept, Time Series Forecast, Rolling Correlation, Rolling Covariance, OU Half-Life, Spread Hurst, Distance SSD, Beta-Neutral Spread, Variance Ratio, Granger Causality, Kalman Hedge Ratio, Spread Bollinger Bands |
154
154
  | Ehlers / Cycle (DSP) | MAMA, FAMA, Fisher Transform, Inverse Fisher Transform, SuperSmoother, Hilbert Dominant Cycle, Hilbert Phasor, Hilbert DC Phase, Hilbert Trend Mode, Sine Wave, Decycler, Decycler Oscillator, Roofing Filter, Center of Gravity, Cybernetic Cycle, Adaptive Cycle, Empirical Mode Decomposition, Ehlers Stochastic, Instantaneous Trendline |
155
155
  | Pivots & S/R | Classic Pivots, Fibonacci Pivots, Camarilla, Woodie Pivots, DeMark Pivots, Williams Fractals, ZigZag |
156
156
  | DeMark | TD Setup, TD Sequential, TD DeMarker, TD REI, TD Pressure, TD Combo, TD Countdown, TD Lines, TD Range Projection, TD Differential, TD Open, TD Risk Level |
@@ -160,6 +160,7 @@ warmup) at [docs.wickra.org](https://docs.wickra.org/Indicators-Overview).
160
160
  | Microstructure | Order-Book Imbalance (Top-1 / Top-N / Full), Microprice, Quoted Spread, Depth Slope, Signed Volume, Cumulative Volume Delta, Trade Imbalance, Effective Spread, Realized Spread, Kyle's Lambda, Footprint |
161
161
  | Derivatives | Funding Rate, Funding Rate Mean, Funding Rate Z-Score, Funding Basis, Open-Interest Delta, OI / Price Divergence, OI-Weighted Price, Long/Short Ratio, Taker Buy/Sell Ratio, Liquidation Features, Term-Structure Basis, Calendar Spread |
162
162
  | Market Profile | Value Area (POC / VAH / VAL), Volume Profile (histogram), TPO Profile, Initial Balance, Opening Range |
163
+ | Market Breadth | Advance/Decline Line |
163
164
  | Risk / Performance | Sharpe Ratio, Sortino Ratio, Calmar Ratio, Omega Ratio, Max Drawdown, Average Drawdown, Drawdown Duration, Pain Index, Value at Risk, Conditional Value at Risk (CVaR), Profit Factor, Gain/Loss Ratio, Recovery Factor, Kelly Criterion, Treynor Ratio, Information Ratio, Alpha (Jensen) |
164
165
 
165
166
  Every candlestick pattern emits a signed per-bar value — `+1.0` bullish,
@@ -239,7 +240,7 @@ A Python live-trading example using the public `websockets` package lives at
239
240
  ```
240
241
  wickra/
241
242
  ├── crates/
242
- │ ├── wickra-core/ core engine + all 314 indicators
243
+ │ ├── wickra-core/ core engine + all 325 indicators
243
244
  │ ├── wickra/ top-level facade crate (publishes on crates.io) + benches/
244
245
  │ └── wickra-data/ CSV reader, tick aggregator, live exchange feeds
245
246
  ├── bindings/
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "kingchenc <support@wickra.org>"
6
6
  ],
7
7
  "description": "WASM bindings for the Wickra streaming-first technical indicators library.",
8
- "version": "0.4.6",
8
+ "version": "0.4.7",
9
9
  "license": "PolyForm-Noncommercial-1.0.0",
10
10
  "repository": {
11
11
  "type": "git",
package/wickra_wasm.d.ts CHANGED
@@ -134,6 +134,16 @@ export class AdvanceBlock {
134
134
  warmupPeriod(): number;
135
135
  }
136
136
 
137
+ export class AdvanceDecline {
138
+ free(): void;
139
+ [Symbol.dispose](): void;
140
+ isReady(): boolean;
141
+ constructor();
142
+ reset(): void;
143
+ update(change: Float64Array, volume: Float64Array, new_high: Float64Array, new_low: Float64Array): number | undefined;
144
+ warmupPeriod(): number;
145
+ }
146
+
137
147
  export class Alligator {
138
148
  free(): void;
139
149
  [Symbol.dispose](): void;
@@ -309,6 +319,21 @@ export class Beta {
309
319
  warmupPeriod(): number;
310
320
  }
311
321
 
322
+ export class BetaNeutralSpread {
323
+ free(): void;
324
+ [Symbol.dispose](): void;
325
+ /**
326
+ * Batch over two equally-sized arrays. Returns one `f64` per
327
+ * input position (`NaN` during warmup).
328
+ */
329
+ batch(x: Float64Array, y: Float64Array): Float64Array;
330
+ isReady(): boolean;
331
+ constructor(period: number);
332
+ reset(): void;
333
+ update(x: number, y: number): number | undefined;
334
+ warmupPeriod(): number;
335
+ }
336
+
312
337
  export class BollingerBands {
313
338
  free(): void;
314
339
  [Symbol.dispose](): void;
@@ -706,6 +731,21 @@ export class DetrendedStdDev {
706
731
  warmupPeriod(): number;
707
732
  }
708
733
 
734
+ export class DistanceSsd {
735
+ free(): void;
736
+ [Symbol.dispose](): void;
737
+ /**
738
+ * Batch over two equally-sized arrays. Returns one `f64` per
739
+ * input position (`NaN` during warmup).
740
+ */
741
+ batch(x: Float64Array, y: Float64Array): Float64Array;
742
+ isReady(): boolean;
743
+ constructor(period: number);
744
+ reset(): void;
745
+ update(x: number, y: number): number | undefined;
746
+ warmupPeriod(): number;
747
+ }
748
+
709
749
  export class Doji {
710
750
  free(): void;
711
751
  [Symbol.dispose](): void;
@@ -1062,6 +1102,21 @@ export class GarmanKlassVolatility {
1062
1102
  warmupPeriod(): number;
1063
1103
  }
1064
1104
 
1105
+ export class GrangerCausality {
1106
+ free(): void;
1107
+ [Symbol.dispose](): void;
1108
+ /**
1109
+ * Batch over two equally-sized arrays of prices. Returns one `f64` per
1110
+ * input position (`NaN` during warmup).
1111
+ */
1112
+ batch(a: Float64Array, b: Float64Array): Float64Array;
1113
+ isReady(): boolean;
1114
+ constructor(period: number, lag: number);
1115
+ reset(): void;
1116
+ update(a: number, b: number): number | undefined;
1117
+ warmupPeriod(): number;
1118
+ }
1119
+
1065
1120
  export class GravestoneDoji {
1066
1121
  free(): void;
1067
1122
  [Symbol.dispose](): void;
@@ -1434,6 +1489,24 @@ export class KagiBars {
1434
1489
  update(close: number): Array<any>;
1435
1490
  }
1436
1491
 
1492
+ export class KalmanHedgeRatio {
1493
+ free(): void;
1494
+ [Symbol.dispose](): void;
1495
+ /**
1496
+ * Flat `Float64Array` of length `3 * n`:
1497
+ * `[hedgeRatio0, intercept0, spread0, hedgeRatio1, ...]`. Warmup rows are NaN.
1498
+ */
1499
+ batch(a: Float64Array, b: Float64Array): Float64Array;
1500
+ isReady(): boolean;
1501
+ constructor(delta: number, observation_var: number);
1502
+ reset(): void;
1503
+ /**
1504
+ * Returns `{ hedgeRatio, intercept, spread }`, or `null` during warmup.
1505
+ */
1506
+ update(a: number, b: number): any;
1507
+ warmupPeriod(): number;
1508
+ }
1509
+
1437
1510
  export class KellyCriterion {
1438
1511
  free(): void;
1439
1512
  [Symbol.dispose](): void;
@@ -2031,6 +2104,21 @@ export class OrderBookImbalanceTopN {
2031
2104
  warmupPeriod(): number;
2032
2105
  }
2033
2106
 
2107
+ export class OuHalfLife {
2108
+ free(): void;
2109
+ [Symbol.dispose](): void;
2110
+ /**
2111
+ * Batch over two equally-sized arrays. Returns one `f64` per
2112
+ * input position (`NaN` during warmup).
2113
+ */
2114
+ batch(x: Float64Array, y: Float64Array): Float64Array;
2115
+ isReady(): boolean;
2116
+ constructor(period: number);
2117
+ reset(): void;
2118
+ update(x: number, y: number): number | undefined;
2119
+ warmupPeriod(): number;
2120
+ }
2121
+
2034
2122
  export class PGO {
2035
2123
  free(): void;
2036
2124
  [Symbol.dispose](): void;
@@ -2429,6 +2517,36 @@ export class RogersSatchellVolatility {
2429
2517
  warmupPeriod(): number;
2430
2518
  }
2431
2519
 
2520
+ export class RollingCorrelation {
2521
+ free(): void;
2522
+ [Symbol.dispose](): void;
2523
+ /**
2524
+ * Batch over two equally-sized arrays. Returns one `f64` per
2525
+ * input position (`NaN` during warmup).
2526
+ */
2527
+ batch(x: Float64Array, y: Float64Array): Float64Array;
2528
+ isReady(): boolean;
2529
+ constructor(period: number);
2530
+ reset(): void;
2531
+ update(x: number, y: number): number | undefined;
2532
+ warmupPeriod(): number;
2533
+ }
2534
+
2535
+ export class RollingCovariance {
2536
+ free(): void;
2537
+ [Symbol.dispose](): void;
2538
+ /**
2539
+ * Batch over two equally-sized arrays. Returns one `f64` per
2540
+ * input position (`NaN` during warmup).
2541
+ */
2542
+ batch(x: Float64Array, y: Float64Array): Float64Array;
2543
+ isReady(): boolean;
2544
+ constructor(period: number);
2545
+ reset(): void;
2546
+ update(x: number, y: number): number | undefined;
2547
+ warmupPeriod(): number;
2548
+ }
2549
+
2432
2550
  export class RollingVWAP {
2433
2551
  free(): void;
2434
2552
  [Symbol.dispose](): void;
@@ -2619,6 +2737,39 @@ export class SpinningTop {
2619
2737
  warmupPeriod(): number;
2620
2738
  }
2621
2739
 
2740
+ export class SpreadBollingerBands {
2741
+ free(): void;
2742
+ [Symbol.dispose](): void;
2743
+ /**
2744
+ * Flat `Float64Array` of length `4 * n`:
2745
+ * `[middle0, upper0, lower0, percentB0, middle1, ...]`. Warmup rows are NaN.
2746
+ */
2747
+ batch(a: Float64Array, b: Float64Array): Float64Array;
2748
+ isReady(): boolean;
2749
+ constructor(period: number, num_std: number);
2750
+ reset(): void;
2751
+ /**
2752
+ * Returns `{ middle, upper, lower, percentB }`, or `null` during warmup.
2753
+ */
2754
+ update(a: number, b: number): any;
2755
+ warmupPeriod(): number;
2756
+ }
2757
+
2758
+ export class SpreadHurst {
2759
+ free(): void;
2760
+ [Symbol.dispose](): void;
2761
+ /**
2762
+ * Batch over two equally-sized arrays. Returns one `f64` per
2763
+ * input position (`NaN` during warmup).
2764
+ */
2765
+ batch(x: Float64Array, y: Float64Array): Float64Array;
2766
+ isReady(): boolean;
2767
+ constructor(period: number);
2768
+ reset(): void;
2769
+ update(x: number, y: number): number | undefined;
2770
+ warmupPeriod(): number;
2771
+ }
2772
+
2622
2773
  export class StalledPattern {
2623
2774
  free(): void;
2624
2775
  [Symbol.dispose](): void;
@@ -3318,6 +3469,21 @@ export class Variance {
3318
3469
  warmupPeriod(): number;
3319
3470
  }
3320
3471
 
3472
+ export class VarianceRatio {
3473
+ free(): void;
3474
+ [Symbol.dispose](): void;
3475
+ /**
3476
+ * Batch over two equally-sized arrays of prices. Returns one `f64` per
3477
+ * input position (`NaN` during warmup).
3478
+ */
3479
+ batch(a: Float64Array, b: Float64Array): Float64Array;
3480
+ isReady(): boolean;
3481
+ constructor(period: number, q: number);
3482
+ reset(): void;
3483
+ update(a: number, b: number): number | undefined;
3484
+ warmupPeriod(): number;
3485
+ }
3486
+
3321
3487
  export class VerticalHorizontalFilter {
3322
3488
  free(): void;
3323
3489
  [Symbol.dispose](): void;
package/wickra_wasm.js CHANGED
@@ -5,5 +5,5 @@ import { __wbg_set_wasm } from "./wickra_wasm_bg.js";
5
5
  __wbg_set_wasm(wasm);
6
6
 
7
7
  export {
8
- ADL, ADX, ADXR, ALMA, APO, ATR, AVGPRICE, AbandonedBaby, AccelerationBands, AcceleratorOscillator, AdaptiveCycle, AdvanceBlock, Alligator, Alpha, AnchoredRSI, AnchoredVWAP, Aroon, AroonOscillator, AtrBands, AtrTrailingStop, Autocorrelation, AverageDrawdown, AwesomeOscillator, AwesomeOscillatorHistogram, BalanceOfPower, BeltHold, Beta, BollingerBands, BollingerBandwidth, Breakaway, CCI, CFO, CMO, CalendarSpread, CalmarRatio, Camarilla, CenterOfGravity, ChaikinMoneyFlow, ChaikinOscillator, ChaikinVolatility, ChandeKrollStop, ChandelierExit, ChoppinessIndex, ClassicPivots, ClosingMarubozu, CoefficientOfVariation, Cointegration, ConcealingBabySwallow, ConditionalValueAtRisk, ConnorsRSI, Coppock, Counterattack, CumulativeVolumeDelta, CyberneticCycle, DEMA, DPO, DX, Decycler, DecyclerOscillator, DemandIndex, DemarkPivots, DepthSlope, DetrendedStdDev, Doji, DojiStar, Donchian, DonchianStop, DoubleBollinger, DownsideGapThreeMethods, DragonflyDoji, DrawdownDuration, EMA, EVWMA, EaseOfMovement, EffectiveSpread, EhlersStochastic, ElderImpulse, EmpiricalModeDecomposition, Engulfing, EveningDojiStar, FAMA, FRAMA, FallingThreeMethods, FibonacciPivots, FisherTransform, Footprint, ForceIndex, FractalChaosBands, FundingBasis, FundingRate, FundingRateMean, FundingRateZScore, GainLossRatio, GapSideBySideWhite, GarmanKlassVolatility, GravestoneDoji, HMA, HT_DCPHASE, HT_PHASOR, HT_TRENDMODE, Hammer, HangingMan, Harami, HeikinAshi, HiLoActivator, HighWave, Hikkake, HikkakeModified, HilbertDominantCycle, HistoricalVolatility, HomingPigeon, HurstChannel, HurstExponent, Ichimoku, IdenticalThreeCrows, InNeck, Inertia, InformationRatio, InitialBalance, InstantaneousTrendline, InverseFisherTransform, InvertedHammer, JMA, KAMA, KST, KVO, KagiBars, KellyCriterion, Keltner, Kicking, KickingByLength, Kurtosis, KylesLambda, LINEARREG_INTERCEPT, LadderBottom, LaguerreRSI, LeadLagCrossCorrelation, LinRegAngle, LinRegChannel, LinRegSlope, LinearRegression, LiquidationFeatures, LongLeggedDoji, LongLine, LongShortRatio, MACD, MACDEXT, MACDFIX, MAMA, MFI, MIDPOINT, MIDPRICE, MINUS_DI, MINUS_DM, MOM, MaEnvelope, MarketFacilitationIndex, Marubozu, MassIndex, MatHold, MatchingLow, MaxDrawdown, McGinleyDynamic, MedianAbsoluteDeviation, MedianPrice, Microprice, MorningDojiStar, MorningEveningStar, NATR, NVI, OBV, OIPriceDivergence, OIWeighted, OmegaRatio, OnNeck, OpenInterestDelta, OpeningMarubozu, OpeningRange, OrderBookImbalanceFull, OrderBookImbalanceTop1, OrderBookImbalanceTopN, PGO, PLUS_DI, PLUS_DM, PMO, PPO, PSAR, PVI, PainIndex, PairSpreadZScore, PairwiseBeta, ParkinsonVolatility, PearsonCorrelation, PercentB, PercentageTrailingStop, PiercingDarkCloud, PointAndFigureBars, ProfitFactor, QuotedSpread, ROC, ROCP, ROCR, ROCR100, RSI, RSquared, RVI, RVIVolatility, RWI, RealizedSpread, RecoveryFactor, RelativeStrengthAB, RenkoBars, RenkoTrailingStop, RickshawMan, RisingThreeMethods, RogersSatchellVolatility, RollingVWAP, RoofingFilter, SAREXT, SMA, SMI, SMMA, STC, SeparatingLines, SharpeRatio, ShootingStar, ShortLine, SignedVolume, SineWave, Skewness, SortinoRatio, SpearmanCorrelation, SpinningTop, StalledPattern, StandardError, StandardErrorBands, StarcBands, StdDev, StepTrailingStop, StickSandwich, StochRSI, Stochastic, SuperSmoother, SuperTrend, T3, TDCombo, TDCountdown, TDDeMarker, TDDifferential, TDLines, TDOpen, TDPressure, TDREI, TDRangeProjection, TDRiskLevel, TDSequential, TDSetup, TEMA, TII, TRIMA, TRIX, TSF, TSI, TSV, TakerBuySellRatio, Takuri, TasukiGap, TermStructureBasis, ThreeInside, ThreeLineStrike, ThreeOutside, ThreeSoldiersOrCrows, ThreeStarsInSouth, Thrusting, TpoProfile, TradeImbalance, TreynorRatio, TrueRange, TtmSqueeze, Tweezer, TwoCrows, TypicalPrice, UlcerIndex, UltimateOscillator, UniqueThreeRiver, UpsideGapThreeMethods, UpsideGapTwoCrows, VIDYA, VWAP, VWMA, VZO, ValueArea, ValueAtRisk, Variance, VerticalHorizontalFilter, VoltyStop, VolumeOscillator, VolumePriceTrend, VolumeProfile, Vortex, VwapStdDevBands, WMA, WaveTrend, WeightedClose, WilliamsAD, WilliamsFractals, WilliamsR, WoodiePivots, YangZhangVolatility, YoyoExit, ZLEMA, ZScore, ZeroLagMACD, ZigZag, installPanicHook, version
8
+ ADL, ADX, ADXR, ALMA, APO, ATR, AVGPRICE, AbandonedBaby, AccelerationBands, AcceleratorOscillator, AdaptiveCycle, AdvanceBlock, AdvanceDecline, Alligator, Alpha, AnchoredRSI, AnchoredVWAP, Aroon, AroonOscillator, AtrBands, AtrTrailingStop, Autocorrelation, AverageDrawdown, AwesomeOscillator, AwesomeOscillatorHistogram, BalanceOfPower, BeltHold, Beta, BetaNeutralSpread, BollingerBands, BollingerBandwidth, Breakaway, CCI, CFO, CMO, CalendarSpread, CalmarRatio, Camarilla, CenterOfGravity, ChaikinMoneyFlow, ChaikinOscillator, ChaikinVolatility, ChandeKrollStop, ChandelierExit, ChoppinessIndex, ClassicPivots, ClosingMarubozu, CoefficientOfVariation, Cointegration, ConcealingBabySwallow, ConditionalValueAtRisk, ConnorsRSI, Coppock, Counterattack, CumulativeVolumeDelta, CyberneticCycle, DEMA, DPO, DX, Decycler, DecyclerOscillator, DemandIndex, DemarkPivots, DepthSlope, DetrendedStdDev, DistanceSsd, Doji, DojiStar, Donchian, DonchianStop, DoubleBollinger, DownsideGapThreeMethods, DragonflyDoji, DrawdownDuration, EMA, EVWMA, EaseOfMovement, EffectiveSpread, EhlersStochastic, ElderImpulse, EmpiricalModeDecomposition, Engulfing, EveningDojiStar, FAMA, FRAMA, FallingThreeMethods, FibonacciPivots, FisherTransform, Footprint, ForceIndex, FractalChaosBands, FundingBasis, FundingRate, FundingRateMean, FundingRateZScore, GainLossRatio, GapSideBySideWhite, GarmanKlassVolatility, GrangerCausality, GravestoneDoji, HMA, HT_DCPHASE, HT_PHASOR, HT_TRENDMODE, Hammer, HangingMan, Harami, HeikinAshi, HiLoActivator, HighWave, Hikkake, HikkakeModified, HilbertDominantCycle, HistoricalVolatility, HomingPigeon, HurstChannel, HurstExponent, Ichimoku, IdenticalThreeCrows, InNeck, Inertia, InformationRatio, InitialBalance, InstantaneousTrendline, InverseFisherTransform, InvertedHammer, JMA, KAMA, KST, KVO, KagiBars, KalmanHedgeRatio, KellyCriterion, Keltner, Kicking, KickingByLength, Kurtosis, KylesLambda, LINEARREG_INTERCEPT, LadderBottom, LaguerreRSI, LeadLagCrossCorrelation, LinRegAngle, LinRegChannel, LinRegSlope, LinearRegression, LiquidationFeatures, LongLeggedDoji, LongLine, LongShortRatio, MACD, MACDEXT, MACDFIX, MAMA, MFI, MIDPOINT, MIDPRICE, MINUS_DI, MINUS_DM, MOM, MaEnvelope, MarketFacilitationIndex, Marubozu, MassIndex, MatHold, MatchingLow, MaxDrawdown, McGinleyDynamic, MedianAbsoluteDeviation, MedianPrice, Microprice, MorningDojiStar, MorningEveningStar, NATR, NVI, OBV, OIPriceDivergence, OIWeighted, OmegaRatio, OnNeck, OpenInterestDelta, OpeningMarubozu, OpeningRange, OrderBookImbalanceFull, OrderBookImbalanceTop1, OrderBookImbalanceTopN, OuHalfLife, PGO, PLUS_DI, PLUS_DM, PMO, PPO, PSAR, PVI, PainIndex, PairSpreadZScore, PairwiseBeta, ParkinsonVolatility, PearsonCorrelation, PercentB, PercentageTrailingStop, PiercingDarkCloud, PointAndFigureBars, ProfitFactor, QuotedSpread, ROC, ROCP, ROCR, ROCR100, RSI, RSquared, RVI, RVIVolatility, RWI, RealizedSpread, RecoveryFactor, RelativeStrengthAB, RenkoBars, RenkoTrailingStop, RickshawMan, RisingThreeMethods, RogersSatchellVolatility, RollingCorrelation, RollingCovariance, RollingVWAP, RoofingFilter, SAREXT, SMA, SMI, SMMA, STC, SeparatingLines, SharpeRatio, ShootingStar, ShortLine, SignedVolume, SineWave, Skewness, SortinoRatio, SpearmanCorrelation, SpinningTop, SpreadBollingerBands, SpreadHurst, StalledPattern, StandardError, StandardErrorBands, StarcBands, StdDev, StepTrailingStop, StickSandwich, StochRSI, Stochastic, SuperSmoother, SuperTrend, T3, TDCombo, TDCountdown, TDDeMarker, TDDifferential, TDLines, TDOpen, TDPressure, TDREI, TDRangeProjection, TDRiskLevel, TDSequential, TDSetup, TEMA, TII, TRIMA, TRIX, TSF, TSI, TSV, TakerBuySellRatio, Takuri, TasukiGap, TermStructureBasis, ThreeInside, ThreeLineStrike, ThreeOutside, ThreeSoldiersOrCrows, ThreeStarsInSouth, Thrusting, TpoProfile, TradeImbalance, TreynorRatio, TrueRange, TtmSqueeze, Tweezer, TwoCrows, TypicalPrice, UlcerIndex, UltimateOscillator, UniqueThreeRiver, UpsideGapThreeMethods, UpsideGapTwoCrows, VIDYA, VWAP, VWMA, VZO, ValueArea, ValueAtRisk, Variance, VarianceRatio, VerticalHorizontalFilter, VoltyStop, VolumeOscillator, VolumePriceTrend, VolumeProfile, Vortex, VwapStdDevBands, WMA, WaveTrend, WeightedClose, WilliamsAD, WilliamsFractals, WilliamsR, WoodiePivots, YangZhangVolatility, YoyoExit, ZLEMA, ZScore, ZeroLagMACD, ZigZag, installPanicHook, version
9
9
  } from "./wickra_wasm_bg.js";