wickra-wasm 0.6.3 → 0.6.5
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 +7 -7
- package/package.json +1 -1
- package/wickra_wasm.d.ts +167 -0
- package/wickra_wasm.js +1 -1
- package/wickra_wasm_bg.js +1218 -0
- package/wickra_wasm_bg.wasm +0 -0
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=
|
|
2
|
+
<a href="https://wickra.org"><img src="https://raw.githubusercontent.com/wickra-lib/.github/main/profile/wickra-banner.webp?v=462" alt="Wickra — streaming-first technical indicators" width="100%"></a>
|
|
3
3
|
</p>
|
|
4
4
|
|
|
5
5
|
[](https://github.com/wickra-lib/wickra/actions/workflows/ci.yml)
|
|
@@ -48,7 +48,7 @@ Full documentation lives at **[docs.wickra.org](https://docs.wickra.org)**:
|
|
|
48
48
|
[Node](https://docs.wickra.org/Quickstart-Node),
|
|
49
49
|
[WASM](https://docs.wickra.org/Quickstart-WASM).
|
|
50
50
|
- **Indicators** — a per-indicator deep dive (formula, parameters, warmup) for
|
|
51
|
-
every one of the
|
|
51
|
+
every one of the 462 indicators; start at the
|
|
52
52
|
[indicators overview](https://docs.wickra.org/Indicators-Overview).
|
|
53
53
|
- **Reference** — [warmup periods](https://docs.wickra.org/Warmup-Periods),
|
|
54
54
|
[streaming vs batch](https://docs.wickra.org/Streaming-vs-Batch),
|
|
@@ -79,7 +79,7 @@ Plenty of TA libraries are fast. Each one forces a trade-off Wickra does not:
|
|
|
79
79
|
| finta | clean | no | Python | ~80 | stale |
|
|
80
80
|
| talipp | clean | yes | Python | ~40 | yes |
|
|
81
81
|
|
|
82
|
-
Wickra's edge is **breadth with reach**:
|
|
82
|
+
Wickra's edge is **breadth with reach**: 462 indicators that all update in O(1)
|
|
83
83
|
per tick and ship natively to Python, Node.js, WebAssembly and Rust from a
|
|
84
84
|
single engine.
|
|
85
85
|
|
|
@@ -188,7 +188,7 @@ python -m benchmarks.compare_libraries
|
|
|
188
188
|
|
|
189
189
|
## Indicators
|
|
190
190
|
|
|
191
|
-
|
|
191
|
+
462 streaming-first indicators across twenty-four families. Every one passes the
|
|
192
192
|
`batch == streaming` equivalence test, reference-value tests, and reset
|
|
193
193
|
semantics tests. Each has a per-indicator deep dive (formula, parameters,
|
|
194
194
|
warmup) at [docs.wickra.org](https://docs.wickra.org/Indicators-Overview).
|
|
@@ -203,8 +203,8 @@ warmup) at [docs.wickra.org](https://docs.wickra.org/Indicators-Overview).
|
|
|
203
203
|
| 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, Quartile Bands, Bomar Bands, Median Channel, Projection Bands, Projection Oscillator |
|
|
204
204
|
| 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, Kase DevStop, Elder SafeZone, ATR Ratchet, NRTR, Time-Based Stop, Modified MA Stop |
|
|
205
205
|
| 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, Volume RSI, Williams Accumulation/Distribution, Twiggs Money Flow, Trade Volume Index, Intraday Intensity Index, Better Volume, Volume-Weighted MACD |
|
|
206
|
-
| 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, Spread AR(1) Coefficient |
|
|
207
|
-
| 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 |
|
|
206
|
+
| 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, Spread AR(1) Coefficient, Jarque-Bera, Rolling Min-Max Scaler, Shannon Entropy, Sample Entropy, Kendall Tau |
|
|
207
|
+
| 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, Highpass Filter, Reflex, Trendflex, Correlation Trend Indicator, Adaptive RSI, Universal Oscillator, Adaptive CCI, Bandpass Filter, Even Better Sinewave, Autocorrelation Periodogram |
|
|
208
208
|
| Pivots & S/R | Classic Pivots, Fibonacci Pivots, Camarilla, Woodie Pivots, DeMark Pivots, Williams Fractals, ZigZag |
|
|
209
209
|
| 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 |
|
|
210
210
|
| Ichimoku & Charts | Ichimoku Kinko Hyo (Tenkan, Kijun, Senkou A/B, Chikou), Heikin-Ashi |
|
|
@@ -297,7 +297,7 @@ A Python live-trading example using the public `websockets` package lives at
|
|
|
297
297
|
```
|
|
298
298
|
wickra/
|
|
299
299
|
├── crates/
|
|
300
|
-
│ ├── wickra-core/ core engine + all
|
|
300
|
+
│ ├── wickra-core/ core engine + all 462 indicators
|
|
301
301
|
│ ├── wickra/ top-level facade crate (publishes on crates.io) + benches/
|
|
302
302
|
│ ├── wickra-data/ CSV reader, tick aggregator, live exchange feeds
|
|
303
303
|
│ └── wickra-bench/ internal cross-library benchmark harness (not published)
|
package/package.json
CHANGED
package/wickra_wasm.d.ts
CHANGED
|
@@ -1,6 +1,26 @@
|
|
|
1
1
|
/* tslint:disable */
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
|
|
4
|
+
export class ADAPTIVECCI {
|
|
5
|
+
free(): void;
|
|
6
|
+
[Symbol.dispose](): void;
|
|
7
|
+
batch(high: Float64Array, low: Float64Array, close: Float64Array): Float64Array;
|
|
8
|
+
constructor(period: number);
|
|
9
|
+
reset(): void;
|
|
10
|
+
update(high: number, low: number, close: number): number | undefined;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
export class ADAPTIVERSI {
|
|
14
|
+
free(): void;
|
|
15
|
+
[Symbol.dispose](): void;
|
|
16
|
+
batch(prices: Float64Array): Float64Array;
|
|
17
|
+
isReady(): boolean;
|
|
18
|
+
constructor(period: number);
|
|
19
|
+
reset(): void;
|
|
20
|
+
update(value: number): number | undefined;
|
|
21
|
+
warmupPeriod(): number;
|
|
22
|
+
}
|
|
23
|
+
|
|
4
24
|
export class ADL {
|
|
5
25
|
free(): void;
|
|
6
26
|
[Symbol.dispose](): void;
|
|
@@ -69,6 +89,17 @@ export class ATR {
|
|
|
69
89
|
update(high: number, low: number, close: number): number | undefined;
|
|
70
90
|
}
|
|
71
91
|
|
|
92
|
+
export class AUTOCORRPGRAM {
|
|
93
|
+
free(): void;
|
|
94
|
+
[Symbol.dispose](): void;
|
|
95
|
+
batch(prices: Float64Array): Float64Array;
|
|
96
|
+
isReady(): boolean;
|
|
97
|
+
constructor(min_period: number, max_period: number);
|
|
98
|
+
reset(): void;
|
|
99
|
+
update(value: number): number | undefined;
|
|
100
|
+
warmupPeriod(): number;
|
|
101
|
+
}
|
|
102
|
+
|
|
72
103
|
export class AVGPRICE {
|
|
73
104
|
free(): void;
|
|
74
105
|
[Symbol.dispose](): void;
|
|
@@ -383,6 +414,17 @@ export class AwesomeOscillatorHistogram {
|
|
|
383
414
|
warmupPeriod(): number;
|
|
384
415
|
}
|
|
385
416
|
|
|
417
|
+
export class BANDPASS {
|
|
418
|
+
free(): void;
|
|
419
|
+
[Symbol.dispose](): void;
|
|
420
|
+
batch(prices: Float64Array): Float64Array;
|
|
421
|
+
isReady(): boolean;
|
|
422
|
+
constructor(period: number, bandwidth: number);
|
|
423
|
+
reset(): void;
|
|
424
|
+
update(value: number): number | undefined;
|
|
425
|
+
warmupPeriod(): number;
|
|
426
|
+
}
|
|
427
|
+
|
|
386
428
|
export class BalanceOfPower {
|
|
387
429
|
free(): void;
|
|
388
430
|
[Symbol.dispose](): void;
|
|
@@ -584,6 +626,17 @@ export class CMO {
|
|
|
584
626
|
warmupPeriod(): number;
|
|
585
627
|
}
|
|
586
628
|
|
|
629
|
+
export class CTI {
|
|
630
|
+
free(): void;
|
|
631
|
+
[Symbol.dispose](): void;
|
|
632
|
+
batch(prices: Float64Array): Float64Array;
|
|
633
|
+
isReady(): boolean;
|
|
634
|
+
constructor(period: number);
|
|
635
|
+
reset(): void;
|
|
636
|
+
update(value: number): number | undefined;
|
|
637
|
+
warmupPeriod(): number;
|
|
638
|
+
}
|
|
639
|
+
|
|
587
640
|
export class CalendarSpread {
|
|
588
641
|
free(): void;
|
|
589
642
|
[Symbol.dispose](): void;
|
|
@@ -1157,6 +1210,17 @@ export class EMA {
|
|
|
1157
1210
|
warmupPeriod(): number;
|
|
1158
1211
|
}
|
|
1159
1212
|
|
|
1213
|
+
export class EVENBETTERSINE {
|
|
1214
|
+
free(): void;
|
|
1215
|
+
[Symbol.dispose](): void;
|
|
1216
|
+
batch(prices: Float64Array): Float64Array;
|
|
1217
|
+
isReady(): boolean;
|
|
1218
|
+
constructor(hp_period: number, ssf_length: number);
|
|
1219
|
+
reset(): void;
|
|
1220
|
+
update(value: number): number | undefined;
|
|
1221
|
+
warmupPeriod(): number;
|
|
1222
|
+
}
|
|
1223
|
+
|
|
1160
1224
|
export class EVWMA {
|
|
1161
1225
|
free(): void;
|
|
1162
1226
|
[Symbol.dispose](): void;
|
|
@@ -1666,6 +1730,17 @@ export class GravestoneDoji {
|
|
|
1666
1730
|
warmupPeriod(): number;
|
|
1667
1731
|
}
|
|
1668
1732
|
|
|
1733
|
+
export class HIGHPASS {
|
|
1734
|
+
free(): void;
|
|
1735
|
+
[Symbol.dispose](): void;
|
|
1736
|
+
batch(prices: Float64Array): Float64Array;
|
|
1737
|
+
isReady(): boolean;
|
|
1738
|
+
constructor(period: number);
|
|
1739
|
+
reset(): void;
|
|
1740
|
+
update(value: number): number | undefined;
|
|
1741
|
+
warmupPeriod(): number;
|
|
1742
|
+
}
|
|
1743
|
+
|
|
1669
1744
|
export class HMA {
|
|
1670
1745
|
free(): void;
|
|
1671
1746
|
[Symbol.dispose](): void;
|
|
@@ -2050,6 +2125,17 @@ export class InvertedHammer {
|
|
|
2050
2125
|
warmupPeriod(): number;
|
|
2051
2126
|
}
|
|
2052
2127
|
|
|
2128
|
+
export class JARQUEBERA {
|
|
2129
|
+
free(): void;
|
|
2130
|
+
[Symbol.dispose](): void;
|
|
2131
|
+
batch(prices: Float64Array): Float64Array;
|
|
2132
|
+
isReady(): boolean;
|
|
2133
|
+
constructor(period: number);
|
|
2134
|
+
reset(): void;
|
|
2135
|
+
update(value: number): number | undefined;
|
|
2136
|
+
warmupPeriod(): number;
|
|
2137
|
+
}
|
|
2138
|
+
|
|
2053
2139
|
export class JMA {
|
|
2054
2140
|
free(): void;
|
|
2055
2141
|
[Symbol.dispose](): void;
|
|
@@ -2194,6 +2280,21 @@ export class Keltner {
|
|
|
2194
2280
|
warmupPeriod(): number;
|
|
2195
2281
|
}
|
|
2196
2282
|
|
|
2283
|
+
export class KendallTau {
|
|
2284
|
+
free(): void;
|
|
2285
|
+
[Symbol.dispose](): void;
|
|
2286
|
+
/**
|
|
2287
|
+
* Batch over two equally-sized arrays. Returns one `f64` per
|
|
2288
|
+
* input position (`NaN` during warmup).
|
|
2289
|
+
*/
|
|
2290
|
+
batch(x: Float64Array, y: Float64Array): Float64Array;
|
|
2291
|
+
isReady(): boolean;
|
|
2292
|
+
constructor(period: number);
|
|
2293
|
+
reset(): void;
|
|
2294
|
+
update(x: number, y: number): number | undefined;
|
|
2295
|
+
warmupPeriod(): number;
|
|
2296
|
+
}
|
|
2297
|
+
|
|
2197
2298
|
export class Kicking {
|
|
2198
2299
|
free(): void;
|
|
2199
2300
|
[Symbol.dispose](): void;
|
|
@@ -3219,6 +3320,17 @@ export class QuotedSpread {
|
|
|
3219
3320
|
warmupPeriod(): number;
|
|
3220
3321
|
}
|
|
3221
3322
|
|
|
3323
|
+
export class REFLEX {
|
|
3324
|
+
free(): void;
|
|
3325
|
+
[Symbol.dispose](): void;
|
|
3326
|
+
batch(prices: Float64Array): Float64Array;
|
|
3327
|
+
isReady(): boolean;
|
|
3328
|
+
constructor(period: number);
|
|
3329
|
+
reset(): void;
|
|
3330
|
+
update(value: number): number | undefined;
|
|
3331
|
+
warmupPeriod(): number;
|
|
3332
|
+
}
|
|
3333
|
+
|
|
3222
3334
|
export class RMI {
|
|
3223
3335
|
free(): void;
|
|
3224
3336
|
[Symbol.dispose](): void;
|
|
@@ -3274,6 +3386,17 @@ export class ROCR100 {
|
|
|
3274
3386
|
warmupPeriod(): number;
|
|
3275
3387
|
}
|
|
3276
3388
|
|
|
3389
|
+
export class ROLLINGMINMAX {
|
|
3390
|
+
free(): void;
|
|
3391
|
+
[Symbol.dispose](): void;
|
|
3392
|
+
batch(prices: Float64Array): Float64Array;
|
|
3393
|
+
isReady(): boolean;
|
|
3394
|
+
constructor(period: number);
|
|
3395
|
+
reset(): void;
|
|
3396
|
+
update(value: number): number | undefined;
|
|
3397
|
+
warmupPeriod(): number;
|
|
3398
|
+
}
|
|
3399
|
+
|
|
3277
3400
|
export class RSI {
|
|
3278
3401
|
free(): void;
|
|
3279
3402
|
[Symbol.dispose](): void;
|
|
@@ -3564,6 +3687,17 @@ export class RoofingFilter {
|
|
|
3564
3687
|
warmupPeriod(): number;
|
|
3565
3688
|
}
|
|
3566
3689
|
|
|
3690
|
+
export class SAMPLEENT {
|
|
3691
|
+
free(): void;
|
|
3692
|
+
[Symbol.dispose](): void;
|
|
3693
|
+
batch(prices: Float64Array): Float64Array;
|
|
3694
|
+
isReady(): boolean;
|
|
3695
|
+
constructor(period: number, m: number, r_factor: number);
|
|
3696
|
+
reset(): void;
|
|
3697
|
+
update(value: number): number | undefined;
|
|
3698
|
+
warmupPeriod(): number;
|
|
3699
|
+
}
|
|
3700
|
+
|
|
3567
3701
|
export class SAREXT {
|
|
3568
3702
|
free(): void;
|
|
3569
3703
|
[Symbol.dispose](): void;
|
|
@@ -3573,6 +3707,17 @@ export class SAREXT {
|
|
|
3573
3707
|
update(high: number, low: number, close: number): number | undefined;
|
|
3574
3708
|
}
|
|
3575
3709
|
|
|
3710
|
+
export class SHANNONENT {
|
|
3711
|
+
free(): void;
|
|
3712
|
+
[Symbol.dispose](): void;
|
|
3713
|
+
batch(prices: Float64Array): Float64Array;
|
|
3714
|
+
isReady(): boolean;
|
|
3715
|
+
constructor(period: number, bins: number);
|
|
3716
|
+
reset(): void;
|
|
3717
|
+
update(value: number): number | undefined;
|
|
3718
|
+
warmupPeriod(): number;
|
|
3719
|
+
}
|
|
3720
|
+
|
|
3576
3721
|
export class SMA {
|
|
3577
3722
|
free(): void;
|
|
3578
3723
|
[Symbol.dispose](): void;
|
|
@@ -4172,6 +4317,17 @@ export class TII {
|
|
|
4172
4317
|
warmupPeriod(): number;
|
|
4173
4318
|
}
|
|
4174
4319
|
|
|
4320
|
+
export class TRENDFLEX {
|
|
4321
|
+
free(): void;
|
|
4322
|
+
[Symbol.dispose](): void;
|
|
4323
|
+
batch(prices: Float64Array): Float64Array;
|
|
4324
|
+
isReady(): boolean;
|
|
4325
|
+
constructor(period: number);
|
|
4326
|
+
reset(): void;
|
|
4327
|
+
update(value: number): number | undefined;
|
|
4328
|
+
warmupPeriod(): number;
|
|
4329
|
+
}
|
|
4330
|
+
|
|
4175
4331
|
export class TREND_STRENGTH_INDEX {
|
|
4176
4332
|
free(): void;
|
|
4177
4333
|
[Symbol.dispose](): void;
|
|
@@ -4569,6 +4725,17 @@ export class TypicalPrice {
|
|
|
4569
4725
|
update(high: number, low: number, close: number): number | undefined;
|
|
4570
4726
|
}
|
|
4571
4727
|
|
|
4728
|
+
export class UNIVERSALOSC {
|
|
4729
|
+
free(): void;
|
|
4730
|
+
[Symbol.dispose](): void;
|
|
4731
|
+
batch(prices: Float64Array): Float64Array;
|
|
4732
|
+
isReady(): boolean;
|
|
4733
|
+
constructor(period: number);
|
|
4734
|
+
reset(): void;
|
|
4735
|
+
update(value: number): number | undefined;
|
|
4736
|
+
warmupPeriod(): number;
|
|
4737
|
+
}
|
|
4738
|
+
|
|
4572
4739
|
export class UlcerIndex {
|
|
4573
4740
|
free(): void;
|
|
4574
4741
|
[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, Abcd, AbsoluteBreadthIndex, AccelerationBands, AcceleratorOscillator, AdVolumeLine, AdaptiveCycle, AdaptiveLaguerre, AdvanceBlock, AdvanceDecline, AdvanceDeclineRatio, Alligator, Alpha, AmihudIlliquidity, AnchoredRSI, AnchoredVWAP, Aroon, AroonOscillator, AtrBands, AtrRatchet, AtrTrailingStop, AutoFib, Autocorrelation, AverageDailyRange, AverageDrawdown, AwesomeOscillator, AwesomeOscillatorHistogram, BalanceOfPower, Bat, BeltHold, Beta, BetaNeutralSpread, BetterVolume, BipowerVariation, BodySizePct, BollingerBands, BollingerBandwidth, BomarBands, BreadthThrust, Breakaway, BullishPercentIndex, Butterfly, CCI, CFO, CMO, CalendarSpread, CalmarRatio, Camarilla, CenterOfGravity, ChaikinMoneyFlow, ChaikinOscillator, ChaikinVolatility, ChandeKrollStop, ChandelierExit, ChoppinessIndex, ClassicPivots, CloseVsOpen, ClosingMarubozu, CoefficientOfVariation, Cointegration, ConcealingBabySwallow, ConditionalValueAtRisk, ConnorsRSI, Coppock, Counterattack, Crab, CumulativeVolumeDelta, CumulativeVolumeIndex, CupAndHandle, CyberneticCycle, Cypher, DEMA, DPO, DX, DayOfWeekProfile, Decycler, DecyclerOscillator, DemandIndex, DemarkPivots, DepthSlope, DerivativeOscillator, DetrendedStdDev, DisparityIndex, DistanceSsd, Doji, DojiStar, Donchian, DonchianStop, DoubleBollinger, DoubleTopBottom, DownsideGapThreeMethods, DragonflyDoji, DrawdownDuration, DynamicMomentumIndex, EHMA, EMA, EVWMA, EaseOfMovement, EffectiveSpread, EhlersStochastic, ElderImpulse, ElderRay, ElderSafeZone, EmpiricalModeDecomposition, Engulfing, EveningDojiStar, EwmaVolatility, Expectancy, FAMA, FRAMA, FallingThreeMethods, FibArcs, FibChannel, FibConfluence, FibExtension, FibFan, FibProjection, FibRetracement, FibTimeZones, FibonacciPivots, FisherRSI, FisherTransform, FlagPennant, Footprint, ForceIndex, FractalChaosBands, FundingBasis, FundingRate, FundingRateMean, FundingRateZScore, GD, GMA, GainLossRatio, GapSideBySideWhite, Garch11, GarmanKlassVolatility, Gartley, GatorOscillator, GoldenPocket, GrangerCausality, GravestoneDoji, HMA, HT_DCPHASE, HT_PHASOR, HT_TRENDMODE, Hammer, HangingMan, Harami, HeadAndShoulders, HeikinAshi, HiLoActivator, HighLowIndex, HighLowRange, HighWave, Hikkake, HikkakeModified, HilbertDominantCycle, HistoricalVolatility, HoltWinters, HomingPigeon, HurstChannel, HurstExponent, IMI, Ichimoku, IdenticalThreeCrows, InNeck, Inertia, InformationRatio, InitialBalance, InstantaneousTrendline, IntradayIntensity, IntradayVolatilityProfile, InverseFisherTransform, InvertedHammer, JMA, JumpIndicator, KAMA, KST, KVO, KagiBars, KalmanHedgeRatio, KaseDevStop, KasePermissionStochastic, KellyCriterion, Keltner, Kicking, KickingByLength, Kurtosis, KylesLambda, LINEARREG_INTERCEPT, LadderBottom, LaguerreRSI, LeadLagCrossCorrelation, LinRegAngle, LinRegChannel, LinRegSlope, LinearRegression, LiquidationFeatures, LogReturn, LongLeggedDoji, LongLine, LongShortRatio, MACD, MACDEXT, MACDFIX, MAMA, MFI, MIDPOINT, MIDPRICE, MINUS_DI, MINUS_DM, MOM, MaEnvelope, MacdHistogram, MarketFacilitationIndex, Marubozu, MassIndex, MatHold, MatchingLow, MaxDrawdown, McClellanOscillator, McClellanSummationIndex, McGinleyDynamic, MedianAbsoluteDeviation, MedianChannel, MedianMA, MedianPrice, Microprice, ModifiedMaStop, MorningDojiStar, MorningEveningStar, NATR, NVI, NewHighsNewLows, Nrtr, OBV, OIPriceDivergence, OIWeighted, OmegaRatio, OnNeck, OpenInterestDelta, OpeningMarubozu, OpeningRange, OrderBookImbalanceFull, OrderBookImbalanceTop1, OrderBookImbalanceTopN, OrderFlowImbalance, OuHalfLife, OvernightGap, OvernightIntradayReturn, PGO, PLUS_DI, PLUS_DM, PMO, POLARIZED_FRACTAL_EFFICIENCY, PPO, PSAR, PVI, PainIndex, PairSpreadZScore, PairwiseBeta, ParkinsonVolatility, PearsonCorrelation, PercentAboveMa, PercentB, PercentageTrailingStop, PiercingDarkCloud, PointAndFigureBars, PpoHistogram, ProfitFactor, ProjectionBands, ProjectionOscillator, QQE, Qstick, QuartileBands, QuotedSpread, RMI, ROC, ROCP, ROCR, ROCR100, RSI, RSX, RSquared, RVI, RVIVolatility, RWI, RealizedSpread, RealizedVolatility, RecoveryFactor, RectangleRange, RegimeLabel, RelativeStrengthAB, RenkoBars, RenkoTrailingStop, RickshawMan, RisingThreeMethods, RogersSatchellVolatility, RollMeasure, RollingCorrelation, RollingCovariance, RollingIqr, RollingPercentileRank, RollingQuantile, RollingVWAP, RoofingFilter, SAREXT, SMA, SMI, SMMA, STC, SWMA, SeasonalZScore, SeparatingLines, SessionHighLow, SessionRange, SessionVwap, Shark, SharpeRatio, ShootingStar, ShortLine, SignedVolume, SineWave, Skewness, SortinoRatio, SpearmanCorrelation, SpinningTop, SpreadAr1Coefficient, SpreadBollingerBands, SpreadHurst, StalledPattern, StandardError, StandardErrorBands, StarcBands, StdDev, StepTrailingStop, StickSandwich, StochRSI, Stochastic, StochasticCCI, SuperSmoother, SuperTrend, T3, TDCombo, TDCountdown, TDDeMarker, TDDifferential, TDLines, TDOpen, TDPressure, TDREI, TDRangeProjection, TDRiskLevel, TDSequential, TDSetup, TEMA, TII, TREND_STRENGTH_INDEX, TRIMA, TRIX, TSF, TSI, TSV, TTM_TREND, TakerBuySellRatio, Takuri, TasukiGap, TermStructureBasis, ThreeDrives, ThreeInside, ThreeLineStrike, ThreeOutside, ThreeSoldiersOrCrows, ThreeStarsInSouth, Thrusting, TickIndex, TimeBasedStop, TimeOfDayReturnProfile, TpoProfile, TradeImbalance, TradeVolumeIndex, TrendLabel, TreynorRatio, Triangle, Trin, TripleTopBottom, TrueRange, TsfOscillator, TtmSqueeze, TurnOfMonth, Tweezer, TwiggsMoneyFlow, TwoCrows, TypicalPrice, UlcerIndex, UltimateOscillator, UniqueThreeRiver, UpDownVolumeRatio, UpsideGapThreeMethods, UpsideGapTwoCrows, VIDYA, VWAP, VWMA, VZO, ValueArea, ValueAtRisk, Variance, VarianceRatio, VerticalHorizontalFilter, VolatilityCone, VolatilityOfVolatility, VolatilityRatio, VoltyStop, VolumeByTimeProfile, VolumeOscillator, VolumePriceTrend, VolumeProfile, VolumeRsi, VolumeWeightedMacd, Vortex, Vpin, VwapStdDevBands, WAVE_PM, WMA, Wad, WaveTrend, Wedge, WeightedClose, WickRatio, WilliamsAD, WilliamsFractals, WilliamsR, WinRate, WoodiePivots, YangZhangVolatility, YoyoExit, ZLEMA, ZScore, ZeroLagMACD, ZigZag, installPanicHook, version
|
|
8
|
+
ADAPTIVECCI, ADAPTIVERSI, ADL, ADX, ADXR, ALMA, APO, ATR, AUTOCORRPGRAM, AVGPRICE, AbandonedBaby, Abcd, AbsoluteBreadthIndex, AccelerationBands, AcceleratorOscillator, AdVolumeLine, AdaptiveCycle, AdaptiveLaguerre, AdvanceBlock, AdvanceDecline, AdvanceDeclineRatio, Alligator, Alpha, AmihudIlliquidity, AnchoredRSI, AnchoredVWAP, Aroon, AroonOscillator, AtrBands, AtrRatchet, AtrTrailingStop, AutoFib, Autocorrelation, AverageDailyRange, AverageDrawdown, AwesomeOscillator, AwesomeOscillatorHistogram, BANDPASS, BalanceOfPower, Bat, BeltHold, Beta, BetaNeutralSpread, BetterVolume, BipowerVariation, BodySizePct, BollingerBands, BollingerBandwidth, BomarBands, BreadthThrust, Breakaway, BullishPercentIndex, Butterfly, CCI, CFO, CMO, CTI, CalendarSpread, CalmarRatio, Camarilla, CenterOfGravity, ChaikinMoneyFlow, ChaikinOscillator, ChaikinVolatility, ChandeKrollStop, ChandelierExit, ChoppinessIndex, ClassicPivots, CloseVsOpen, ClosingMarubozu, CoefficientOfVariation, Cointegration, ConcealingBabySwallow, ConditionalValueAtRisk, ConnorsRSI, Coppock, Counterattack, Crab, CumulativeVolumeDelta, CumulativeVolumeIndex, CupAndHandle, CyberneticCycle, Cypher, DEMA, DPO, DX, DayOfWeekProfile, Decycler, DecyclerOscillator, DemandIndex, DemarkPivots, DepthSlope, DerivativeOscillator, DetrendedStdDev, DisparityIndex, DistanceSsd, Doji, DojiStar, Donchian, DonchianStop, DoubleBollinger, DoubleTopBottom, DownsideGapThreeMethods, DragonflyDoji, DrawdownDuration, DynamicMomentumIndex, EHMA, EMA, EVENBETTERSINE, EVWMA, EaseOfMovement, EffectiveSpread, EhlersStochastic, ElderImpulse, ElderRay, ElderSafeZone, EmpiricalModeDecomposition, Engulfing, EveningDojiStar, EwmaVolatility, Expectancy, FAMA, FRAMA, FallingThreeMethods, FibArcs, FibChannel, FibConfluence, FibExtension, FibFan, FibProjection, FibRetracement, FibTimeZones, FibonacciPivots, FisherRSI, FisherTransform, FlagPennant, Footprint, ForceIndex, FractalChaosBands, FundingBasis, FundingRate, FundingRateMean, FundingRateZScore, GD, GMA, GainLossRatio, GapSideBySideWhite, Garch11, GarmanKlassVolatility, Gartley, GatorOscillator, GoldenPocket, GrangerCausality, GravestoneDoji, HIGHPASS, HMA, HT_DCPHASE, HT_PHASOR, HT_TRENDMODE, Hammer, HangingMan, Harami, HeadAndShoulders, HeikinAshi, HiLoActivator, HighLowIndex, HighLowRange, HighWave, Hikkake, HikkakeModified, HilbertDominantCycle, HistoricalVolatility, HoltWinters, HomingPigeon, HurstChannel, HurstExponent, IMI, Ichimoku, IdenticalThreeCrows, InNeck, Inertia, InformationRatio, InitialBalance, InstantaneousTrendline, IntradayIntensity, IntradayVolatilityProfile, InverseFisherTransform, InvertedHammer, JARQUEBERA, JMA, JumpIndicator, KAMA, KST, KVO, KagiBars, KalmanHedgeRatio, KaseDevStop, KasePermissionStochastic, KellyCriterion, Keltner, KendallTau, Kicking, KickingByLength, Kurtosis, KylesLambda, LINEARREG_INTERCEPT, LadderBottom, LaguerreRSI, LeadLagCrossCorrelation, LinRegAngle, LinRegChannel, LinRegSlope, LinearRegression, LiquidationFeatures, LogReturn, LongLeggedDoji, LongLine, LongShortRatio, MACD, MACDEXT, MACDFIX, MAMA, MFI, MIDPOINT, MIDPRICE, MINUS_DI, MINUS_DM, MOM, MaEnvelope, MacdHistogram, MarketFacilitationIndex, Marubozu, MassIndex, MatHold, MatchingLow, MaxDrawdown, McClellanOscillator, McClellanSummationIndex, McGinleyDynamic, MedianAbsoluteDeviation, MedianChannel, MedianMA, MedianPrice, Microprice, ModifiedMaStop, MorningDojiStar, MorningEveningStar, NATR, NVI, NewHighsNewLows, Nrtr, OBV, OIPriceDivergence, OIWeighted, OmegaRatio, OnNeck, OpenInterestDelta, OpeningMarubozu, OpeningRange, OrderBookImbalanceFull, OrderBookImbalanceTop1, OrderBookImbalanceTopN, OrderFlowImbalance, OuHalfLife, OvernightGap, OvernightIntradayReturn, PGO, PLUS_DI, PLUS_DM, PMO, POLARIZED_FRACTAL_EFFICIENCY, PPO, PSAR, PVI, PainIndex, PairSpreadZScore, PairwiseBeta, ParkinsonVolatility, PearsonCorrelation, PercentAboveMa, PercentB, PercentageTrailingStop, PiercingDarkCloud, PointAndFigureBars, PpoHistogram, ProfitFactor, ProjectionBands, ProjectionOscillator, QQE, Qstick, QuartileBands, QuotedSpread, REFLEX, RMI, ROC, ROCP, ROCR, ROCR100, ROLLINGMINMAX, RSI, RSX, RSquared, RVI, RVIVolatility, RWI, RealizedSpread, RealizedVolatility, RecoveryFactor, RectangleRange, RegimeLabel, RelativeStrengthAB, RenkoBars, RenkoTrailingStop, RickshawMan, RisingThreeMethods, RogersSatchellVolatility, RollMeasure, RollingCorrelation, RollingCovariance, RollingIqr, RollingPercentileRank, RollingQuantile, RollingVWAP, RoofingFilter, SAMPLEENT, SAREXT, SHANNONENT, SMA, SMI, SMMA, STC, SWMA, SeasonalZScore, SeparatingLines, SessionHighLow, SessionRange, SessionVwap, Shark, SharpeRatio, ShootingStar, ShortLine, SignedVolume, SineWave, Skewness, SortinoRatio, SpearmanCorrelation, SpinningTop, SpreadAr1Coefficient, SpreadBollingerBands, SpreadHurst, StalledPattern, StandardError, StandardErrorBands, StarcBands, StdDev, StepTrailingStop, StickSandwich, StochRSI, Stochastic, StochasticCCI, SuperSmoother, SuperTrend, T3, TDCombo, TDCountdown, TDDeMarker, TDDifferential, TDLines, TDOpen, TDPressure, TDREI, TDRangeProjection, TDRiskLevel, TDSequential, TDSetup, TEMA, TII, TRENDFLEX, TREND_STRENGTH_INDEX, TRIMA, TRIX, TSF, TSI, TSV, TTM_TREND, TakerBuySellRatio, Takuri, TasukiGap, TermStructureBasis, ThreeDrives, ThreeInside, ThreeLineStrike, ThreeOutside, ThreeSoldiersOrCrows, ThreeStarsInSouth, Thrusting, TickIndex, TimeBasedStop, TimeOfDayReturnProfile, TpoProfile, TradeImbalance, TradeVolumeIndex, TrendLabel, TreynorRatio, Triangle, Trin, TripleTopBottom, TrueRange, TsfOscillator, TtmSqueeze, TurnOfMonth, Tweezer, TwiggsMoneyFlow, TwoCrows, TypicalPrice, UNIVERSALOSC, UlcerIndex, UltimateOscillator, UniqueThreeRiver, UpDownVolumeRatio, UpsideGapThreeMethods, UpsideGapTwoCrows, VIDYA, VWAP, VWMA, VZO, ValueArea, ValueAtRisk, Variance, VarianceRatio, VerticalHorizontalFilter, VolatilityCone, VolatilityOfVolatility, VolatilityRatio, VoltyStop, VolumeByTimeProfile, VolumeOscillator, VolumePriceTrend, VolumeProfile, VolumeRsi, VolumeWeightedMacd, Vortex, Vpin, VwapStdDevBands, WAVE_PM, WMA, Wad, WaveTrend, Wedge, WeightedClose, WickRatio, WilliamsAD, WilliamsFractals, WilliamsR, WinRate, WoodiePivots, YangZhangVolatility, YoyoExit, ZLEMA, ZScore, ZeroLagMACD, ZigZag, installPanicHook, version
|
|
9
9
|
} from "./wickra_wasm_bg.js";
|