Skip to content

Commit 6565bc3

Browse files
author
rob
committed
Merge branch 'develop'
2 parents 5544b5b + 54943d6 commit 6565bc3

File tree

119 files changed

+3316
-4011
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

119 files changed

+3316
-4011
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Release notes
22

3+
## Version 1.61
4+
5+
- Replaced log to database with log to file
6+
- Won't generate roll order if order for instrument already on stack
7+
- Removed warning code for empty spread data
8+
9+
## Version 1.60
10+
11+
- Moved storage of contract positions, instrument strategy positions, optimal positions from mongo/timedStorage to Arctic [announcement]()
12+
- Multiple instances of same IB symbol in config can now be resolved
13+
- Instrument config and roll config now live purely in .csv
14+
- Seperate database table for spread costs
15+
- Logs have to have one of a limited number of labels
16+
- Positions now use database stored expiries, not live IB expiries
17+
- Portfolio beta in risk reports
18+
- Many additional instruments added to config
19+
- Can apply a long only constraint to instrument positions
20+
- Live p&l now returned as accountCurve object
21+
322
## Version 1.50
423

524
- Added optional code to run price collection throughout the day, see [announcement](https://github.com/robcarver17/pysystemtrade/discussions/961)

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ In general, we try and follow the original texts: [PEP 8](https://peps.python.or
7171
- Common methods are `get`, `calculate`, `read`, `write`.
7272
- There is a specific procedure for naming objects which form part of the data heirarchy, see [here](https://github.com/robcarver17/pysystemtrade/blob/master/docs/data.md#part-2-overview-of-futures-data-in-pysystemtrade). If this is not followed, then the [automated abstraction of data inside Data 'blob' instances](https://github.com/robcarver17/pysystemtrade/blob/master/docs/data.md#data-blobs) won't work.
7373
- Although arguably redundant, I am a fan of describing eg objects that inherit from dicts with a dict_ prefix. This gives hints as to how they behave without having to look at their code.
74-
74+
7575

7676
### Error handling
7777

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ Rob Carver
77
[https://qoppac.blogspot.com/p/pysystemtrade.html](https://qoppac.blogspot.com/p/pysystemtrade.html)
88

99

10-
Version 1.50
10+
Version 1.61
1111

1212

13-
2023-01-27
13+
2023-03-24
1414

1515

1616

0 commit comments

Comments
 (0)