Skip to content

Commit

Permalink
fix(backtesting-playground): missing exchangeCode in the bot config…
Browse files Browse the repository at this point in the history
…uration
  • Loading branch information
bludnic committed Jan 21, 2024
1 parent ed6e6bd commit 0dfd2ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/backtesting-playground/src/grid-bot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ async function run() {
],
baseCurrency: "ETH",
quoteCurrency: "USDT",
exchangeCode: "OKX",
};
console.log("Bot config", config);

Expand Down

0 comments on commit 0dfd2ec

Please sign in to comment.