wickra 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/index.d.ts +121 -0
- package/index.js +13 -1
- package/npm/darwin-arm64/package.json +1 -1
- package/npm/darwin-arm64/wickra.darwin-arm64.node +0 -0
- package/npm/darwin-x64/package.json +1 -1
- package/npm/darwin-x64/wickra.darwin-x64.node +0 -0
- package/npm/linux-arm64-gnu/package.json +1 -1
- package/npm/linux-arm64-gnu/wickra.linux-arm64-gnu.node +0 -0
- package/npm/linux-x64-gnu/package.json +1 -1
- package/npm/linux-x64-gnu/wickra.linux-x64-gnu.node +0 -0
- package/npm/win32-arm64-msvc/package.json +1 -1
- package/npm/win32-arm64-msvc/wickra.win32-arm64-msvc.node +0 -0
- package/npm/win32-x64-msvc/package.json +1 -1
- package/npm/win32-x64-msvc/wickra.win32-x64-msvc.node +0 -0
- package/package.json +7 -7
- package/wickra.darwin-arm64.node +0 -0
- package/wickra.darwin-x64.node +0 -0
- package/wickra.linux-arm64-gnu.node +0 -0
- package/wickra.linux-x64-gnu.node +0 -0
- package/wickra.win32-arm64-msvc.node +0 -0
- package/wickra.win32-x64-msvc.node +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/index.d.ts
CHANGED
|
@@ -489,6 +489,11 @@ export interface FibTimeZonesValue {
|
|
|
489
489
|
onZone: number
|
|
490
490
|
barsToNext: number
|
|
491
491
|
}
|
|
492
|
+
export interface VolumeWeightedMacdValue {
|
|
493
|
+
macd: number
|
|
494
|
+
signal: number
|
|
495
|
+
histogram: number
|
|
496
|
+
}
|
|
492
497
|
export type SmaNode = SMA
|
|
493
498
|
export declare class SMA {
|
|
494
499
|
constructor(period: number)
|
|
@@ -1047,6 +1052,42 @@ export declare class BipowerVariation {
|
|
|
1047
1052
|
isReady(): boolean
|
|
1048
1053
|
warmupPeriod(): number
|
|
1049
1054
|
}
|
|
1055
|
+
export type JarqueBeraNode = JARQUEBERA
|
|
1056
|
+
export declare class JARQUEBERA {
|
|
1057
|
+
constructor(period: number)
|
|
1058
|
+
update(value: number): number | null
|
|
1059
|
+
batch(prices: Array<number>): Array<number>
|
|
1060
|
+
reset(): void
|
|
1061
|
+
isReady(): boolean
|
|
1062
|
+
warmupPeriod(): number
|
|
1063
|
+
}
|
|
1064
|
+
export type RollingMinMaxScalerNode = ROLLINGMINMAX
|
|
1065
|
+
export declare class ROLLINGMINMAX {
|
|
1066
|
+
constructor(period: number)
|
|
1067
|
+
update(value: number): number | null
|
|
1068
|
+
batch(prices: Array<number>): Array<number>
|
|
1069
|
+
reset(): void
|
|
1070
|
+
isReady(): boolean
|
|
1071
|
+
warmupPeriod(): number
|
|
1072
|
+
}
|
|
1073
|
+
export type ShannonEntropyNode = SHANNONENT
|
|
1074
|
+
export declare class SHANNONENT {
|
|
1075
|
+
constructor(period: number, bins: number)
|
|
1076
|
+
update(value: number): number | null
|
|
1077
|
+
batch(prices: Array<number>): Array<number>
|
|
1078
|
+
reset(): void
|
|
1079
|
+
isReady(): boolean
|
|
1080
|
+
warmupPeriod(): number
|
|
1081
|
+
}
|
|
1082
|
+
export type SampleEntropyNode = SAMPLEENT
|
|
1083
|
+
export declare class SAMPLEENT {
|
|
1084
|
+
constructor(period: number, m: number, rFactor: number)
|
|
1085
|
+
update(value: number): number | null
|
|
1086
|
+
batch(prices: Array<number>): Array<number>
|
|
1087
|
+
reset(): void
|
|
1088
|
+
isReady(): boolean
|
|
1089
|
+
warmupPeriod(): number
|
|
1090
|
+
}
|
|
1050
1091
|
export type EwmaVolatilityNode = EwmaVolatility
|
|
1051
1092
|
export declare class EwmaVolatility {
|
|
1052
1093
|
constructor(lambda: number)
|
|
@@ -1258,6 +1299,19 @@ export declare class DistanceSsd {
|
|
|
1258
1299
|
isReady(): boolean
|
|
1259
1300
|
warmupPeriod(): number
|
|
1260
1301
|
}
|
|
1302
|
+
export type KendallTauNode = KendallTau
|
|
1303
|
+
export declare class KendallTau {
|
|
1304
|
+
constructor(period: number)
|
|
1305
|
+
update(x: number, y: number): number | null
|
|
1306
|
+
/**
|
|
1307
|
+
* Batch over two equally-sized arrays. Returns a length-`n` array
|
|
1308
|
+
* with `NaN` for warmup positions.
|
|
1309
|
+
*/
|
|
1310
|
+
batch(x: Array<number>, y: Array<number>): Array<number>
|
|
1311
|
+
reset(): void
|
|
1312
|
+
isReady(): boolean
|
|
1313
|
+
warmupPeriod(): number
|
|
1314
|
+
}
|
|
1261
1315
|
export type BetaNeutralSpreadNode = BetaNeutralSpread
|
|
1262
1316
|
export declare class BetaNeutralSpread {
|
|
1263
1317
|
constructor(period: number)
|
|
@@ -4640,3 +4694,70 @@ export declare class FibTimeZones {
|
|
|
4640
4694
|
isReady(): boolean
|
|
4641
4695
|
warmupPeriod(): number
|
|
4642
4696
|
}
|
|
4697
|
+
export type VolumeRsiNode = VolumeRsi
|
|
4698
|
+
export declare class VolumeRsi {
|
|
4699
|
+
constructor(period: number)
|
|
4700
|
+
update(close: number, volume: number): number | null
|
|
4701
|
+
batch(close: Array<number>, volume: Array<number>): Array<number>
|
|
4702
|
+
reset(): void
|
|
4703
|
+
isReady(): boolean
|
|
4704
|
+
warmupPeriod(): number
|
|
4705
|
+
}
|
|
4706
|
+
export type WadNode = Wad
|
|
4707
|
+
export declare class Wad {
|
|
4708
|
+
constructor()
|
|
4709
|
+
update(high: number, low: number, close: number): number | null
|
|
4710
|
+
batch(high: Array<number>, low: Array<number>, close: Array<number>): Array<number>
|
|
4711
|
+
reset(): void
|
|
4712
|
+
isReady(): boolean
|
|
4713
|
+
warmupPeriod(): number
|
|
4714
|
+
}
|
|
4715
|
+
export type TwiggsMoneyFlowNode = TwiggsMoneyFlow
|
|
4716
|
+
export declare class TwiggsMoneyFlow {
|
|
4717
|
+
constructor(period: number)
|
|
4718
|
+
update(high: number, low: number, close: number, volume: number): number | null
|
|
4719
|
+
batch(high: Array<number>, low: Array<number>, close: Array<number>, volume: Array<number>): Array<number>
|
|
4720
|
+
reset(): void
|
|
4721
|
+
isReady(): boolean
|
|
4722
|
+
warmupPeriod(): number
|
|
4723
|
+
}
|
|
4724
|
+
export type TradeVolumeIndexNode = TradeVolumeIndex
|
|
4725
|
+
export declare class TradeVolumeIndex {
|
|
4726
|
+
constructor(minTick: number)
|
|
4727
|
+
update(close: number, volume: number): number | null
|
|
4728
|
+
batch(close: Array<number>, volume: Array<number>): Array<number>
|
|
4729
|
+
reset(): void
|
|
4730
|
+
isReady(): boolean
|
|
4731
|
+
warmupPeriod(): number
|
|
4732
|
+
}
|
|
4733
|
+
export type IntradayIntensityNode = IntradayIntensity
|
|
4734
|
+
export declare class IntradayIntensity {
|
|
4735
|
+
constructor()
|
|
4736
|
+
update(high: number, low: number, close: number, volume: number): number | null
|
|
4737
|
+
batch(high: Array<number>, low: Array<number>, close: Array<number>, volume: Array<number>): Array<number>
|
|
4738
|
+
reset(): void
|
|
4739
|
+
isReady(): boolean
|
|
4740
|
+
warmupPeriod(): number
|
|
4741
|
+
}
|
|
4742
|
+
export type BetterVolumeNode = BetterVolume
|
|
4743
|
+
export declare class BetterVolume {
|
|
4744
|
+
constructor(period: number)
|
|
4745
|
+
update(high: number, low: number, close: number, volume: number): number | null
|
|
4746
|
+
batch(high: Array<number>, low: Array<number>, close: Array<number>, volume: Array<number>): Array<number>
|
|
4747
|
+
reset(): void
|
|
4748
|
+
isReady(): boolean
|
|
4749
|
+
warmupPeriod(): number
|
|
4750
|
+
}
|
|
4751
|
+
export type VolumeWeightedMacdNode = VolumeWeightedMacd
|
|
4752
|
+
export declare class VolumeWeightedMacd {
|
|
4753
|
+
constructor(fast: number, slow: number, signal: number)
|
|
4754
|
+
update(close: number, volume: number): VolumeWeightedMacdValue | null
|
|
4755
|
+
/**
|
|
4756
|
+
* Returns `[macd0, signal0, histogram0, macd1, ...]`, length `3 * n`.
|
|
4757
|
+
* Warmup positions are `NaN`.
|
|
4758
|
+
*/
|
|
4759
|
+
batch(close: Array<number>, volume: Array<number>): Array<number>
|
|
4760
|
+
reset(): void
|
|
4761
|
+
isReady(): boolean
|
|
4762
|
+
warmupPeriod(): number
|
|
4763
|
+
}
|
package/index.js
CHANGED
|
@@ -310,7 +310,7 @@ if (!nativeBinding) {
|
|
|
310
310
|
throw new Error(`Failed to load native binding`)
|
|
311
311
|
}
|
|
312
312
|
|
|
313
|
-
const { version, SMA, EMA, WMA, RSI, DEMA, TEMA, HMA, ROC, TRIX, SMMA, TRIMA, ZLEMA, MOM, CMO, DPO, StdDev, UlcerIndex, VerticalHorizontalFilter, ZScore, McGinleyDynamic, FRAMA, SuperSmoother, FisherTransform, Decycler, CenterOfGravity, CyberneticCycle, InstantaneousTrendline, EhlersStochastic, RVIVolatility, Variance, CoefficientOfVariation, Skewness, Kurtosis, StandardError, DetrendedStdDev, RSquared, MedianAbsoluteDeviation, MIDPOINT, ROCP, ROCR, ROCR100, LINEARREG_INTERCEPT, TSF, LogReturn, RealizedVolatility, RollingIqr, RollingPercentileRank, TrendLabel, WinRate, Expectancy, SWMA, GMA, EHMA, MedianMA, AdaptiveLaguerre, DisparityIndex, FisherRSI, RSX, DynamicMomentumIndex, TREND_STRENGTH_INDEX, TsfOscillator, BipowerVariation, EwmaVolatility, Garch11, VolatilityOfVolatility, VolatilityCone, JumpIndicator, RegimeLabel, RollingQuantile, Autocorrelation, HurstExponent, PearsonCorrelation, Beta, PairwiseBeta, SpreadAr1Coefficient, SpearmanCorrelation, RollingCorrelation, RollingCovariance, OuHalfLife, SpreadHurst, DistanceSsd, BetaNeutralSpread, PairSpreadZScore, LeadLagCrossCorrelation, Cointegration, RelativeStrengthAB, VarianceRatio, GrangerCausality, KalmanHedgeRatio, SpreadBollingerBands, MACD, MACDFIX, MACDEXT, BollingerBands, ATR, PLUS_DM, MINUS_DM, PLUS_DI, MINUS_DI, DX, MIDPRICE, AVGPRICE, SAREXT, HT_PHASOR, CloseVsOpen, BodySizePct, WickRatio, HighLowRange, StochasticCCI, IMI, QQE, ElderRay, TTM_TREND, Qstick, POLARIZED_FRACTAL_EFFICIENCY, WAVE_PM, GatorOscillator, KasePermissionStochastic, VolatilityRatio, ProjectionOscillator, TimeBasedStop, Stochastic, OBV, ADX, ADXR, CCI, WilliamsR, MFI, PSAR, Keltner, Donchian, VWAP, RollingVWAP, AwesomeOscillator, Aroon, Inertia, ConnorsRSI, LaguerreRSI, SMI, KST, PGO, RVI, AwesomeOscillatorHistogram, STC, ElderImpulse, ZeroLagMACD, CFO, APO, KAMA, EVWMA, Alligator, JMA, VIDYA, ALMA, T3, GD, HoltWinters, RMI, DerivativeOscillator, MacdHistogram, PpoHistogram, TSI, PMO, TII, ADL, VolumePriceTrend, ChaikinMoneyFlow, ChaikinOscillator, ForceIndex, NVI, PVI, VolumeOscillator, KVO, WilliamsAD, AnchoredRSI, AnchoredVWAP, DemandIndex, TSV, VZO, MarketFacilitationIndex, EaseOfMovement, SuperTrend, ChandelierExit, ChandeKrollStop, AtrTrailingStop, HiLoActivator, VoltyStop, YoyoExit, DonchianStop, PercentageTrailingStop, StepTrailingStop, RenkoTrailingStop, KaseDevStop, ElderSafeZone, AtrRatchet, Nrtr, ModifiedMaStop, TypicalPrice, MedianPrice, WeightedClose, LinearRegression, LinRegSlope, AcceleratorOscillator, BalanceOfPower, ChoppinessIndex, TrueRange, ChaikinVolatility, YangZhangVolatility, RogersSatchellVolatility, GarmanKlassVolatility, ParkinsonVolatility, LinRegAngle, BollingerBandwidth, PercentB, NATR, HistoricalVolatility, AroonOscillator, WaveTrend, RWI, Vortex, MassIndex, StochRSI, UltimateOscillator, PPO, Coppock, VWMA, MaEnvelope, AccelerationBands, StarcBands, AtrBands, HurstChannel, LinRegChannel, StandardErrorBands, QuartileBands, BomarBands, MedianChannel, ProjectionBands, DoubleBollinger, TtmSqueeze, FractalChaosBands, VwapStdDevBands, ClassicPivots, FibonacciPivots, Camarilla, WoodiePivots, DemarkPivots, WilliamsFractals, ZigZag, TDSetup, TDSequential, TDDeMarker, TDREI, TDPressure, TDCombo, TDCountdown, TDLines, TDRangeProjection, TDDifferential, TDOpen, TDRiskLevel, InverseFisherTransform, DecyclerOscillator, RoofingFilter, EmpiricalModeDecomposition, HT_DCPHASE, HT_TRENDMODE, HilbertDominantCycle, AdaptiveCycle, SineWave, MAMA, FAMA, Ichimoku, HeikinAshi, ValueArea, VolumeProfile, TpoProfile, InitialBalance, OpeningRange, Doji, Hammer, InvertedHammer, HangingMan, ShootingStar, Engulfing, Harami, MorningEveningStar, ThreeSoldiersOrCrows, PiercingDarkCloud, Marubozu, Tweezer, SpinningTop, ThreeInside, ThreeOutside, TwoCrows, UpsideGapTwoCrows, IdenticalThreeCrows, ThreeLineStrike, ThreeStarsInSouth, AbandonedBaby, AdvanceBlock, BeltHold, Breakaway, Counterattack, DojiStar, DragonflyDoji, GravestoneDoji, LongLeggedDoji, RickshawMan, EveningDojiStar, MorningDojiStar, GapSideBySideWhite, HighWave, Hikkake, HikkakeModified, HomingPigeon, OnNeck, InNeck, Thrusting, SeparatingLines, Kicking, KickingByLength, LadderBottom, MatHold, MatchingLow, LongLine, ShortLine, RisingThreeMethods, FallingThreeMethods, UpsideGapThreeMethods, DownsideGapThreeMethods, StalledPattern, StickSandwich, Takuri, ClosingMarubozu, OpeningMarubozu, TasukiGap, UniqueThreeRiver, ConcealingBabySwallow, DoubleTopBottom, TripleTopBottom, HeadAndShoulders, Triangle, Wedge, FlagPennant, RectangleRange, CupAndHandle, Abcd, Gartley, Butterfly, Bat, Crab, Shark, Cypher, ThreeDrives, OrderBookImbalanceTop1, OrderBookImbalanceFull, Microprice, QuotedSpread, DepthSlope, OrderBookImbalanceTopN, SignedVolume, CumulativeVolumeDelta, TradeImbalance, OrderFlowImbalance, Vpin, AmihudIlliquidity, RollMeasure, EffectiveSpread, RealizedSpread, KylesLambda, Footprint, FundingRate, FundingRateMean, FundingRateZScore, FundingBasis, OpenInterestDelta, OIPriceDivergence, OIWeighted, LongShortRatio, TakerBuySellRatio, LiquidationFeatures, TermStructureBasis, CalendarSpread, AdvanceDecline, AdvanceDeclineRatio, AdVolumeLine, McClellanOscillator, McClellanSummationIndex, Trin, BreadthThrust, NewHighsNewLows, HighLowIndex, PercentAboveMa, UpDownVolumeRatio, BullishPercentIndex, CumulativeVolumeIndex, AbsoluteBreadthIndex, TickIndex, SharpeRatio, SortinoRatio, CalmarRatio, OmegaRatio, MaxDrawdown, AverageDrawdown, DrawdownDuration, PainIndex, ValueAtRisk, ConditionalValueAtRisk, ProfitFactor, GainLossRatio, RecoveryFactor, KellyCriterion, TreynorRatio, InformationRatio, RenkoBars, KagiBars, PointAndFigureBars, Alpha, SessionVwap, OvernightGap, SeasonalZScore, TimeOfDayReturnProfile, IntradayVolatilityProfile, VolumeByTimeProfile, DayOfWeekProfile, AverageDailyRange, TurnOfMonth, SessionHighLow, SessionRange, OvernightIntradayReturn, FibRetracement, FibExtension, FibProjection, AutoFib, GoldenPocket, FibConfluence, FibFan, FibArcs, FibChannel, FibTimeZones } = nativeBinding
|
|
313
|
+
const { version, SMA, EMA, WMA, RSI, DEMA, TEMA, HMA, ROC, TRIX, SMMA, TRIMA, ZLEMA, MOM, CMO, DPO, StdDev, UlcerIndex, VerticalHorizontalFilter, ZScore, McGinleyDynamic, FRAMA, SuperSmoother, FisherTransform, Decycler, CenterOfGravity, CyberneticCycle, InstantaneousTrendline, EhlersStochastic, RVIVolatility, Variance, CoefficientOfVariation, Skewness, Kurtosis, StandardError, DetrendedStdDev, RSquared, MedianAbsoluteDeviation, MIDPOINT, ROCP, ROCR, ROCR100, LINEARREG_INTERCEPT, TSF, LogReturn, RealizedVolatility, RollingIqr, RollingPercentileRank, TrendLabel, WinRate, Expectancy, SWMA, GMA, EHMA, MedianMA, AdaptiveLaguerre, DisparityIndex, FisherRSI, RSX, DynamicMomentumIndex, TREND_STRENGTH_INDEX, TsfOscillator, BipowerVariation, JARQUEBERA, ROLLINGMINMAX, SHANNONENT, SAMPLEENT, EwmaVolatility, Garch11, VolatilityOfVolatility, VolatilityCone, JumpIndicator, RegimeLabel, RollingQuantile, Autocorrelation, HurstExponent, PearsonCorrelation, Beta, PairwiseBeta, SpreadAr1Coefficient, SpearmanCorrelation, RollingCorrelation, RollingCovariance, OuHalfLife, SpreadHurst, DistanceSsd, KendallTau, BetaNeutralSpread, PairSpreadZScore, LeadLagCrossCorrelation, Cointegration, RelativeStrengthAB, VarianceRatio, GrangerCausality, KalmanHedgeRatio, SpreadBollingerBands, MACD, MACDFIX, MACDEXT, BollingerBands, ATR, PLUS_DM, MINUS_DM, PLUS_DI, MINUS_DI, DX, MIDPRICE, AVGPRICE, SAREXT, HT_PHASOR, CloseVsOpen, BodySizePct, WickRatio, HighLowRange, StochasticCCI, IMI, QQE, ElderRay, TTM_TREND, Qstick, POLARIZED_FRACTAL_EFFICIENCY, WAVE_PM, GatorOscillator, KasePermissionStochastic, VolatilityRatio, ProjectionOscillator, TimeBasedStop, Stochastic, OBV, ADX, ADXR, CCI, WilliamsR, MFI, PSAR, Keltner, Donchian, VWAP, RollingVWAP, AwesomeOscillator, Aroon, Inertia, ConnorsRSI, LaguerreRSI, SMI, KST, PGO, RVI, AwesomeOscillatorHistogram, STC, ElderImpulse, ZeroLagMACD, CFO, APO, KAMA, EVWMA, Alligator, JMA, VIDYA, ALMA, T3, GD, HoltWinters, RMI, DerivativeOscillator, MacdHistogram, PpoHistogram, TSI, PMO, TII, ADL, VolumePriceTrend, ChaikinMoneyFlow, ChaikinOscillator, ForceIndex, NVI, PVI, VolumeOscillator, KVO, WilliamsAD, AnchoredRSI, AnchoredVWAP, DemandIndex, TSV, VZO, MarketFacilitationIndex, EaseOfMovement, SuperTrend, ChandelierExit, ChandeKrollStop, AtrTrailingStop, HiLoActivator, VoltyStop, YoyoExit, DonchianStop, PercentageTrailingStop, StepTrailingStop, RenkoTrailingStop, KaseDevStop, ElderSafeZone, AtrRatchet, Nrtr, ModifiedMaStop, TypicalPrice, MedianPrice, WeightedClose, LinearRegression, LinRegSlope, AcceleratorOscillator, BalanceOfPower, ChoppinessIndex, TrueRange, ChaikinVolatility, YangZhangVolatility, RogersSatchellVolatility, GarmanKlassVolatility, ParkinsonVolatility, LinRegAngle, BollingerBandwidth, PercentB, NATR, HistoricalVolatility, AroonOscillator, WaveTrend, RWI, Vortex, MassIndex, StochRSI, UltimateOscillator, PPO, Coppock, VWMA, MaEnvelope, AccelerationBands, StarcBands, AtrBands, HurstChannel, LinRegChannel, StandardErrorBands, QuartileBands, BomarBands, MedianChannel, ProjectionBands, DoubleBollinger, TtmSqueeze, FractalChaosBands, VwapStdDevBands, ClassicPivots, FibonacciPivots, Camarilla, WoodiePivots, DemarkPivots, WilliamsFractals, ZigZag, TDSetup, TDSequential, TDDeMarker, TDREI, TDPressure, TDCombo, TDCountdown, TDLines, TDRangeProjection, TDDifferential, TDOpen, TDRiskLevel, InverseFisherTransform, DecyclerOscillator, RoofingFilter, EmpiricalModeDecomposition, HT_DCPHASE, HT_TRENDMODE, HilbertDominantCycle, AdaptiveCycle, SineWave, MAMA, FAMA, Ichimoku, HeikinAshi, ValueArea, VolumeProfile, TpoProfile, InitialBalance, OpeningRange, Doji, Hammer, InvertedHammer, HangingMan, ShootingStar, Engulfing, Harami, MorningEveningStar, ThreeSoldiersOrCrows, PiercingDarkCloud, Marubozu, Tweezer, SpinningTop, ThreeInside, ThreeOutside, TwoCrows, UpsideGapTwoCrows, IdenticalThreeCrows, ThreeLineStrike, ThreeStarsInSouth, AbandonedBaby, AdvanceBlock, BeltHold, Breakaway, Counterattack, DojiStar, DragonflyDoji, GravestoneDoji, LongLeggedDoji, RickshawMan, EveningDojiStar, MorningDojiStar, GapSideBySideWhite, HighWave, Hikkake, HikkakeModified, HomingPigeon, OnNeck, InNeck, Thrusting, SeparatingLines, Kicking, KickingByLength, LadderBottom, MatHold, MatchingLow, LongLine, ShortLine, RisingThreeMethods, FallingThreeMethods, UpsideGapThreeMethods, DownsideGapThreeMethods, StalledPattern, StickSandwich, Takuri, ClosingMarubozu, OpeningMarubozu, TasukiGap, UniqueThreeRiver, ConcealingBabySwallow, DoubleTopBottom, TripleTopBottom, HeadAndShoulders, Triangle, Wedge, FlagPennant, RectangleRange, CupAndHandle, Abcd, Gartley, Butterfly, Bat, Crab, Shark, Cypher, ThreeDrives, OrderBookImbalanceTop1, OrderBookImbalanceFull, Microprice, QuotedSpread, DepthSlope, OrderBookImbalanceTopN, SignedVolume, CumulativeVolumeDelta, TradeImbalance, OrderFlowImbalance, Vpin, AmihudIlliquidity, RollMeasure, EffectiveSpread, RealizedSpread, KylesLambda, Footprint, FundingRate, FundingRateMean, FundingRateZScore, FundingBasis, OpenInterestDelta, OIPriceDivergence, OIWeighted, LongShortRatio, TakerBuySellRatio, LiquidationFeatures, TermStructureBasis, CalendarSpread, AdvanceDecline, AdvanceDeclineRatio, AdVolumeLine, McClellanOscillator, McClellanSummationIndex, Trin, BreadthThrust, NewHighsNewLows, HighLowIndex, PercentAboveMa, UpDownVolumeRatio, BullishPercentIndex, CumulativeVolumeIndex, AbsoluteBreadthIndex, TickIndex, SharpeRatio, SortinoRatio, CalmarRatio, OmegaRatio, MaxDrawdown, AverageDrawdown, DrawdownDuration, PainIndex, ValueAtRisk, ConditionalValueAtRisk, ProfitFactor, GainLossRatio, RecoveryFactor, KellyCriterion, TreynorRatio, InformationRatio, RenkoBars, KagiBars, PointAndFigureBars, Alpha, SessionVwap, OvernightGap, SeasonalZScore, TimeOfDayReturnProfile, IntradayVolatilityProfile, VolumeByTimeProfile, DayOfWeekProfile, AverageDailyRange, TurnOfMonth, SessionHighLow, SessionRange, OvernightIntradayReturn, FibRetracement, FibExtension, FibProjection, AutoFib, GoldenPocket, FibConfluence, FibFan, FibArcs, FibChannel, FibTimeZones, VolumeRsi, Wad, TwiggsMoneyFlow, TradeVolumeIndex, IntradayIntensity, BetterVolume, VolumeWeightedMacd } = nativeBinding
|
|
314
314
|
|
|
315
315
|
module.exports.version = version
|
|
316
316
|
module.exports.SMA = SMA
|
|
@@ -375,6 +375,10 @@ module.exports.DynamicMomentumIndex = DynamicMomentumIndex
|
|
|
375
375
|
module.exports.TREND_STRENGTH_INDEX = TREND_STRENGTH_INDEX
|
|
376
376
|
module.exports.TsfOscillator = TsfOscillator
|
|
377
377
|
module.exports.BipowerVariation = BipowerVariation
|
|
378
|
+
module.exports.JARQUEBERA = JARQUEBERA
|
|
379
|
+
module.exports.ROLLINGMINMAX = ROLLINGMINMAX
|
|
380
|
+
module.exports.SHANNONENT = SHANNONENT
|
|
381
|
+
module.exports.SAMPLEENT = SAMPLEENT
|
|
378
382
|
module.exports.EwmaVolatility = EwmaVolatility
|
|
379
383
|
module.exports.Garch11 = Garch11
|
|
380
384
|
module.exports.VolatilityOfVolatility = VolatilityOfVolatility
|
|
@@ -394,6 +398,7 @@ module.exports.RollingCovariance = RollingCovariance
|
|
|
394
398
|
module.exports.OuHalfLife = OuHalfLife
|
|
395
399
|
module.exports.SpreadHurst = SpreadHurst
|
|
396
400
|
module.exports.DistanceSsd = DistanceSsd
|
|
401
|
+
module.exports.KendallTau = KendallTau
|
|
397
402
|
module.exports.BetaNeutralSpread = BetaNeutralSpread
|
|
398
403
|
module.exports.PairSpreadZScore = PairSpreadZScore
|
|
399
404
|
module.exports.LeadLagCrossCorrelation = LeadLagCrossCorrelation
|
|
@@ -753,3 +758,10 @@ module.exports.FibFan = FibFan
|
|
|
753
758
|
module.exports.FibArcs = FibArcs
|
|
754
759
|
module.exports.FibChannel = FibChannel
|
|
755
760
|
module.exports.FibTimeZones = FibTimeZones
|
|
761
|
+
module.exports.VolumeRsi = VolumeRsi
|
|
762
|
+
module.exports.Wad = Wad
|
|
763
|
+
module.exports.TwiggsMoneyFlow = TwiggsMoneyFlow
|
|
764
|
+
module.exports.TradeVolumeIndex = TradeVolumeIndex
|
|
765
|
+
module.exports.IntradayIntensity = IntradayIntensity
|
|
766
|
+
module.exports.BetterVolume = BetterVolume
|
|
767
|
+
module.exports.VolumeWeightedMacd = VolumeWeightedMacd
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "wickra-darwin-arm64",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.4",
|
|
4
4
|
"description": "Native binding for wickra (macOS Apple Silicon). Installed automatically as an optional dependency of wickra on matching platforms.",
|
|
5
5
|
"main": "wickra.darwin-arm64.node",
|
|
6
6
|
"files": [
|
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "wickra-darwin-x64",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.4",
|
|
4
4
|
"description": "Native binding for wickra (macOS Intel). Installed automatically as an optional dependency of wickra on matching platforms.",
|
|
5
5
|
"main": "wickra.darwin-x64.node",
|
|
6
6
|
"files": [
|
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "wickra-linux-arm64-gnu",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.4",
|
|
4
4
|
"description": "Native binding for wickra (linux arm64 GNU). Installed automatically as an optional dependency of wickra on matching platforms.",
|
|
5
5
|
"main": "wickra.linux-arm64-gnu.node",
|
|
6
6
|
"files": [
|
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "wickra-linux-x64-gnu",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.4",
|
|
4
4
|
"description": "Native binding for wickra (linux x64 GNU). Installed automatically as an optional dependency of wickra on matching platforms.",
|
|
5
5
|
"main": "wickra.linux-x64-gnu.node",
|
|
6
6
|
"files": [
|
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "wickra-win32-arm64-msvc",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.4",
|
|
4
4
|
"description": "Native binding for wickra (Windows arm64 MSVC). Installed automatically as an optional dependency of wickra on matching platforms.",
|
|
5
5
|
"main": "wickra.win32-arm64-msvc.node",
|
|
6
6
|
"files": [
|
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "wickra-win32-x64-msvc",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.4",
|
|
4
4
|
"description": "Native binding for wickra (Windows x64 MSVC). Installed automatically as an optional dependency of wickra on matching platforms.",
|
|
5
5
|
"main": "wickra.win32-x64-msvc.node",
|
|
6
6
|
"files": [
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "wickra",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.4",
|
|
4
4
|
"description": "Streaming-first technical indicators: incremental, fast, install-free. Node bindings powered by Rust.",
|
|
5
5
|
"author": "kingchenc <support@wickra.org>",
|
|
6
6
|
"main": "index.js",
|
|
@@ -47,12 +47,12 @@
|
|
|
47
47
|
"node": ">= 18"
|
|
48
48
|
},
|
|
49
49
|
"optionalDependencies": {
|
|
50
|
-
"wickra-linux-x64-gnu": "0.6.
|
|
51
|
-
"wickra-linux-arm64-gnu": "0.6.
|
|
52
|
-
"wickra-darwin-x64": "0.6.
|
|
53
|
-
"wickra-darwin-arm64": "0.6.
|
|
54
|
-
"wickra-win32-x64-msvc": "0.6.
|
|
55
|
-
"wickra-win32-arm64-msvc": "0.6.
|
|
50
|
+
"wickra-linux-x64-gnu": "0.6.4",
|
|
51
|
+
"wickra-linux-arm64-gnu": "0.6.4",
|
|
52
|
+
"wickra-darwin-x64": "0.6.4",
|
|
53
|
+
"wickra-darwin-arm64": "0.6.4",
|
|
54
|
+
"wickra-win32-x64-msvc": "0.6.4",
|
|
55
|
+
"wickra-win32-arm64-msvc": "0.6.4"
|
|
56
56
|
},
|
|
57
57
|
"scripts": {
|
|
58
58
|
"build": "napi build --platform --release",
|
package/wickra.darwin-arm64.node
CHANGED
|
Binary file
|
package/wickra.darwin-x64.node
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|