Skip to content

Commit

Permalink
Update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdsellers committed Dec 17, 2022
1 parent 66171c2 commit 4beaa59
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# NautilusTrader 1.163.0 Beta

Released on TBD (UTC).
Released on 17th December 2022 (UTC).

### Breaking Changes
None
Expand Down
4 changes: 2 additions & 2 deletions examples/notebooks/backtest_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@
" config=EMACrossConfig(\n",
" instrument_id=instrument.id.value,\n",
" bar_type=\"EUR/USD.SIM-15-MINUTE-BID-INTERNAL\",\n",
" fast_ema=10,\n",
" slow_ema=20,\n",
" fast_ema_period=10,\n",
" slow_ema_period=20,\n",
" trade_size=Decimal(100_000),\n",
" ),\n",
" ),\n",
Expand Down

0 comments on commit 4beaa59

Please sign in to comment.