wickra-wasm 0.6.2 → 0.6.4
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 +143 -0
- package/wickra_wasm.js +1 -1
- package/wickra_wasm_bg.js +1112 -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=452" 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 452 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**: 452 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
|
+
452 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).
|
|
@@ -202,8 +202,8 @@ warmup) at [docs.wickra.org](https://docs.wickra.org/Indicators-Overview).
|
|
|
202
202
|
| Volatility & Bands | ATR, Bollinger Bands, Keltner Channels, Donchian Channels, NATR, StdDev, Ulcer Index, Historical Volatility, Bollinger Bandwidth, %B, True Range, Chaikin Volatility, RVI (Relative Volatility Index), Parkinson Volatility, Garman-Klass Volatility, Rogers-Satchell Volatility, Yang-Zhang Volatility, Volatility Cone |
|
|
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
|
-
| 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 |
|
|
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 |
|
|
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, Jarque-Bera, Rolling Min-Max Scaler, Shannon Entropy, Sample Entropy, Kendall Tau |
|
|
207
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 |
|
|
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 |
|
|
@@ -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 452 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
|
@@ -444,6 +444,17 @@ export class BetaNeutralSpread {
|
|
|
444
444
|
warmupPeriod(): number;
|
|
445
445
|
}
|
|
446
446
|
|
|
447
|
+
export class BetterVolume {
|
|
448
|
+
free(): void;
|
|
449
|
+
[Symbol.dispose](): void;
|
|
450
|
+
batch(high: Float64Array, low: Float64Array, close: Float64Array, volume: Float64Array): Float64Array;
|
|
451
|
+
isReady(): boolean;
|
|
452
|
+
constructor(period: number);
|
|
453
|
+
reset(): void;
|
|
454
|
+
update(high: number, low: number, close: number, volume: number): number | undefined;
|
|
455
|
+
warmupPeriod(): number;
|
|
456
|
+
}
|
|
457
|
+
|
|
447
458
|
export class BipowerVariation {
|
|
448
459
|
free(): void;
|
|
449
460
|
[Symbol.dispose](): void;
|
|
@@ -1995,6 +2006,17 @@ export class InstantaneousTrendline {
|
|
|
1995
2006
|
warmupPeriod(): number;
|
|
1996
2007
|
}
|
|
1997
2008
|
|
|
2009
|
+
export class IntradayIntensity {
|
|
2010
|
+
free(): void;
|
|
2011
|
+
[Symbol.dispose](): void;
|
|
2012
|
+
batch(high: Float64Array, low: Float64Array, close: Float64Array, volume: Float64Array): Float64Array;
|
|
2013
|
+
isReady(): boolean;
|
|
2014
|
+
constructor();
|
|
2015
|
+
reset(): void;
|
|
2016
|
+
update(high: number, low: number, close: number, volume: number): number | undefined;
|
|
2017
|
+
warmupPeriod(): number;
|
|
2018
|
+
}
|
|
2019
|
+
|
|
1998
2020
|
export class IntradayVolatilityProfile {
|
|
1999
2021
|
free(): void;
|
|
2000
2022
|
[Symbol.dispose](): void;
|
|
@@ -2028,6 +2050,17 @@ export class InvertedHammer {
|
|
|
2028
2050
|
warmupPeriod(): number;
|
|
2029
2051
|
}
|
|
2030
2052
|
|
|
2053
|
+
export class JARQUEBERA {
|
|
2054
|
+
free(): void;
|
|
2055
|
+
[Symbol.dispose](): void;
|
|
2056
|
+
batch(prices: Float64Array): Float64Array;
|
|
2057
|
+
isReady(): boolean;
|
|
2058
|
+
constructor(period: number);
|
|
2059
|
+
reset(): void;
|
|
2060
|
+
update(value: number): number | undefined;
|
|
2061
|
+
warmupPeriod(): number;
|
|
2062
|
+
}
|
|
2063
|
+
|
|
2031
2064
|
export class JMA {
|
|
2032
2065
|
free(): void;
|
|
2033
2066
|
[Symbol.dispose](): void;
|
|
@@ -2172,6 +2205,21 @@ export class Keltner {
|
|
|
2172
2205
|
warmupPeriod(): number;
|
|
2173
2206
|
}
|
|
2174
2207
|
|
|
2208
|
+
export class KendallTau {
|
|
2209
|
+
free(): void;
|
|
2210
|
+
[Symbol.dispose](): void;
|
|
2211
|
+
/**
|
|
2212
|
+
* Batch over two equally-sized arrays. Returns one `f64` per
|
|
2213
|
+
* input position (`NaN` during warmup).
|
|
2214
|
+
*/
|
|
2215
|
+
batch(x: Float64Array, y: Float64Array): Float64Array;
|
|
2216
|
+
isReady(): boolean;
|
|
2217
|
+
constructor(period: number);
|
|
2218
|
+
reset(): void;
|
|
2219
|
+
update(x: number, y: number): number | undefined;
|
|
2220
|
+
warmupPeriod(): number;
|
|
2221
|
+
}
|
|
2222
|
+
|
|
2175
2223
|
export class Kicking {
|
|
2176
2224
|
free(): void;
|
|
2177
2225
|
[Symbol.dispose](): void;
|
|
@@ -3252,6 +3300,17 @@ export class ROCR100 {
|
|
|
3252
3300
|
warmupPeriod(): number;
|
|
3253
3301
|
}
|
|
3254
3302
|
|
|
3303
|
+
export class ROLLINGMINMAX {
|
|
3304
|
+
free(): void;
|
|
3305
|
+
[Symbol.dispose](): void;
|
|
3306
|
+
batch(prices: Float64Array): Float64Array;
|
|
3307
|
+
isReady(): boolean;
|
|
3308
|
+
constructor(period: number);
|
|
3309
|
+
reset(): void;
|
|
3310
|
+
update(value: number): number | undefined;
|
|
3311
|
+
warmupPeriod(): number;
|
|
3312
|
+
}
|
|
3313
|
+
|
|
3255
3314
|
export class RSI {
|
|
3256
3315
|
free(): void;
|
|
3257
3316
|
[Symbol.dispose](): void;
|
|
@@ -3542,6 +3601,17 @@ export class RoofingFilter {
|
|
|
3542
3601
|
warmupPeriod(): number;
|
|
3543
3602
|
}
|
|
3544
3603
|
|
|
3604
|
+
export class SAMPLEENT {
|
|
3605
|
+
free(): void;
|
|
3606
|
+
[Symbol.dispose](): void;
|
|
3607
|
+
batch(prices: Float64Array): Float64Array;
|
|
3608
|
+
isReady(): boolean;
|
|
3609
|
+
constructor(period: number, m: number, r_factor: number);
|
|
3610
|
+
reset(): void;
|
|
3611
|
+
update(value: number): number | undefined;
|
|
3612
|
+
warmupPeriod(): number;
|
|
3613
|
+
}
|
|
3614
|
+
|
|
3545
3615
|
export class SAREXT {
|
|
3546
3616
|
free(): void;
|
|
3547
3617
|
[Symbol.dispose](): void;
|
|
@@ -3551,6 +3621,17 @@ export class SAREXT {
|
|
|
3551
3621
|
update(high: number, low: number, close: number): number | undefined;
|
|
3552
3622
|
}
|
|
3553
3623
|
|
|
3624
|
+
export class SHANNONENT {
|
|
3625
|
+
free(): void;
|
|
3626
|
+
[Symbol.dispose](): void;
|
|
3627
|
+
batch(prices: Float64Array): Float64Array;
|
|
3628
|
+
isReady(): boolean;
|
|
3629
|
+
constructor(period: number, bins: number);
|
|
3630
|
+
reset(): void;
|
|
3631
|
+
update(value: number): number | undefined;
|
|
3632
|
+
warmupPeriod(): number;
|
|
3633
|
+
}
|
|
3634
|
+
|
|
3554
3635
|
export class SMA {
|
|
3555
3636
|
free(): void;
|
|
3556
3637
|
[Symbol.dispose](): void;
|
|
@@ -4396,6 +4477,17 @@ export class TradeImbalance {
|
|
|
4396
4477
|
warmupPeriod(): number;
|
|
4397
4478
|
}
|
|
4398
4479
|
|
|
4480
|
+
export class TradeVolumeIndex {
|
|
4481
|
+
free(): void;
|
|
4482
|
+
[Symbol.dispose](): void;
|
|
4483
|
+
batch(close: Float64Array, volume: Float64Array): Float64Array;
|
|
4484
|
+
isReady(): boolean;
|
|
4485
|
+
constructor(min_tick: number);
|
|
4486
|
+
reset(): void;
|
|
4487
|
+
update(close: number, volume: number): number | undefined;
|
|
4488
|
+
warmupPeriod(): number;
|
|
4489
|
+
}
|
|
4490
|
+
|
|
4399
4491
|
export class TrendLabel {
|
|
4400
4492
|
free(): void;
|
|
4401
4493
|
[Symbol.dispose](): void;
|
|
@@ -4505,6 +4597,17 @@ export class Tweezer {
|
|
|
4505
4597
|
warmupPeriod(): number;
|
|
4506
4598
|
}
|
|
4507
4599
|
|
|
4600
|
+
export class TwiggsMoneyFlow {
|
|
4601
|
+
free(): void;
|
|
4602
|
+
[Symbol.dispose](): void;
|
|
4603
|
+
batch(high: Float64Array, low: Float64Array, close: Float64Array, volume: Float64Array): Float64Array;
|
|
4604
|
+
isReady(): boolean;
|
|
4605
|
+
constructor(period: number);
|
|
4606
|
+
reset(): void;
|
|
4607
|
+
update(high: number, low: number, close: number, volume: number): number | undefined;
|
|
4608
|
+
warmupPeriod(): number;
|
|
4609
|
+
}
|
|
4610
|
+
|
|
4508
4611
|
export class TwoCrows {
|
|
4509
4612
|
free(): void;
|
|
4510
4613
|
[Symbol.dispose](): void;
|
|
@@ -4773,6 +4876,35 @@ export class VolumeProfile {
|
|
|
4773
4876
|
warmupPeriod(): number;
|
|
4774
4877
|
}
|
|
4775
4878
|
|
|
4879
|
+
export class VolumeRsi {
|
|
4880
|
+
free(): void;
|
|
4881
|
+
[Symbol.dispose](): void;
|
|
4882
|
+
batch(close: Float64Array, volume: Float64Array): Float64Array;
|
|
4883
|
+
isReady(): boolean;
|
|
4884
|
+
constructor(period: number);
|
|
4885
|
+
reset(): void;
|
|
4886
|
+
update(close: number, volume: number): number | undefined;
|
|
4887
|
+
warmupPeriod(): number;
|
|
4888
|
+
}
|
|
4889
|
+
|
|
4890
|
+
export class VolumeWeightedMacd {
|
|
4891
|
+
free(): void;
|
|
4892
|
+
[Symbol.dispose](): void;
|
|
4893
|
+
/**
|
|
4894
|
+
* Returns `[macd0, signal0, histogram0, macd1, ...]`, length `3 * n`.
|
|
4895
|
+
* Warmup is NaN.
|
|
4896
|
+
*/
|
|
4897
|
+
batch(close: Float64Array, volume: Float64Array): Float64Array;
|
|
4898
|
+
isReady(): boolean;
|
|
4899
|
+
constructor(fast: number, slow: number, signal: number);
|
|
4900
|
+
reset(): void;
|
|
4901
|
+
/**
|
|
4902
|
+
* Returns `{ macd, signal, histogram }` once warm, else `null`.
|
|
4903
|
+
*/
|
|
4904
|
+
update(close: number, volume: number): any;
|
|
4905
|
+
warmupPeriod(): number;
|
|
4906
|
+
}
|
|
4907
|
+
|
|
4776
4908
|
export class Vortex {
|
|
4777
4909
|
free(): void;
|
|
4778
4910
|
[Symbol.dispose](): void;
|
|
@@ -4831,6 +4963,17 @@ export class WMA {
|
|
|
4831
4963
|
warmupPeriod(): number;
|
|
4832
4964
|
}
|
|
4833
4965
|
|
|
4966
|
+
export class Wad {
|
|
4967
|
+
free(): void;
|
|
4968
|
+
[Symbol.dispose](): void;
|
|
4969
|
+
batch(high: Float64Array, low: Float64Array, close: Float64Array): Float64Array;
|
|
4970
|
+
isReady(): boolean;
|
|
4971
|
+
constructor();
|
|
4972
|
+
reset(): void;
|
|
4973
|
+
update(high: number, low: number, close: number): number | undefined;
|
|
4974
|
+
warmupPeriod(): number;
|
|
4975
|
+
}
|
|
4976
|
+
|
|
4834
4977
|
export class WaveTrend {
|
|
4835
4978
|
free(): void;
|
|
4836
4979
|
[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, 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, 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, TrendLabel, TreynorRatio, Triangle, Trin, TripleTopBottom, TrueRange, TsfOscillator, TtmSqueeze, TurnOfMonth, Tweezer, 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, Vortex, Vpin, VwapStdDevBands, WAVE_PM, WMA, WaveTrend, Wedge, WeightedClose, WickRatio, WilliamsAD, WilliamsFractals, WilliamsR, WinRate, WoodiePivots, YangZhangVolatility, YoyoExit, ZLEMA, ZScore, ZeroLagMACD, ZigZag, installPanicHook, version
|
|
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, 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, 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, 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
|
|
9
9
|
} from "./wickra_wasm_bg.js";
|