All notable changes to this project will be documented in this file. Please refer to the project wiki for detail.
Telegram Channel: Aui_Say
Discord Server: Aui and Friends
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- cdbbeec5b97a98076646a825552f14a03beaafcd
- add Noba core feature: ioc container, pipeline system, event system, and database abstraction layer
- Fix some bug
- Update doc
- ad6e618073cc85231c5d6857e23670b1bca95efd
- None
- Fix some bug
- Backtrader_Bokeh update to Noba project。You can find the old backtrader_bokeh in backtrader_bokeh_last branch
- Update doc
- 96a674b72ed72df3b3b84d429cc33607e8b078ce
- Added Straightline Draw Tool: this function is available without any configuration.
- Added Freehand Draw Tool: this function is available without any configuration.
- Fix some bug
- Update doc
- 39ffb44123cb47677dc7c822b74700a228d78159
- Added keyboard operation: now you can zooming in or out through the combination of up direction keys(or down) and shift|option|control: this function is available without any configuration.
- Added keyboard operation: now you can translate graphic through the combination of left direction keys(or right) and shift|control: this function is available without any configuration.
- Added keyboard operation: now you can translate graphic through mouse wheel: this function is available without any configuration.
- None
- Update doc
- 2df5faa8a24856bd410d3230c0948cae1bed6d28
- Support keyboard operation: now you can operate crosshair and tooltip through left and right direction keys and key combinations: this function is available without any configuration.
- Fixed the bug that the crosshair color setting in the scheme is invalid.
- Update doc
- 07179f756c5a349bac693f674d744998613e9f45
- ConfigTab: one configure panel. You can customize your own backtrader through configuration_ Bokeh, These configuration is global. Once you configure it, all new projects will adopt this configuration by default.
- Fix some bug
- Update doc
- cb3d648a254f349fec15f4dd6a38e21189be7028
- None
- None
- The schemes
Black
is alias ofBlackly
, andWhite
is alias ofTradimo
- dd5b2954fc9aa7fb2f27d7aa8bf4ba3bc8a2956d
- New feature
Logtab
: the tab can display multiple log according to different levels and styles. See wiki for details
- None
- None
- e37eb7bd32058815c20cb048d802268cf0b89fae
- None
- None
- Set the default values of some options as follows, so that users can get the same result with fewer parameters
- Change the default dark theme to the default light theme
autostart
default isTrue
. You no longer need to pass inautostart
to automatically open the browserforce_plot_legend
default isTrue
。You no longer need to pass inforce_plot_legend
to automatically fix the legend bug
- a27dd6aea434922d681005d72d70ffc55eb050de
- None
- None
- Modify html style
- Update doc
- 987bc8fa634ce8e4513d993493ab30be980a39d6
- Add resources option
- More analyzers can be displayed in Analyzers Tab
- Fix lots of bug
- Update wiki
- bcc19c0c0268e87bedcd31f1fe5d966b9743a155
- Can set special transaction rules
- Add more content of order when printing
- Fix lots of bug
- Modify rendered HTML
- Update wiki
- 45bd077ba5d474fd36ac5336f6e8209bcb415744
- In addition to OHLC, additional datafeed line can be plotted
- None
- None
- e8af78183190190c1e6a19b6ab9380115b1bda3b
- Fix many bugs of Backtrader through Backtrader_Bokeh's patch, instead of modifying the source code of backtrader
- fix
autostart
bug in Live Mode - Other bug
- A set of easier and clearer Api
- Update all demo according to new api
- Update README.md
- Update wiki homepage include en and cn
- e481f4d7972203e359999a7f6e3d76733788218f
- Can customize the style of each data. Besides passing in the
style
likeBacktraderBokeh(style='bar')
, you can do the followingdata = bt.feeds.YahooFinanceCSVData( ... ) data.plotinfo.plotstyle = 'bar'
- fix : TypeError: unhashable type: 'slice' for pandas
- None
- e3b4bff790dfb7216409a552baf7ea3e8f2ffe26
- In live mode, the option
autostart = True
can open the browser automatically
- Fixed hover-tooltips bug: now, more data lines can be added exactly using the scheme option hover_tooltip_config!
- Update README.md and CHANGELOG.md
- e32927931318932b318beb07f13d1b8c592d981b
- None
- None
- None
- Because of optbrowser address and port assignment mistake problem, if port 80 is occupied, the web page will not be opened in the optimization mode
- Very imortant, fixed the legend can't be displayed in the observer or indicators's figuer
- e11863504b7948c2bb9743313ba66279eedf2031
- init repo
- Implement the basic functions of Backtrader_Bokeh: use bokeh as the backend of Backtrader
- init doc:
README.md
,CHANGELOG.md
,WIKI.EN.md
,WIKI.ZH.md
- None
- None
- None