Skip to content

Commit

Permalink
Merge pull request #2 from juandelacruz-calvo/backtest-update
Browse files Browse the repository at this point in the history
Backtest update
  • Loading branch information
juandelacruz-calvo committed Mar 2, 2022
2 parents e1d3d85 + eaa406b commit 658bf09
Show file tree
Hide file tree
Showing 18 changed files with 413 additions and 202 deletions.
1 change: 1 addition & 0 deletions .idea/crypto-trading-bot.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

88 changes: 79 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"better-queue": "^3.8.10",
"better-sqlite3": "^5.4.2",
"bfx-api-node-models": "^1.5.0",
"binance-api-node": "^0.10.4",
"binance-api-node": "^0.11.31",
"bitfinex-api-node": "^5.0.2",
"bitmex-realtime-api": "^0.4.0",
"ccxt": "^1.40.1",
Expand Down
2 changes: 1 addition & 1 deletion src/command/backtest.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const services = require('../modules/services');
process.on('message', async msg => {
const p = msg.pair.split('.');

services.boot(msg.projectDir);
await services.boot(msg.projectDir);

const results = await services
.getBacktest()
Expand Down
Loading

0 comments on commit 658bf09

Please sign in to comment.