File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 1+ ### 0.19.0
2+ ### Breaking Changes
3+ * ** Kotak** broker removed. Deprecated code available at [ omspy-brokers] ( https://github.com/uberdeveloper/omspy-brokers )
4+ ### Features
5+ * New algo for trailing added in ` algos/trailing `
6+ * New broker ` Noren ` added
7+ ### Improvements
8+ * ` FakeBroker ` return formats improved. See #42
9+ * All brokers must return orders as empty list if no orders are found (instead of a dictionary inside list or other format)
10+ ### Fixes
11+ * exch_tm error fixed for ` Finvasia ` broker #46 .
12+ * ` ReplicaBroker ` not to raise error if instruments not available #41 .
13+
114### 0.18.2
215### Fixes
316* average_price for ` FakeBroker ` would take care of None values in price or trigger_price
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " omspy"
3- version = " 0.18.1 "
3+ version = " 0.19.0 "
44description = " "
55license = " MIT"
66authors = [
" Ubermensch <[email protected] >" ]
You can’t perform that action at this time.
0 commit comments