wickra 0.2.7 → 0.3.1
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 +27 -19
- package/index.js +144 -1
- package/npm/darwin-arm64/package.json +3 -3
- package/npm/darwin-arm64/wickra.darwin-arm64.node +0 -0
- package/npm/darwin-x64/package.json +3 -3
- package/npm/darwin-x64/wickra.darwin-x64.node +0 -0
- package/npm/linux-arm64-gnu/package.json +3 -3
- package/npm/linux-arm64-gnu/wickra.linux-arm64-gnu.node +0 -0
- package/npm/linux-x64-gnu/package.json +3 -3
- package/npm/linux-x64-gnu/wickra.linux-x64-gnu.node +0 -0
- package/npm/win32-arm64-msvc/package.json +3 -3
- package/npm/win32-arm64-msvc/wickra.win32-arm64-msvc.node +0 -0
- package/npm/win32-x64-msvc/package.json +3 -3
- package/npm/win32-x64-msvc/wickra.win32-x64-msvc.node +0 -0
- package/package.json +11 -11
- 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,7 +1,7 @@
|
|
|
1
1
|
# Wickra
|
|
2
2
|
|
|
3
|
-
[](https://github.com/wickra-lib/wickra/actions/workflows/ci.yml)
|
|
4
|
+
[](https://codecov.io/gh/wickra-lib/wickra)
|
|
5
5
|
[](https://crates.io/crates/wickra)
|
|
6
6
|
[](https://pypi.org/project/wickra/)
|
|
7
7
|
[](https://www.npmjs.com/package/wickra)
|
|
@@ -109,20 +109,28 @@ python -m benchmarks.compare_libraries
|
|
|
109
109
|
|
|
110
110
|
## Indicators
|
|
111
111
|
|
|
112
|
-
|
|
112
|
+
214 streaming-first indicators across sixteen families. Every one passes the
|
|
113
113
|
`batch == streaming` equivalence test, reference-value tests, and reset
|
|
114
114
|
semantics tests.
|
|
115
115
|
|
|
116
116
|
| Family | Indicators |
|
|
117
117
|
|--------|-----------|
|
|
118
|
-
| Moving Averages | SMA, EMA, WMA, DEMA, TEMA, HMA, KAMA, SMMA, TRIMA, ZLEMA, T3, VWMA |
|
|
119
|
-
| Momentum Oscillators | RSI (Wilder), Stochastic, CCI, ROC, Williams %R, MFI, Awesome Oscillator, MOM, CMO, TSI, PMO, StochRSI, Ultimate Oscillator |
|
|
120
|
-
| Trend & Directional | MACD, ADX (+DI/-DI), Aroon, TRIX, Aroon Oscillator, Vortex, Mass Index, Choppiness Index, Vertical Horizontal Filter |
|
|
121
|
-
| Price Oscillators | PPO, DPO, Coppock, Accelerator Oscillator, Balance of Power |
|
|
122
|
-
| Volatility & Bands | ATR, Bollinger Bands, Keltner Channels, Donchian Channels, NATR, StdDev, Ulcer Index, Historical Volatility, Bollinger Bandwidth, %B, True Range, Chaikin Volatility |
|
|
123
|
-
|
|
|
124
|
-
|
|
|
125
|
-
|
|
|
118
|
+
| Moving Averages | SMA, EMA, WMA, DEMA, TEMA, HMA, KAMA, SMMA, TRIMA, ZLEMA, T3, VWMA, ALMA, McGinley Dynamic, FRAMA, VIDYA, JMA, Alligator, EVWMA |
|
|
119
|
+
| Momentum Oscillators | RSI (Wilder), Stochastic, CCI, ROC, Williams %R, MFI, Awesome Oscillator, MOM, CMO, TSI, PMO, StochRSI, Ultimate Oscillator, RVI, PGO, KST, SMI, Laguerre RSI, Connors RSI, Inertia |
|
|
120
|
+
| Trend & Directional | MACD, ADX (+DI/-DI), ADXR, Aroon, TRIX, Aroon Oscillator, Vortex, Random Walk Index, Trend Intensity Index, Wave Trend Oscillator, Mass Index, Choppiness Index, Vertical Horizontal Filter |
|
|
121
|
+
| Price Oscillators | PPO, DPO, Coppock, Accelerator Oscillator, Balance of Power, APO, AO Histogram, CFO, Zero-Lag MACD, Elder Impulse, STC |
|
|
122
|
+
| 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 |
|
|
123
|
+
| 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 |
|
|
124
|
+
| Trailing Stops | Parabolic SAR, 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 |
|
|
125
|
+
| 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 |
|
|
126
|
+
| 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, Spearman Correlation |
|
|
127
|
+
| Ehlers / Cycle (DSP) | MAMA, FAMA, Fisher Transform, Inverse Fisher Transform, SuperSmoother, Hilbert Dominant Cycle, Sine Wave, Decycler, Decycler Oscillator, Roofing Filter, Center of Gravity, Cybernetic Cycle, Adaptive Cycle, Empirical Mode Decomposition, Ehlers Stochastic, Instantaneous Trendline |
|
|
128
|
+
| Pivots & S/R | Classic Pivots, Fibonacci Pivots, Camarilla, Woodie Pivots, DeMark Pivots, Williams Fractals, ZigZag |
|
|
129
|
+
| 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 |
|
|
130
|
+
| Ichimoku & Charts | Ichimoku Kinko Hyo (Tenkan, Kijun, Senkou A/B, Chikou), Heikin-Ashi |
|
|
131
|
+
| 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 |
|
|
132
|
+
| Market Profile | Value Area (POC / VAH / VAL), Initial Balance, Opening Range |
|
|
133
|
+
| Risk / Performance | Sharpe Ratio, Sortino Ratio, Calmar Ratio, Omega Ratio, Max Drawdown, Average Drawdown, Drawdown Duration, Pain Index, Value at Risk, Conditional Value at Risk (CVaR), Profit Factor, Gain/Loss Ratio, Recovery Factor, Kelly Criterion, Treynor Ratio, Information Ratio, Alpha (Jensen) |
|
|
126
134
|
|
|
127
135
|
Adding a new indicator means implementing one trait in Rust; all four bindings
|
|
128
136
|
inherit it automatically.
|
|
@@ -195,7 +203,7 @@ A Python live-trading example using the public `websockets` package lives at
|
|
|
195
203
|
```
|
|
196
204
|
wickra/
|
|
197
205
|
├── crates/
|
|
198
|
-
│ ├── wickra-core/ core engine + all
|
|
206
|
+
│ ├── wickra-core/ core engine + all 214 indicators
|
|
199
207
|
│ ├── wickra/ top-level facade crate (publishes on crates.io) + benches/
|
|
200
208
|
│ └── wickra-data/ CSV reader, tick aggregator, live exchange feeds
|
|
201
209
|
├── bindings/
|
|
@@ -256,7 +264,7 @@ Every layer is covered; run the suites with the commands in
|
|
|
256
264
|
## Contributing
|
|
257
265
|
|
|
258
266
|
Contributions are very welcome — issues, bug reports, ideas, and pull requests
|
|
259
|
-
all land in the same place: <https://github.com/
|
|
267
|
+
all land in the same place: <https://github.com/wickra-lib/wickra>.
|
|
260
268
|
|
|
261
269
|
A short orientation for first-time contributors:
|
|
262
270
|
|
|
@@ -300,14 +308,14 @@ The library is provided **as is**, without warranty of any kind; see
|
|
|
300
308
|
---
|
|
301
309
|
|
|
302
310
|
<p align="center">
|
|
303
|
-
<a href="https://github.com/
|
|
304
|
-
<img alt="GitHub stars" src="https://img.shields.io/github/stars/
|
|
311
|
+
<a href="https://github.com/wickra-lib/wickra/stargazers">
|
|
312
|
+
<img alt="GitHub stars" src="https://img.shields.io/github/stars/wickra-lib/wickra?style=for-the-badge&logo=github&logoColor=white&color=ffd866">
|
|
305
313
|
</a>
|
|
306
|
-
<a href="https://github.com/
|
|
307
|
-
<img alt="GitHub forks" src="https://img.shields.io/github/forks/
|
|
314
|
+
<a href="https://github.com/wickra-lib/wickra/network/members">
|
|
315
|
+
<img alt="GitHub forks" src="https://img.shields.io/github/forks/wickra-lib/wickra?style=for-the-badge&logo=github&logoColor=white&color=78dce8">
|
|
308
316
|
</a>
|
|
309
|
-
<a href="https://github.com/
|
|
310
|
-
<img alt="GitHub issues" src="https://img.shields.io/github/issues/
|
|
317
|
+
<a href="https://github.com/wickra-lib/wickra/issues">
|
|
318
|
+
<img alt="GitHub issues" src="https://img.shields.io/github/issues/wickra-lib/wickra?style=for-the-badge&logo=github&logoColor=white&color=ff6188">
|
|
311
319
|
</a>
|
|
312
320
|
</p>
|
|
313
321
|
|
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, MACD, BollingerBands, ATR, Stochastic, OBV, ADX, CCI, WilliamsR, MFI, PSAR, Keltner, Donchian, VWAP, RollingVWAP, AwesomeOscillator, Aroon, KAMA, T3, TSI, PMO, ADL, VolumePriceTrend, ChaikinMoneyFlow, ChaikinOscillator, ForceIndex, EaseOfMovement, SuperTrend, ChandelierExit, ChandeKrollStop, AtrTrailingStop, TypicalPrice, MedianPrice, WeightedClose, LinearRegression, LinRegSlope, AcceleratorOscillator, BalanceOfPower, ChoppinessIndex, TrueRange, ChaikinVolatility, LinRegAngle, BollingerBandwidth, PercentB, NATR, HistoricalVolatility, AroonOscillator, Vortex, MassIndex, StochRSI, UltimateOscillator, PPO, Coppock, VWMA } = nativeBinding
|
|
313
|
+
const { version, SMA, EMA, WMA, RSI, DEMA, TEMA, HMA, ROC, TRIX, SMMA, TRIMA, ZLEMA, MOM, CMO, DPO, StdDev, UlcerIndex, VerticalHorizontalFilter, ZScore, MACD, BollingerBands, ATR, Stochastic, OBV, ADX, ADXR, CCI, WilliamsR, MFI, PSAR, Keltner, Donchian, VWAP, RollingVWAP, AwesomeOscillator, Aroon, KAMA, RVI, PGO, KST, SMI, LaguerreRSI, ConnorsRSI, Inertia, ALMA, McGinleyDynamic, FRAMA, VIDYA, JMA, Alligator, EVWMA, APO, AwesomeOscillatorHistogram, CFO, ZeroLagMACD, ElderImpulse, STC, T3, TSI, PMO, TII, ADL, VolumePriceTrend, ChaikinMoneyFlow, ChaikinOscillator, ForceIndex, EaseOfMovement, KVO, VolumeOscillator, NVI, PVI, WilliamsAD, AnchoredVWAP, DemandIndex, TSV, VZO, MarketFacilitationIndex, SuperTrend, ChandelierExit, ChandeKrollStop, AtrTrailingStop, HiLoActivator, VoltyStop, YoyoExit, DonchianStop, PercentageTrailingStop, StepTrailingStop, RenkoTrailingStop, TypicalPrice, MedianPrice, WeightedClose, LinearRegression, LinRegSlope, AcceleratorOscillator, BalanceOfPower, ChoppinessIndex, TrueRange, ChaikinVolatility, LinRegAngle, BollingerBandwidth, PercentB, NATR, HistoricalVolatility, AroonOscillator, Vortex, RWI, WaveTrend, MassIndex, StochRSI, UltimateOscillator, PPO, Coppock, VWMA, RVIVolatility, ParkinsonVolatility, GarmanKlassVolatility, RogersSatchellVolatility, YangZhangVolatility, MaEnvelope, AccelerationBands, StarcBands, AtrBands, HurstChannel, LinRegChannel, StandardErrorBands, DoubleBollinger, TtmSqueeze, FractalChaosBands, VwapStdDevBands, ClassicPivots, FibonacciPivots, Camarilla, WoodiePivots, DemarkPivots, WilliamsFractals, ZigZag, TDSetup, TDSequential, TDDeMarker, TDREI, TDPressure, TDCombo, TDCountdown, TDLines, TDRangeProjection, TDDifferential, TDOpen, TDRiskLevel, SuperSmoother, FisherTransform, InverseFisherTransform, Decycler, DecyclerOscillator, RoofingFilter, CenterOfGravity, CyberneticCycle, InstantaneousTrendline, EhlersStochastic, EmpiricalModeDecomposition, HilbertDominantCycle, AdaptiveCycle, SineWave, MAMA, FAMA, Ichimoku, HeikinAshi, Variance, CoefficientOfVariation, Skewness, Kurtosis, StandardError, DetrendedStdDev, RSquared, MedianAbsoluteDeviation, Autocorrelation, HurstExponent, PearsonCorrelation, Beta, SpearmanCorrelation, ValueArea, InitialBalance, OpeningRange, Doji, Hammer, InvertedHammer, HangingMan, ShootingStar, Engulfing, Harami, MorningEveningStar, ThreeSoldiersOrCrows, PiercingDarkCloud, Marubozu, Tweezer, SpinningTop, ThreeInside, ThreeOutside, SharpeRatio, SortinoRatio, CalmarRatio, OmegaRatio, MaxDrawdown, AverageDrawdown, DrawdownDuration, PainIndex, ValueAtRisk, ConditionalValueAtRisk, ProfitFactor, GainLossRatio, RecoveryFactor, KellyCriterion, TreynorRatio, InformationRatio, Alpha } = nativeBinding
|
|
314
314
|
|
|
315
315
|
module.exports.version = version
|
|
316
316
|
module.exports.SMA = SMA
|
|
@@ -338,6 +338,7 @@ module.exports.ATR = ATR
|
|
|
338
338
|
module.exports.Stochastic = Stochastic
|
|
339
339
|
module.exports.OBV = OBV
|
|
340
340
|
module.exports.ADX = ADX
|
|
341
|
+
module.exports.ADXR = ADXR
|
|
341
342
|
module.exports.CCI = CCI
|
|
342
343
|
module.exports.WilliamsR = WilliamsR
|
|
343
344
|
module.exports.MFI = MFI
|
|
@@ -349,19 +350,57 @@ module.exports.RollingVWAP = RollingVWAP
|
|
|
349
350
|
module.exports.AwesomeOscillator = AwesomeOscillator
|
|
350
351
|
module.exports.Aroon = Aroon
|
|
351
352
|
module.exports.KAMA = KAMA
|
|
353
|
+
module.exports.RVI = RVI
|
|
354
|
+
module.exports.PGO = PGO
|
|
355
|
+
module.exports.KST = KST
|
|
356
|
+
module.exports.SMI = SMI
|
|
357
|
+
module.exports.LaguerreRSI = LaguerreRSI
|
|
358
|
+
module.exports.ConnorsRSI = ConnorsRSI
|
|
359
|
+
module.exports.Inertia = Inertia
|
|
360
|
+
module.exports.ALMA = ALMA
|
|
361
|
+
module.exports.McGinleyDynamic = McGinleyDynamic
|
|
362
|
+
module.exports.FRAMA = FRAMA
|
|
363
|
+
module.exports.VIDYA = VIDYA
|
|
364
|
+
module.exports.JMA = JMA
|
|
365
|
+
module.exports.Alligator = Alligator
|
|
366
|
+
module.exports.EVWMA = EVWMA
|
|
367
|
+
module.exports.APO = APO
|
|
368
|
+
module.exports.AwesomeOscillatorHistogram = AwesomeOscillatorHistogram
|
|
369
|
+
module.exports.CFO = CFO
|
|
370
|
+
module.exports.ZeroLagMACD = ZeroLagMACD
|
|
371
|
+
module.exports.ElderImpulse = ElderImpulse
|
|
372
|
+
module.exports.STC = STC
|
|
352
373
|
module.exports.T3 = T3
|
|
353
374
|
module.exports.TSI = TSI
|
|
354
375
|
module.exports.PMO = PMO
|
|
376
|
+
module.exports.TII = TII
|
|
355
377
|
module.exports.ADL = ADL
|
|
356
378
|
module.exports.VolumePriceTrend = VolumePriceTrend
|
|
357
379
|
module.exports.ChaikinMoneyFlow = ChaikinMoneyFlow
|
|
358
380
|
module.exports.ChaikinOscillator = ChaikinOscillator
|
|
359
381
|
module.exports.ForceIndex = ForceIndex
|
|
360
382
|
module.exports.EaseOfMovement = EaseOfMovement
|
|
383
|
+
module.exports.KVO = KVO
|
|
384
|
+
module.exports.VolumeOscillator = VolumeOscillator
|
|
385
|
+
module.exports.NVI = NVI
|
|
386
|
+
module.exports.PVI = PVI
|
|
387
|
+
module.exports.WilliamsAD = WilliamsAD
|
|
388
|
+
module.exports.AnchoredVWAP = AnchoredVWAP
|
|
389
|
+
module.exports.DemandIndex = DemandIndex
|
|
390
|
+
module.exports.TSV = TSV
|
|
391
|
+
module.exports.VZO = VZO
|
|
392
|
+
module.exports.MarketFacilitationIndex = MarketFacilitationIndex
|
|
361
393
|
module.exports.SuperTrend = SuperTrend
|
|
362
394
|
module.exports.ChandelierExit = ChandelierExit
|
|
363
395
|
module.exports.ChandeKrollStop = ChandeKrollStop
|
|
364
396
|
module.exports.AtrTrailingStop = AtrTrailingStop
|
|
397
|
+
module.exports.HiLoActivator = HiLoActivator
|
|
398
|
+
module.exports.VoltyStop = VoltyStop
|
|
399
|
+
module.exports.YoyoExit = YoyoExit
|
|
400
|
+
module.exports.DonchianStop = DonchianStop
|
|
401
|
+
module.exports.PercentageTrailingStop = PercentageTrailingStop
|
|
402
|
+
module.exports.StepTrailingStop = StepTrailingStop
|
|
403
|
+
module.exports.RenkoTrailingStop = RenkoTrailingStop
|
|
365
404
|
module.exports.TypicalPrice = TypicalPrice
|
|
366
405
|
module.exports.MedianPrice = MedianPrice
|
|
367
406
|
module.exports.WeightedClose = WeightedClose
|
|
@@ -379,9 +418,113 @@ module.exports.NATR = NATR
|
|
|
379
418
|
module.exports.HistoricalVolatility = HistoricalVolatility
|
|
380
419
|
module.exports.AroonOscillator = AroonOscillator
|
|
381
420
|
module.exports.Vortex = Vortex
|
|
421
|
+
module.exports.RWI = RWI
|
|
422
|
+
module.exports.WaveTrend = WaveTrend
|
|
382
423
|
module.exports.MassIndex = MassIndex
|
|
383
424
|
module.exports.StochRSI = StochRSI
|
|
384
425
|
module.exports.UltimateOscillator = UltimateOscillator
|
|
385
426
|
module.exports.PPO = PPO
|
|
386
427
|
module.exports.Coppock = Coppock
|
|
387
428
|
module.exports.VWMA = VWMA
|
|
429
|
+
module.exports.RVIVolatility = RVIVolatility
|
|
430
|
+
module.exports.ParkinsonVolatility = ParkinsonVolatility
|
|
431
|
+
module.exports.GarmanKlassVolatility = GarmanKlassVolatility
|
|
432
|
+
module.exports.RogersSatchellVolatility = RogersSatchellVolatility
|
|
433
|
+
module.exports.YangZhangVolatility = YangZhangVolatility
|
|
434
|
+
module.exports.MaEnvelope = MaEnvelope
|
|
435
|
+
module.exports.AccelerationBands = AccelerationBands
|
|
436
|
+
module.exports.StarcBands = StarcBands
|
|
437
|
+
module.exports.AtrBands = AtrBands
|
|
438
|
+
module.exports.HurstChannel = HurstChannel
|
|
439
|
+
module.exports.LinRegChannel = LinRegChannel
|
|
440
|
+
module.exports.StandardErrorBands = StandardErrorBands
|
|
441
|
+
module.exports.DoubleBollinger = DoubleBollinger
|
|
442
|
+
module.exports.TtmSqueeze = TtmSqueeze
|
|
443
|
+
module.exports.FractalChaosBands = FractalChaosBands
|
|
444
|
+
module.exports.VwapStdDevBands = VwapStdDevBands
|
|
445
|
+
module.exports.ClassicPivots = ClassicPivots
|
|
446
|
+
module.exports.FibonacciPivots = FibonacciPivots
|
|
447
|
+
module.exports.Camarilla = Camarilla
|
|
448
|
+
module.exports.WoodiePivots = WoodiePivots
|
|
449
|
+
module.exports.DemarkPivots = DemarkPivots
|
|
450
|
+
module.exports.WilliamsFractals = WilliamsFractals
|
|
451
|
+
module.exports.ZigZag = ZigZag
|
|
452
|
+
module.exports.TDSetup = TDSetup
|
|
453
|
+
module.exports.TDSequential = TDSequential
|
|
454
|
+
module.exports.TDDeMarker = TDDeMarker
|
|
455
|
+
module.exports.TDREI = TDREI
|
|
456
|
+
module.exports.TDPressure = TDPressure
|
|
457
|
+
module.exports.TDCombo = TDCombo
|
|
458
|
+
module.exports.TDCountdown = TDCountdown
|
|
459
|
+
module.exports.TDLines = TDLines
|
|
460
|
+
module.exports.TDRangeProjection = TDRangeProjection
|
|
461
|
+
module.exports.TDDifferential = TDDifferential
|
|
462
|
+
module.exports.TDOpen = TDOpen
|
|
463
|
+
module.exports.TDRiskLevel = TDRiskLevel
|
|
464
|
+
module.exports.SuperSmoother = SuperSmoother
|
|
465
|
+
module.exports.FisherTransform = FisherTransform
|
|
466
|
+
module.exports.InverseFisherTransform = InverseFisherTransform
|
|
467
|
+
module.exports.Decycler = Decycler
|
|
468
|
+
module.exports.DecyclerOscillator = DecyclerOscillator
|
|
469
|
+
module.exports.RoofingFilter = RoofingFilter
|
|
470
|
+
module.exports.CenterOfGravity = CenterOfGravity
|
|
471
|
+
module.exports.CyberneticCycle = CyberneticCycle
|
|
472
|
+
module.exports.InstantaneousTrendline = InstantaneousTrendline
|
|
473
|
+
module.exports.EhlersStochastic = EhlersStochastic
|
|
474
|
+
module.exports.EmpiricalModeDecomposition = EmpiricalModeDecomposition
|
|
475
|
+
module.exports.HilbertDominantCycle = HilbertDominantCycle
|
|
476
|
+
module.exports.AdaptiveCycle = AdaptiveCycle
|
|
477
|
+
module.exports.SineWave = SineWave
|
|
478
|
+
module.exports.MAMA = MAMA
|
|
479
|
+
module.exports.FAMA = FAMA
|
|
480
|
+
module.exports.Ichimoku = Ichimoku
|
|
481
|
+
module.exports.HeikinAshi = HeikinAshi
|
|
482
|
+
module.exports.Variance = Variance
|
|
483
|
+
module.exports.CoefficientOfVariation = CoefficientOfVariation
|
|
484
|
+
module.exports.Skewness = Skewness
|
|
485
|
+
module.exports.Kurtosis = Kurtosis
|
|
486
|
+
module.exports.StandardError = StandardError
|
|
487
|
+
module.exports.DetrendedStdDev = DetrendedStdDev
|
|
488
|
+
module.exports.RSquared = RSquared
|
|
489
|
+
module.exports.MedianAbsoluteDeviation = MedianAbsoluteDeviation
|
|
490
|
+
module.exports.Autocorrelation = Autocorrelation
|
|
491
|
+
module.exports.HurstExponent = HurstExponent
|
|
492
|
+
module.exports.PearsonCorrelation = PearsonCorrelation
|
|
493
|
+
module.exports.Beta = Beta
|
|
494
|
+
module.exports.SpearmanCorrelation = SpearmanCorrelation
|
|
495
|
+
module.exports.ValueArea = ValueArea
|
|
496
|
+
module.exports.InitialBalance = InitialBalance
|
|
497
|
+
module.exports.OpeningRange = OpeningRange
|
|
498
|
+
module.exports.Doji = Doji
|
|
499
|
+
module.exports.Hammer = Hammer
|
|
500
|
+
module.exports.InvertedHammer = InvertedHammer
|
|
501
|
+
module.exports.HangingMan = HangingMan
|
|
502
|
+
module.exports.ShootingStar = ShootingStar
|
|
503
|
+
module.exports.Engulfing = Engulfing
|
|
504
|
+
module.exports.Harami = Harami
|
|
505
|
+
module.exports.MorningEveningStar = MorningEveningStar
|
|
506
|
+
module.exports.ThreeSoldiersOrCrows = ThreeSoldiersOrCrows
|
|
507
|
+
module.exports.PiercingDarkCloud = PiercingDarkCloud
|
|
508
|
+
module.exports.Marubozu = Marubozu
|
|
509
|
+
module.exports.Tweezer = Tweezer
|
|
510
|
+
module.exports.SpinningTop = SpinningTop
|
|
511
|
+
module.exports.ThreeInside = ThreeInside
|
|
512
|
+
module.exports.ThreeOutside = ThreeOutside
|
|
513
|
+
// Family 15: Risk / Performance metrics
|
|
514
|
+
module.exports.SharpeRatio = SharpeRatio
|
|
515
|
+
module.exports.SortinoRatio = SortinoRatio
|
|
516
|
+
module.exports.CalmarRatio = CalmarRatio
|
|
517
|
+
module.exports.OmegaRatio = OmegaRatio
|
|
518
|
+
module.exports.MaxDrawdown = MaxDrawdown
|
|
519
|
+
module.exports.AverageDrawdown = AverageDrawdown
|
|
520
|
+
module.exports.DrawdownDuration = DrawdownDuration
|
|
521
|
+
module.exports.PainIndex = PainIndex
|
|
522
|
+
module.exports.ValueAtRisk = ValueAtRisk
|
|
523
|
+
module.exports.ConditionalValueAtRisk = ConditionalValueAtRisk
|
|
524
|
+
module.exports.ProfitFactor = ProfitFactor
|
|
525
|
+
module.exports.GainLossRatio = GainLossRatio
|
|
526
|
+
module.exports.RecoveryFactor = RecoveryFactor
|
|
527
|
+
module.exports.KellyCriterion = KellyCriterion
|
|
528
|
+
module.exports.TreynorRatio = TreynorRatio
|
|
529
|
+
module.exports.InformationRatio = InformationRatio
|
|
530
|
+
module.exports.Alpha = Alpha
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "wickra-darwin-arm64",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.1",
|
|
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": [
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
],
|
|
19
19
|
"repository": {
|
|
20
20
|
"type": "git",
|
|
21
|
-
"url": "https://github.com/
|
|
21
|
+
"url": "https://github.com/wickra-lib/wickra"
|
|
22
22
|
},
|
|
23
|
-
"homepage": "https://github.com/
|
|
23
|
+
"homepage": "https://github.com/wickra-lib/wickra"
|
|
24
24
|
}
|
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "wickra-darwin-x64",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.1",
|
|
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": [
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
],
|
|
19
19
|
"repository": {
|
|
20
20
|
"type": "git",
|
|
21
|
-
"url": "https://github.com/
|
|
21
|
+
"url": "https://github.com/wickra-lib/wickra"
|
|
22
22
|
},
|
|
23
|
-
"homepage": "https://github.com/
|
|
23
|
+
"homepage": "https://github.com/wickra-lib/wickra"
|
|
24
24
|
}
|
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "wickra-linux-arm64-gnu",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.1",
|
|
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": [
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
],
|
|
22
22
|
"repository": {
|
|
23
23
|
"type": "git",
|
|
24
|
-
"url": "https://github.com/
|
|
24
|
+
"url": "https://github.com/wickra-lib/wickra"
|
|
25
25
|
},
|
|
26
|
-
"homepage": "https://github.com/
|
|
26
|
+
"homepage": "https://github.com/wickra-lib/wickra"
|
|
27
27
|
}
|
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "wickra-linux-x64-gnu",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.1",
|
|
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": [
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
],
|
|
22
22
|
"repository": {
|
|
23
23
|
"type": "git",
|
|
24
|
-
"url": "https://github.com/
|
|
24
|
+
"url": "https://github.com/wickra-lib/wickra"
|
|
25
25
|
},
|
|
26
|
-
"homepage": "https://github.com/
|
|
26
|
+
"homepage": "https://github.com/wickra-lib/wickra"
|
|
27
27
|
}
|
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "wickra-win32-arm64-msvc",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.1",
|
|
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": [
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
],
|
|
19
19
|
"repository": {
|
|
20
20
|
"type": "git",
|
|
21
|
-
"url": "https://github.com/
|
|
21
|
+
"url": "https://github.com/wickra-lib/wickra"
|
|
22
22
|
},
|
|
23
|
-
"homepage": "https://github.com/
|
|
23
|
+
"homepage": "https://github.com/wickra-lib/wickra"
|
|
24
24
|
}
|
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "wickra-win32-x64-msvc",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.1",
|
|
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": [
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
],
|
|
19
19
|
"repository": {
|
|
20
20
|
"type": "git",
|
|
21
|
-
"url": "https://github.com/
|
|
21
|
+
"url": "https://github.com/wickra-lib/wickra"
|
|
22
22
|
},
|
|
23
|
-
"homepage": "https://github.com/
|
|
23
|
+
"homepage": "https://github.com/wickra-lib/wickra"
|
|
24
24
|
}
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "wickra",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.1",
|
|
4
4
|
"description": "Streaming-first technical indicators: incremental, fast, install-free. Node bindings powered by Rust.",
|
|
5
|
-
"author": "kingchenc <
|
|
5
|
+
"author": "kingchenc <wickra.lib@gmail.com>",
|
|
6
6
|
"main": "index.js",
|
|
7
7
|
"types": "index.d.ts",
|
|
8
8
|
"license": "PolyForm-Noncommercial-1.0.0",
|
|
@@ -17,12 +17,12 @@
|
|
|
17
17
|
],
|
|
18
18
|
"repository": {
|
|
19
19
|
"type": "git",
|
|
20
|
-
"url": "https://github.com/
|
|
20
|
+
"url": "https://github.com/wickra-lib/wickra"
|
|
21
21
|
},
|
|
22
22
|
"bugs": {
|
|
23
|
-
"url": "https://github.com/
|
|
23
|
+
"url": "https://github.com/wickra-lib/wickra/issues"
|
|
24
24
|
},
|
|
25
|
-
"homepage": "https://github.com/
|
|
25
|
+
"homepage": "https://github.com/wickra-lib/wickra",
|
|
26
26
|
"files": [
|
|
27
27
|
"index.js",
|
|
28
28
|
"index.d.ts",
|
|
@@ -47,12 +47,12 @@
|
|
|
47
47
|
"node": ">= 18"
|
|
48
48
|
},
|
|
49
49
|
"optionalDependencies": {
|
|
50
|
-
"wickra-linux-x64-gnu": "0.
|
|
51
|
-
"wickra-linux-arm64-gnu": "0.
|
|
52
|
-
"wickra-darwin-x64": "0.
|
|
53
|
-
"wickra-darwin-arm64": "0.
|
|
54
|
-
"wickra-win32-x64-msvc": "0.
|
|
55
|
-
"wickra-win32-arm64-msvc": "0.
|
|
50
|
+
"wickra-linux-x64-gnu": "0.3.1",
|
|
51
|
+
"wickra-linux-arm64-gnu": "0.3.1",
|
|
52
|
+
"wickra-darwin-x64": "0.3.1",
|
|
53
|
+
"wickra-darwin-arm64": "0.3.1",
|
|
54
|
+
"wickra-win32-x64-msvc": "0.3.1",
|
|
55
|
+
"wickra-win32-arm64-msvc": "0.3.1"
|
|
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
|