Skip to content

Commit

Permalink
chore: release 1.0.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bludnic committed Aug 19, 2024
1 parent 238d9ea commit b91944b
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
11 changes: 11 additions & 0 deletions .changeset/beige-rocks-agree.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
"opentrader": minor
"frontend": minor
"processor": minor
---

- Added new market channels: Trades, Orderbook, Ticker
- Cross-exchange trading: Support `runPolicy` and market `watchers` in the strategy template
- Created storage for market data: `@opentrader/bot-store`
- Fixed paper trading order fulfillment
- Added `isValidSymbol` util
2 changes: 2 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"@opentrader/backtesting": "0.0.0",
"@opentrader/bot": "0.0.0",
"@opentrader/bot-processor": "0.0.0",
"@opentrader/bot-store": "0.0.0",
"@opentrader/bot-templates": "0.0.0",
"@opentrader/daemon": "0.0.0",
"@opentrader/db": "0.0.0",
Expand All @@ -24,6 +25,7 @@
"processor": "1.0.0-alpha.38"
},
"changesets": [
"beige-rocks-agree",
"brave-poets-hang",
"chilly-clouds-explode",
"few-planets-reflect",
Expand Down
2 changes: 1 addition & 1 deletion apps/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "opentrader",
"version": "1.0.0-beta.2",
"version": "1.0.0-beta.3",
"description": "OpenTrader is a powerful open-source crypto trading bot designated to automate your trading strategies on various cryptocurrency exchanges.",
"keywords": [
"bot",
Expand Down
2 changes: 1 addition & 1 deletion pro
Submodule pro updated from 0e1ec1 to 076953

0 comments on commit b91944b

Please sign in to comment.