quantitative
Version:
Apply indicators and strategies to time-series price data natively in Javascript.
29 lines (28 loc) • 799 B
JSON
{
"name": "quantitative",
"version": "0.0.1",
"description": "Apply indicators and strategies to time-series price data natively in Javascript.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/Accretence/quantitative.git"
},
"keywords": [
"quantitative",
"quantitative-trading",
"algorithmic-trading",
"algo-trading",
"williams-fractal",
"trading"
],
"author": "@accretence",
"license": "MIT",
"bugs": {
"url": "https://github.com/Accretence/quantitative/issues"
},
"homepage": "https://github.com/Accretence/quantitative#readme"
}