wickra-wasm 0.5.1 → 0.5.2
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 -4
- package/package.json +1 -1
- package/wickra_wasm.d.ts +176 -0
- package/wickra_wasm.js +1 -1
- package/wickra_wasm_bg.js +1520 -32
- 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=367" 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)
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
[](https://www.npmjs.com/package/wickra)
|
|
12
12
|
[](#license)
|
|
13
13
|
[](https://scorecard.dev/viewer/?uri=github.com/wickra-lib/wickra)
|
|
14
|
+
[](https://www.bestpractices.dev/projects/13094)
|
|
14
15
|
[](https://github.com/wickra-lib/wickra/attestations)
|
|
15
16
|
[](https://docs.wickra.org)
|
|
16
17
|
|
|
@@ -47,7 +48,7 @@ Full documentation lives at **[docs.wickra.org](https://docs.wickra.org)**:
|
|
|
47
48
|
[Node](https://docs.wickra.org/Quickstart-Node),
|
|
48
49
|
[WASM](https://docs.wickra.org/Quickstart-WASM).
|
|
49
50
|
- **Indicators** — a per-indicator deep dive (formula, parameters, warmup) for
|
|
50
|
-
every one of the
|
|
51
|
+
every one of the 367 indicators; start at the
|
|
51
52
|
[indicators overview](https://docs.wickra.org/Indicators-Overview).
|
|
52
53
|
- **Reference** — [warmup periods](https://docs.wickra.org/Warmup-Periods),
|
|
53
54
|
[streaming vs batch](https://docs.wickra.org/Streaming-vs-Batch),
|
|
@@ -135,7 +136,7 @@ python -m benchmarks.compare_libraries
|
|
|
135
136
|
|
|
136
137
|
## Indicators
|
|
137
138
|
|
|
138
|
-
|
|
139
|
+
367 streaming-first indicators across twenty-three families. Every one passes the
|
|
139
140
|
`batch == streaming` equivalence test, reference-value tests, and reset
|
|
140
141
|
semantics tests. Each has a per-indicator deep dive (formula, parameters,
|
|
141
142
|
warmup) at [docs.wickra.org](https://docs.wickra.org/Indicators-Overview).
|
|
@@ -157,6 +158,8 @@ warmup) at [docs.wickra.org](https://docs.wickra.org/Indicators-Overview).
|
|
|
157
158
|
| Ichimoku & Charts | Ichimoku Kinko Hyo (Tenkan, Kijun, Senkou A/B, Chikou), Heikin-Ashi |
|
|
158
159
|
| Alt-Chart Bars | Renko (box-size bricks), Kagi (reversal-amount lines), Point & Figure (X/O columns) |
|
|
159
160
|
| Candlestick Patterns | Doji, Hammer, Inverted Hammer, Hanging Man, Shooting Star, Engulfing, Harami, Morning/Evening Star, Three White Soldiers/Black Crows, Piercing Line/Dark Cloud Cover, Marubozu, Tweezer, Spinning Top, Three Inside Up/Down, Three Outside Up/Down, Two Crows, Upside Gap Two Crows, Identical Three Crows, Three Line Strike, Three Stars in the South, Abandoned Baby, Advance Block, Belt-hold, Breakaway, Counterattack, Doji Star, Dragonfly Doji, Gravestone Doji, Long-Legged Doji, Rickshaw Man, Evening Doji Star, Morning Doji Star, Gap Side-by-Side White, High-Wave, Hikkake, Modified Hikkake, Homing Pigeon, On-Neck, In-Neck, Thrusting, Separating Lines, Kicking, Kicking by Length, Ladder Bottom, Mat Hold, Matching Low, Long Line, Short Line, Rising Three Methods, Falling Three Methods, Upside Gap Three Methods, Downside Gap Three Methods, Stalled Pattern, Stick Sandwich, Takuri, Closing Marubozu, Opening Marubozu, Tasuki Gap, Unique Three River, Concealing Baby Swallow |
|
|
161
|
+
| Chart Patterns | Double Top / Bottom, Triple Top / Bottom, Head and Shoulders, Triangle (asc/desc/sym), Wedge (rising/falling), Flag / Pennant, Rectangle / Range, Cup and Handle |
|
|
162
|
+
| Harmonic Patterns | AB=CD, Gartley, Butterfly, Bat, Crab, Shark, Cypher, Three Drives |
|
|
160
163
|
| 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
164
|
| 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
165
|
| Market Profile | Value Area (POC / VAH / VAL), Volume Profile (histogram), TPO Profile, Initial Balance, Opening Range |
|
|
@@ -241,7 +244,7 @@ A Python live-trading example using the public `websockets` package lives at
|
|
|
241
244
|
```
|
|
242
245
|
wickra/
|
|
243
246
|
├── crates/
|
|
244
|
-
│ ├── wickra-core/ core engine + all
|
|
247
|
+
│ ├── wickra-core/ core engine + all 367 indicators
|
|
245
248
|
│ ├── wickra/ top-level facade crate (publishes on crates.io) + benches/
|
|
246
249
|
│ └── wickra-data/ CSV reader, tick aggregator, live exchange feeds
|
|
247
250
|
├── bindings/
|
package/package.json
CHANGED
package/wickra_wasm.d.ts
CHANGED
|
@@ -89,6 +89,17 @@ export class AbandonedBaby {
|
|
|
89
89
|
warmupPeriod(): number;
|
|
90
90
|
}
|
|
91
91
|
|
|
92
|
+
export class Abcd {
|
|
93
|
+
free(): void;
|
|
94
|
+
[Symbol.dispose](): void;
|
|
95
|
+
batch(open: Float64Array, high: Float64Array, low: Float64Array, close: Float64Array): Float64Array;
|
|
96
|
+
isReady(): boolean;
|
|
97
|
+
constructor();
|
|
98
|
+
reset(): void;
|
|
99
|
+
update(open: number, high: number, low: number, close: number): number | undefined;
|
|
100
|
+
warmupPeriod(): number;
|
|
101
|
+
}
|
|
102
|
+
|
|
92
103
|
export class AbsoluteBreadthIndex {
|
|
93
104
|
free(): void;
|
|
94
105
|
[Symbol.dispose](): void;
|
|
@@ -333,6 +344,17 @@ export class BalanceOfPower {
|
|
|
333
344
|
update(open: number, high: number, low: number, close: number): number | undefined;
|
|
334
345
|
}
|
|
335
346
|
|
|
347
|
+
export class Bat {
|
|
348
|
+
free(): void;
|
|
349
|
+
[Symbol.dispose](): void;
|
|
350
|
+
batch(open: Float64Array, high: Float64Array, low: Float64Array, close: Float64Array): Float64Array;
|
|
351
|
+
isReady(): boolean;
|
|
352
|
+
constructor();
|
|
353
|
+
reset(): void;
|
|
354
|
+
update(open: number, high: number, low: number, close: number): number | undefined;
|
|
355
|
+
warmupPeriod(): number;
|
|
356
|
+
}
|
|
357
|
+
|
|
336
358
|
export class BeltHold {
|
|
337
359
|
free(): void;
|
|
338
360
|
[Symbol.dispose](): void;
|
|
@@ -428,6 +450,17 @@ export class BullishPercentIndex {
|
|
|
428
450
|
warmupPeriod(): number;
|
|
429
451
|
}
|
|
430
452
|
|
|
453
|
+
export class Butterfly {
|
|
454
|
+
free(): void;
|
|
455
|
+
[Symbol.dispose](): void;
|
|
456
|
+
batch(open: Float64Array, high: Float64Array, low: Float64Array, close: Float64Array): Float64Array;
|
|
457
|
+
isReady(): boolean;
|
|
458
|
+
constructor();
|
|
459
|
+
reset(): void;
|
|
460
|
+
update(open: number, high: number, low: number, close: number): number | undefined;
|
|
461
|
+
warmupPeriod(): number;
|
|
462
|
+
}
|
|
463
|
+
|
|
431
464
|
export class CCI {
|
|
432
465
|
free(): void;
|
|
433
466
|
[Symbol.dispose](): void;
|
|
@@ -676,6 +709,17 @@ export class Counterattack {
|
|
|
676
709
|
warmupPeriod(): number;
|
|
677
710
|
}
|
|
678
711
|
|
|
712
|
+
export class Crab {
|
|
713
|
+
free(): void;
|
|
714
|
+
[Symbol.dispose](): void;
|
|
715
|
+
batch(open: Float64Array, high: Float64Array, low: Float64Array, close: Float64Array): Float64Array;
|
|
716
|
+
isReady(): boolean;
|
|
717
|
+
constructor();
|
|
718
|
+
reset(): void;
|
|
719
|
+
update(open: number, high: number, low: number, close: number): number | undefined;
|
|
720
|
+
warmupPeriod(): number;
|
|
721
|
+
}
|
|
722
|
+
|
|
679
723
|
export class CumulativeVolumeDelta {
|
|
680
724
|
free(): void;
|
|
681
725
|
[Symbol.dispose](): void;
|
|
@@ -696,6 +740,17 @@ export class CumulativeVolumeIndex {
|
|
|
696
740
|
warmupPeriod(): number;
|
|
697
741
|
}
|
|
698
742
|
|
|
743
|
+
export class CupAndHandle {
|
|
744
|
+
free(): void;
|
|
745
|
+
[Symbol.dispose](): void;
|
|
746
|
+
batch(open: Float64Array, high: Float64Array, low: Float64Array, close: Float64Array): Float64Array;
|
|
747
|
+
isReady(): boolean;
|
|
748
|
+
constructor();
|
|
749
|
+
reset(): void;
|
|
750
|
+
update(open: number, high: number, low: number, close: number): number | undefined;
|
|
751
|
+
warmupPeriod(): number;
|
|
752
|
+
}
|
|
753
|
+
|
|
699
754
|
export class CyberneticCycle {
|
|
700
755
|
free(): void;
|
|
701
756
|
[Symbol.dispose](): void;
|
|
@@ -707,6 +762,17 @@ export class CyberneticCycle {
|
|
|
707
762
|
warmupPeriod(): number;
|
|
708
763
|
}
|
|
709
764
|
|
|
765
|
+
export class Cypher {
|
|
766
|
+
free(): void;
|
|
767
|
+
[Symbol.dispose](): void;
|
|
768
|
+
batch(open: Float64Array, high: Float64Array, low: Float64Array, close: Float64Array): Float64Array;
|
|
769
|
+
isReady(): boolean;
|
|
770
|
+
constructor();
|
|
771
|
+
reset(): void;
|
|
772
|
+
update(open: number, high: number, low: number, close: number): number | undefined;
|
|
773
|
+
warmupPeriod(): number;
|
|
774
|
+
}
|
|
775
|
+
|
|
710
776
|
export class DEMA {
|
|
711
777
|
free(): void;
|
|
712
778
|
[Symbol.dispose](): void;
|
|
@@ -893,6 +959,17 @@ export class DoubleBollinger {
|
|
|
893
959
|
warmupPeriod(): number;
|
|
894
960
|
}
|
|
895
961
|
|
|
962
|
+
export class DoubleTopBottom {
|
|
963
|
+
free(): void;
|
|
964
|
+
[Symbol.dispose](): void;
|
|
965
|
+
batch(open: Float64Array, high: Float64Array, low: Float64Array, close: Float64Array): Float64Array;
|
|
966
|
+
isReady(): boolean;
|
|
967
|
+
constructor();
|
|
968
|
+
reset(): void;
|
|
969
|
+
update(open: number, high: number, low: number, close: number): number | undefined;
|
|
970
|
+
warmupPeriod(): number;
|
|
971
|
+
}
|
|
972
|
+
|
|
896
973
|
export class DownsideGapThreeMethods {
|
|
897
974
|
free(): void;
|
|
898
975
|
[Symbol.dispose](): void;
|
|
@@ -1077,6 +1154,17 @@ export class FisherTransform {
|
|
|
1077
1154
|
warmupPeriod(): number;
|
|
1078
1155
|
}
|
|
1079
1156
|
|
|
1157
|
+
export class FlagPennant {
|
|
1158
|
+
free(): void;
|
|
1159
|
+
[Symbol.dispose](): void;
|
|
1160
|
+
batch(open: Float64Array, high: Float64Array, low: Float64Array, close: Float64Array): Float64Array;
|
|
1161
|
+
isReady(): boolean;
|
|
1162
|
+
constructor();
|
|
1163
|
+
reset(): void;
|
|
1164
|
+
update(open: number, high: number, low: number, close: number): number | undefined;
|
|
1165
|
+
warmupPeriod(): number;
|
|
1166
|
+
}
|
|
1167
|
+
|
|
1080
1168
|
export class Footprint {
|
|
1081
1169
|
free(): void;
|
|
1082
1170
|
[Symbol.dispose](): void;
|
|
@@ -1183,6 +1271,17 @@ export class GarmanKlassVolatility {
|
|
|
1183
1271
|
warmupPeriod(): number;
|
|
1184
1272
|
}
|
|
1185
1273
|
|
|
1274
|
+
export class Gartley {
|
|
1275
|
+
free(): void;
|
|
1276
|
+
[Symbol.dispose](): void;
|
|
1277
|
+
batch(open: Float64Array, high: Float64Array, low: Float64Array, close: Float64Array): Float64Array;
|
|
1278
|
+
isReady(): boolean;
|
|
1279
|
+
constructor();
|
|
1280
|
+
reset(): void;
|
|
1281
|
+
update(open: number, high: number, low: number, close: number): number | undefined;
|
|
1282
|
+
warmupPeriod(): number;
|
|
1283
|
+
}
|
|
1284
|
+
|
|
1186
1285
|
export class GrangerCausality {
|
|
1187
1286
|
free(): void;
|
|
1188
1287
|
[Symbol.dispose](): void;
|
|
@@ -1287,6 +1386,17 @@ export class Harami {
|
|
|
1287
1386
|
warmupPeriod(): number;
|
|
1288
1387
|
}
|
|
1289
1388
|
|
|
1389
|
+
export class HeadAndShoulders {
|
|
1390
|
+
free(): void;
|
|
1391
|
+
[Symbol.dispose](): void;
|
|
1392
|
+
batch(open: Float64Array, high: Float64Array, low: Float64Array, close: Float64Array): Float64Array;
|
|
1393
|
+
isReady(): boolean;
|
|
1394
|
+
constructor();
|
|
1395
|
+
reset(): void;
|
|
1396
|
+
update(open: number, high: number, low: number, close: number): number | undefined;
|
|
1397
|
+
warmupPeriod(): number;
|
|
1398
|
+
}
|
|
1399
|
+
|
|
1290
1400
|
export class HeikinAshi {
|
|
1291
1401
|
free(): void;
|
|
1292
1402
|
[Symbol.dispose](): void;
|
|
@@ -2607,6 +2717,17 @@ export class RecoveryFactor {
|
|
|
2607
2717
|
warmupPeriod(): number;
|
|
2608
2718
|
}
|
|
2609
2719
|
|
|
2720
|
+
export class RectangleRange {
|
|
2721
|
+
free(): void;
|
|
2722
|
+
[Symbol.dispose](): void;
|
|
2723
|
+
batch(open: Float64Array, high: Float64Array, low: Float64Array, close: Float64Array): Float64Array;
|
|
2724
|
+
isReady(): boolean;
|
|
2725
|
+
constructor();
|
|
2726
|
+
reset(): void;
|
|
2727
|
+
update(open: number, high: number, low: number, close: number): number | undefined;
|
|
2728
|
+
warmupPeriod(): number;
|
|
2729
|
+
}
|
|
2730
|
+
|
|
2610
2731
|
export class RelativeStrengthAB {
|
|
2611
2732
|
free(): void;
|
|
2612
2733
|
[Symbol.dispose](): void;
|
|
@@ -2839,6 +2960,17 @@ export class SessionVwap {
|
|
|
2839
2960
|
warmupPeriod(): number;
|
|
2840
2961
|
}
|
|
2841
2962
|
|
|
2963
|
+
export class Shark {
|
|
2964
|
+
free(): void;
|
|
2965
|
+
[Symbol.dispose](): void;
|
|
2966
|
+
batch(open: Float64Array, high: Float64Array, low: Float64Array, close: Float64Array): Float64Array;
|
|
2967
|
+
isReady(): boolean;
|
|
2968
|
+
constructor();
|
|
2969
|
+
reset(): void;
|
|
2970
|
+
update(open: number, high: number, low: number, close: number): number | undefined;
|
|
2971
|
+
warmupPeriod(): number;
|
|
2972
|
+
}
|
|
2973
|
+
|
|
2842
2974
|
export class SharpeRatio {
|
|
2843
2975
|
free(): void;
|
|
2844
2976
|
[Symbol.dispose](): void;
|
|
@@ -3390,6 +3522,17 @@ export class TermStructureBasis {
|
|
|
3390
3522
|
warmupPeriod(): number;
|
|
3391
3523
|
}
|
|
3392
3524
|
|
|
3525
|
+
export class ThreeDrives {
|
|
3526
|
+
free(): void;
|
|
3527
|
+
[Symbol.dispose](): void;
|
|
3528
|
+
batch(open: Float64Array, high: Float64Array, low: Float64Array, close: Float64Array): Float64Array;
|
|
3529
|
+
isReady(): boolean;
|
|
3530
|
+
constructor();
|
|
3531
|
+
reset(): void;
|
|
3532
|
+
update(open: number, high: number, low: number, close: number): number | undefined;
|
|
3533
|
+
warmupPeriod(): number;
|
|
3534
|
+
}
|
|
3535
|
+
|
|
3393
3536
|
export class ThreeInside {
|
|
3394
3537
|
free(): void;
|
|
3395
3538
|
[Symbol.dispose](): void;
|
|
@@ -3512,6 +3655,17 @@ export class TreynorRatio {
|
|
|
3512
3655
|
warmupPeriod(): number;
|
|
3513
3656
|
}
|
|
3514
3657
|
|
|
3658
|
+
export class Triangle {
|
|
3659
|
+
free(): void;
|
|
3660
|
+
[Symbol.dispose](): void;
|
|
3661
|
+
batch(open: Float64Array, high: Float64Array, low: Float64Array, close: Float64Array): Float64Array;
|
|
3662
|
+
isReady(): boolean;
|
|
3663
|
+
constructor();
|
|
3664
|
+
reset(): void;
|
|
3665
|
+
update(open: number, high: number, low: number, close: number): number | undefined;
|
|
3666
|
+
warmupPeriod(): number;
|
|
3667
|
+
}
|
|
3668
|
+
|
|
3515
3669
|
export class Trin {
|
|
3516
3670
|
free(): void;
|
|
3517
3671
|
[Symbol.dispose](): void;
|
|
@@ -3522,6 +3676,17 @@ export class Trin {
|
|
|
3522
3676
|
warmupPeriod(): number;
|
|
3523
3677
|
}
|
|
3524
3678
|
|
|
3679
|
+
export class TripleTopBottom {
|
|
3680
|
+
free(): void;
|
|
3681
|
+
[Symbol.dispose](): void;
|
|
3682
|
+
batch(open: Float64Array, high: Float64Array, low: Float64Array, close: Float64Array): Float64Array;
|
|
3683
|
+
isReady(): boolean;
|
|
3684
|
+
constructor();
|
|
3685
|
+
reset(): void;
|
|
3686
|
+
update(open: number, high: number, low: number, close: number): number | undefined;
|
|
3687
|
+
warmupPeriod(): number;
|
|
3688
|
+
}
|
|
3689
|
+
|
|
3525
3690
|
export class TrueRange {
|
|
3526
3691
|
free(): void;
|
|
3527
3692
|
[Symbol.dispose](): void;
|
|
@@ -3850,6 +4015,17 @@ export class WaveTrend {
|
|
|
3850
4015
|
update(high: number, low: number, close: number): any;
|
|
3851
4016
|
}
|
|
3852
4017
|
|
|
4018
|
+
export class Wedge {
|
|
4019
|
+
free(): void;
|
|
4020
|
+
[Symbol.dispose](): void;
|
|
4021
|
+
batch(open: Float64Array, high: Float64Array, low: Float64Array, close: Float64Array): Float64Array;
|
|
4022
|
+
isReady(): boolean;
|
|
4023
|
+
constructor();
|
|
4024
|
+
reset(): void;
|
|
4025
|
+
update(open: number, high: number, low: number, close: number): number | undefined;
|
|
4026
|
+
warmupPeriod(): number;
|
|
4027
|
+
}
|
|
4028
|
+
|
|
3853
4029
|
export class WeightedClose {
|
|
3854
4030
|
free(): void;
|
|
3855
4031
|
[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, AbsoluteBreadthIndex, AccelerationBands, AcceleratorOscillator, AdVolumeLine, AdaptiveCycle, AdvanceBlock, AdvanceDecline, AdvanceDeclineRatio, Alligator, Alpha, AnchoredRSI, AnchoredVWAP, Aroon, AroonOscillator, AtrBands, AtrTrailingStop, Autocorrelation, AverageDailyRange, AverageDrawdown, AwesomeOscillator, AwesomeOscillatorHistogram, BalanceOfPower, BeltHold, Beta, BetaNeutralSpread, BollingerBands, BollingerBandwidth, BreadthThrust, Breakaway, BullishPercentIndex, CCI, CFO, CMO, CalendarSpread, CalmarRatio, Camarilla, CenterOfGravity, ChaikinMoneyFlow, ChaikinOscillator, ChaikinVolatility, ChandeKrollStop, ChandelierExit, ChoppinessIndex, ClassicPivots, ClosingMarubozu, CoefficientOfVariation, Cointegration, ConcealingBabySwallow, ConditionalValueAtRisk, ConnorsRSI, Coppock, Counterattack, CumulativeVolumeDelta, CumulativeVolumeIndex, CyberneticCycle, DEMA, DPO, DX, DayOfWeekProfile, 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, HighLowIndex, HighWave, Hikkake, HikkakeModified, HilbertDominantCycle, HistoricalVolatility, HomingPigeon, HurstChannel, HurstExponent, Ichimoku, IdenticalThreeCrows, InNeck, Inertia, InformationRatio, InitialBalance, InstantaneousTrendline, IntradayVolatilityProfile, 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, McClellanOscillator, McClellanSummationIndex, McGinleyDynamic, MedianAbsoluteDeviation, MedianPrice, Microprice, MorningDojiStar, MorningEveningStar, NATR, NVI, NewHighsNewLows, OBV, OIPriceDivergence, OIWeighted, OmegaRatio, OnNeck, OpenInterestDelta, OpeningMarubozu, OpeningRange, OrderBookImbalanceFull, OrderBookImbalanceTop1, OrderBookImbalanceTopN, OuHalfLife, OvernightGap, OvernightIntradayReturn, PGO, PLUS_DI, PLUS_DM, PMO, PPO, PSAR, PVI, PainIndex, PairSpreadZScore, PairwiseBeta, ParkinsonVolatility, PearsonCorrelation, PercentAboveMa, 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, SeasonalZScore, SeparatingLines, SessionHighLow, SessionRange, SessionVwap, 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, TickIndex, TimeOfDayReturnProfile, TpoProfile, TradeImbalance, TreynorRatio, Trin, TrueRange, TtmSqueeze, TurnOfMonth, Tweezer, TwoCrows, TypicalPrice, UlcerIndex, UltimateOscillator, UniqueThreeRiver, UpDownVolumeRatio, UpsideGapThreeMethods, UpsideGapTwoCrows, VIDYA, VWAP, VWMA, VZO, ValueArea, ValueAtRisk, Variance, VarianceRatio, VerticalHorizontalFilter, VoltyStop, VolumeByTimeProfile, 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, Abcd, AbsoluteBreadthIndex, AccelerationBands, AcceleratorOscillator, AdVolumeLine, AdaptiveCycle, AdvanceBlock, AdvanceDecline, AdvanceDeclineRatio, Alligator, Alpha, AnchoredRSI, AnchoredVWAP, Aroon, AroonOscillator, AtrBands, AtrTrailingStop, Autocorrelation, AverageDailyRange, AverageDrawdown, AwesomeOscillator, AwesomeOscillatorHistogram, BalanceOfPower, Bat, BeltHold, Beta, BetaNeutralSpread, BollingerBands, BollingerBandwidth, BreadthThrust, Breakaway, BullishPercentIndex, Butterfly, CCI, CFO, CMO, CalendarSpread, CalmarRatio, Camarilla, CenterOfGravity, ChaikinMoneyFlow, ChaikinOscillator, ChaikinVolatility, ChandeKrollStop, ChandelierExit, ChoppinessIndex, ClassicPivots, ClosingMarubozu, CoefficientOfVariation, Cointegration, ConcealingBabySwallow, ConditionalValueAtRisk, ConnorsRSI, Coppock, Counterattack, Crab, CumulativeVolumeDelta, CumulativeVolumeIndex, CupAndHandle, CyberneticCycle, Cypher, DEMA, DPO, DX, DayOfWeekProfile, Decycler, DecyclerOscillator, DemandIndex, DemarkPivots, DepthSlope, DetrendedStdDev, DistanceSsd, Doji, DojiStar, Donchian, DonchianStop, DoubleBollinger, DoubleTopBottom, DownsideGapThreeMethods, DragonflyDoji, DrawdownDuration, EMA, EVWMA, EaseOfMovement, EffectiveSpread, EhlersStochastic, ElderImpulse, EmpiricalModeDecomposition, Engulfing, EveningDojiStar, FAMA, FRAMA, FallingThreeMethods, FibonacciPivots, FisherTransform, FlagPennant, Footprint, ForceIndex, FractalChaosBands, FundingBasis, FundingRate, FundingRateMean, FundingRateZScore, GainLossRatio, GapSideBySideWhite, GarmanKlassVolatility, Gartley, GrangerCausality, GravestoneDoji, HMA, HT_DCPHASE, HT_PHASOR, HT_TRENDMODE, Hammer, HangingMan, Harami, HeadAndShoulders, HeikinAshi, HiLoActivator, HighLowIndex, HighWave, Hikkake, HikkakeModified, HilbertDominantCycle, HistoricalVolatility, HomingPigeon, HurstChannel, HurstExponent, Ichimoku, IdenticalThreeCrows, InNeck, Inertia, InformationRatio, InitialBalance, InstantaneousTrendline, IntradayVolatilityProfile, 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, McClellanOscillator, McClellanSummationIndex, McGinleyDynamic, MedianAbsoluteDeviation, MedianPrice, Microprice, MorningDojiStar, MorningEveningStar, NATR, NVI, NewHighsNewLows, OBV, OIPriceDivergence, OIWeighted, OmegaRatio, OnNeck, OpenInterestDelta, OpeningMarubozu, OpeningRange, OrderBookImbalanceFull, OrderBookImbalanceTop1, OrderBookImbalanceTopN, OuHalfLife, OvernightGap, OvernightIntradayReturn, PGO, PLUS_DI, PLUS_DM, PMO, PPO, PSAR, PVI, PainIndex, PairSpreadZScore, PairwiseBeta, ParkinsonVolatility, PearsonCorrelation, PercentAboveMa, PercentB, PercentageTrailingStop, PiercingDarkCloud, PointAndFigureBars, ProfitFactor, QuotedSpread, ROC, ROCP, ROCR, ROCR100, RSI, RSquared, RVI, RVIVolatility, RWI, RealizedSpread, RecoveryFactor, RectangleRange, RelativeStrengthAB, RenkoBars, RenkoTrailingStop, RickshawMan, RisingThreeMethods, RogersSatchellVolatility, RollingCorrelation, RollingCovariance, RollingVWAP, RoofingFilter, SAREXT, SMA, SMI, SMMA, STC, SeasonalZScore, SeparatingLines, SessionHighLow, SessionRange, SessionVwap, Shark, 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, ThreeDrives, ThreeInside, ThreeLineStrike, ThreeOutside, ThreeSoldiersOrCrows, ThreeStarsInSouth, Thrusting, TickIndex, TimeOfDayReturnProfile, TpoProfile, TradeImbalance, TreynorRatio, Triangle, Trin, TripleTopBottom, TrueRange, TtmSqueeze, TurnOfMonth, Tweezer, TwoCrows, TypicalPrice, UlcerIndex, UltimateOscillator, UniqueThreeRiver, UpDownVolumeRatio, UpsideGapThreeMethods, UpsideGapTwoCrows, VIDYA, VWAP, VWMA, VZO, ValueArea, ValueAtRisk, Variance, VarianceRatio, VerticalHorizontalFilter, VoltyStop, VolumeByTimeProfile, VolumeOscillator, VolumePriceTrend, VolumeProfile, Vortex, VwapStdDevBands, WMA, WaveTrend, Wedge, WeightedClose, WilliamsAD, WilliamsFractals, WilliamsR, WoodiePivots, YangZhangVolatility, YoyoExit, ZLEMA, ZScore, ZeroLagMACD, ZigZag, installPanicHook, version
|
|
9
9
|
} from "./wickra_wasm_bg.js";
|