🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

@socktrader/indicators

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@socktrader/indicators - npm Package Compare versions

Comparing version

to
1.0.8

26

package.json
{
"name": "@socktrader/indicators",
"version": "0.0.1",
"version": "1.0.8",
"private": false,
"publishConfig": {
"access": "public"
},
"keywords": [
"tradingbot",
"algorithmic-trading",
"cryptocurrencies",
"binance",
"trading-algorithms",
"trading-bot",
"indicators",
"quantitative",
"finance",
"financial",
"analysis",
"statistics",
"trading",
"crypto",
"bitcoin"
],
"main": "./src/index.js",

@@ -8,4 +29,5 @@ "typings": "./src/index.d.ts",

"peerDependencies": {
"technicalindicators": "^3.1.0"
"technicalindicators": "^3.1.0",
"tslib": "^2.3.1"
}
}

2

README.md

@@ -1,2 +0,2 @@

<p align="center"><img width="150" height="150" src="https://raw.githubusercontent.com/SockTrader/SockTrader/master/docs/assets/socktrader-logo.png" alt="SockTrader logo" /></p>
<p align="center"><img width="160" height="160" src="https://raw.githubusercontent.com/SockTrader/SockTrader/master/docs/assets/socktrader_logo.png" alt="SockTrader logo" /></p>

@@ -3,0 +3,0 @@ <h1 align="center">SockTrader</h1>

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
(0, tslib_1.__exportStar)(require("technicalindicators"), exports);
(0, tslib_1.__exportStar)(require("./lib/analysis"), exports);
(0, tslib_1.__exportStar)(require("./lib/performance"), exports);
(0, tslib_1.__exportStar)(require("./lib/risk"), exports);
(0, tslib_1.__exportStar)(require("./lib/statistics"), exports);
(0, tslib_1.__exportStar)(require("./lib/utils"), exports);
tslib_1.__exportStar(require("technicalindicators"), exports);
tslib_1.__exportStar(require("./lib/analysis"), exports);
tslib_1.__exportStar(require("./lib/performance"), exports);
tslib_1.__exportStar(require("./lib/risk"), exports);
tslib_1.__exportStar(require("./lib/statistics"), exports);
tslib_1.__exportStar(require("./lib/utils"), exports);
//# sourceMappingURL=index.js.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
(0, tslib_1.__exportStar)(require("./hurst"), exports);
tslib_1.__exportStar(require("./hurst"), exports);
//# sourceMappingURL=index.js.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
(0, tslib_1.__exportStar)(require("./abs"), exports);
(0, tslib_1.__exportStar)(require("./cumdev"), exports);
(0, tslib_1.__exportStar)(require("./cumprod"), exports);
(0, tslib_1.__exportStar)(require("./cumsum"), exports);
(0, tslib_1.__exportStar)(require("./erfc"), exports);
(0, tslib_1.__exportStar)(require("./fix"), exports);
(0, tslib_1.__exportStar)(require("./interp1"), exports);
(0, tslib_1.__exportStar)(require("./linearRegression"), exports);
(0, tslib_1.__exportStar)(require("./log"), exports);
(0, tslib_1.__exportStar)(require("./minus"), exports);
(0, tslib_1.__exportStar)(require("./plus"), exports);
(0, tslib_1.__exportStar)(require("./power"), exports);
(0, tslib_1.__exportStar)(require("./prod"), exports);
(0, tslib_1.__exportStar)(require("./rdivide"), exports);
(0, tslib_1.__exportStar)(require("./sqrt"), exports);
(0, tslib_1.__exportStar)(require("./sum"), exports);
(0, tslib_1.__exportStar)(require("./times"), exports);
tslib_1.__exportStar(require("./abs"), exports);
tslib_1.__exportStar(require("./cumdev"), exports);
tslib_1.__exportStar(require("./cumprod"), exports);
tslib_1.__exportStar(require("./cumsum"), exports);
tslib_1.__exportStar(require("./erfc"), exports);
tslib_1.__exportStar(require("./fix"), exports);
tslib_1.__exportStar(require("./interp1"), exports);
tslib_1.__exportStar(require("./linearRegression"), exports);
tslib_1.__exportStar(require("./log"), exports);
tslib_1.__exportStar(require("./minus"), exports);
tslib_1.__exportStar(require("./plus"), exports);
tslib_1.__exportStar(require("./power"), exports);
tslib_1.__exportStar(require("./prod"), exports);
tslib_1.__exportStar(require("./rdivide"), exports);
tslib_1.__exportStar(require("./sqrt"), exports);
tslib_1.__exportStar(require("./sum"), exports);
tslib_1.__exportStar(require("./times"), exports);
//# sourceMappingURL=index.js.map

@@ -5,12 +5,12 @@ "use strict";

const tslib_1 = require("tslib");
(0, tslib_1.__exportStar)(require("./activeReturn"), exports);
tslib_1.__exportStar(require("./activeReturn"), exports);
var annualReturn_1 = require("./annualReturn");
Object.defineProperty(exports, "annualReturn", { enumerable: true, get: function () { return annualReturn_1.annualReturn; } });
(0, tslib_1.__exportStar)(require("./compoundAnnualGrowthRate"), exports);
(0, tslib_1.__exportStar)(require("./internalRateOfReturn"), exports);
(0, tslib_1.__exportStar)(require("./mdietz"), exports);
(0, tslib_1.__exportStar)(require("./percpos"), exports);
tslib_1.__exportStar(require("./compoundAnnualGrowthRate"), exports);
tslib_1.__exportStar(require("./internalRateOfReturn"), exports);
tslib_1.__exportStar(require("./mdietz"), exports);
tslib_1.__exportStar(require("./percpos"), exports);
var rateOfReturn_1 = require("./rateOfReturn");
Object.defineProperty(exports, "rateOfReturn", { enumerable: true, get: function () { return rateOfReturn_1.rateOfReturn; } });
(0, tslib_1.__exportStar)(require("./timeWeightedReturn"), exports);
tslib_1.__exportStar(require("./timeWeightedReturn"), exports);
//# sourceMappingURL=index.js.map

@@ -5,34 +5,34 @@ "use strict";

const tslib_1 = require("tslib");
(0, tslib_1.__exportStar)(require("./adjustedSharpeRatio"), exports);
(0, tslib_1.__exportStar)(require("./annualAdjustedSharpeRatio"), exports);
(0, tslib_1.__exportStar)(require("./annualRisk"), exports);
(0, tslib_1.__exportStar)(require("./avgDrawdown"), exports);
tslib_1.__exportStar(require("./adjustedSharpeRatio"), exports);
tslib_1.__exportStar(require("./annualAdjustedSharpeRatio"), exports);
tslib_1.__exportStar(require("./annualRisk"), exports);
tslib_1.__exportStar(require("./avgDrawdown"), exports);
var burkeRatio_1 = require("./burkeRatio");
Object.defineProperty(exports, "burkeRatio", { enumerable: true, get: function () { return burkeRatio_1.burkeRatio; } });
(0, tslib_1.__exportStar)(require("./calmarRatio"), exports);
(0, tslib_1.__exportStar)(require("./continuousDrawdown"), exports);
(0, tslib_1.__exportStar)(require("./downsidePotential"), exports);
(0, tslib_1.__exportStar)(require("./downsideRisk"), exports);
tslib_1.__exportStar(require("./calmarRatio"), exports);
tslib_1.__exportStar(require("./continuousDrawdown"), exports);
tslib_1.__exportStar(require("./downsidePotential"), exports);
tslib_1.__exportStar(require("./downsideRisk"), exports);
var drawdown_1 = require("./drawdown");
Object.defineProperty(exports, "drawdown", { enumerable: true, get: function () { return drawdown_1.drawdown; } });
(0, tslib_1.__exportStar)(require("./histcondvar"), exports);
(0, tslib_1.__exportStar)(require("./histvar"), exports);
(0, tslib_1.__exportStar)(require("./informationRatio"), exports);
(0, tslib_1.__exportStar)(require("./jensenAlpha"), exports);
(0, tslib_1.__exportStar)(require("./m2sortino"), exports);
(0, tslib_1.__exportStar)(require("./martinRatio"), exports);
(0, tslib_1.__exportStar)(require("./modigliani"), exports);
(0, tslib_1.__exportStar)(require("./monteCarloValueAtRisk"), exports);
(0, tslib_1.__exportStar)(require("./omegaRatio"), exports);
(0, tslib_1.__exportStar)(require("./painIndex"), exports);
(0, tslib_1.__exportStar)(require("./painRatio"), exports);
(0, tslib_1.__exportStar)(require("./parametricConditionalValueAtRisk"), exports);
(0, tslib_1.__exportStar)(require("./parametricValueAtRisk"), exports);
(0, tslib_1.__exportStar)(require("./sharpeRatio"), exports);
(0, tslib_1.__exportStar)(require("./sortino"), exports);
(0, tslib_1.__exportStar)(require("./sterlingRatio"), exports);
(0, tslib_1.__exportStar)(require("./trackingError"), exports);
(0, tslib_1.__exportStar)(require("./treynorRatio"), exports);
(0, tslib_1.__exportStar)(require("./ulcerIndex"), exports);
(0, tslib_1.__exportStar)(require("./upsidePotential"), exports);
tslib_1.__exportStar(require("./histcondvar"), exports);
tslib_1.__exportStar(require("./histvar"), exports);
tslib_1.__exportStar(require("./informationRatio"), exports);
tslib_1.__exportStar(require("./jensenAlpha"), exports);
tslib_1.__exportStar(require("./m2sortino"), exports);
tslib_1.__exportStar(require("./martinRatio"), exports);
tslib_1.__exportStar(require("./modigliani"), exports);
tslib_1.__exportStar(require("./monteCarloValueAtRisk"), exports);
tslib_1.__exportStar(require("./omegaRatio"), exports);
tslib_1.__exportStar(require("./painIndex"), exports);
tslib_1.__exportStar(require("./painRatio"), exports);
tslib_1.__exportStar(require("./parametricConditionalValueAtRisk"), exports);
tslib_1.__exportStar(require("./parametricValueAtRisk"), exports);
tslib_1.__exportStar(require("./sharpeRatio"), exports);
tslib_1.__exportStar(require("./sortino"), exports);
tslib_1.__exportStar(require("./sterlingRatio"), exports);
tslib_1.__exportStar(require("./trackingError"), exports);
tslib_1.__exportStar(require("./treynorRatio"), exports);
tslib_1.__exportStar(require("./ulcerIndex"), exports);
tslib_1.__exportStar(require("./upsidePotential"), exports);
//# sourceMappingURL=index.js.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
(0, tslib_1.__exportStar)(require("./kurtosis"), exports);
(0, tslib_1.__exportStar)(require("./mean"), exports);
(0, tslib_1.__exportStar)(require("./moment"), exports);
(0, tslib_1.__exportStar)(require("./norminv"), exports);
(0, tslib_1.__exportStar)(require("./normpdf"), exports);
(0, tslib_1.__exportStar)(require("./prctile"), exports);
(0, tslib_1.__exportStar)(require("./quantile"), exports);
(0, tslib_1.__exportStar)(require("./skewness"), exports);
(0, tslib_1.__exportStar)(require("./std"), exports);
(0, tslib_1.__exportStar)(require("./variance"), exports);
tslib_1.__exportStar(require("./kurtosis"), exports);
tslib_1.__exportStar(require("./mean"), exports);
tslib_1.__exportStar(require("./moment"), exports);
tslib_1.__exportStar(require("./norminv"), exports);
tslib_1.__exportStar(require("./normpdf"), exports);
tslib_1.__exportStar(require("./prctile"), exports);
tslib_1.__exportStar(require("./quantile"), exports);
tslib_1.__exportStar(require("./skewness"), exports);
tslib_1.__exportStar(require("./std"), exports);
tslib_1.__exportStar(require("./variance"), exports);
//# sourceMappingURL=index.js.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
(0, tslib_1.__exportStar)(require("./arrayFn"), exports);
(0, tslib_1.__exportStar)(require("./colon"), exports);
(0, tslib_1.__exportStar)(require("./isArray"), exports);
(0, tslib_1.__exportStar)(require("./isNumber"), exports);
(0, tslib_1.__exportStar)(require("./sort"), exports);
(0, tslib_1.__exportStar)(require("./subsetlin"), exports);
tslib_1.__exportStar(require("./arrayFn"), exports);
tslib_1.__exportStar(require("./colon"), exports);
tslib_1.__exportStar(require("./isArray"), exports);
tslib_1.__exportStar(require("./isNumber"), exports);
tslib_1.__exportStar(require("./sort"), exports);
tslib_1.__exportStar(require("./subsetlin"), exports);
//# sourceMappingURL=index.js.map

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet