UNPKG

trade

Version:

A JavaScript backtesting library to validate trading strategies for stocks, futures, crypto currencies etc. based on historical data.

43 lines (42 loc) 932 B
{ "name": "trade", "version": "1.0.3", "description": "A JavaScript backtesting library to validate trading strategies for stocks, futures, crypto currencies etc. based on historical data.", "keywords": [ "backtest", "trade", "trading", "trading strategy", "algotrading", "backtesting", "stocks", "futures", "crypto currencies", "technical analysis" ], "main": "index.mjs", "scripts": { "test": "npx ava --verbose --watch", "docs": "node ./createDocs.mjs", "coverage": "npx c8 ava" }, "ava": { "files": [ "**/*.unit.mjs", "**/*.integration.mjs" ] }, "author": "", "license": "ISC", "devDependencies": { "@joinbox/eslint-config-joinbox": "^1.0.9", "ava": "^3.14.0", "babel-eslint": "^10.1.0", "c8": "^7.6.0", "jsdoc-to-markdown": "^7.0.0" }, "dependencies": { "debug": "^4.3.1", "table": "^6.0.4" } }