File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed
Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 77Optopsy is a nimble backtesting and statistics library for option strategies, it is designed to answer questions like
88"How do vertical spreads perform on the SPX?" or "Which strikes and/or expiration dates should I choose to make the most potential profit?"
99
10+ ** This library is currently being rewritten and is in beta state, use at your own risk**
11+
1012## Supported Option Strategies
1113* Calls/Puts
1214* Straddles/Strangles (WIP)
Original file line number Diff line number Diff line change 11# It is recommended to install Miniconda3 for Python 3.6.1 and Pandas
22pandas >= 0.23.1
3- enum34 ; python_version < = '2.7'
4- pathlib2 ; python_version < = '2.7'
53pytest >= 3.10.0
64numpy >= 1.14.3
7- pyprind >= 2.11.2
8- psutil >= 5.4.8
Original file line number Diff line number Diff line change 55 description = "Python Backtesting library for options trading strategies" ,
66 long_description = open ("README.md" ).read (),
77 long_description_content_type = "text/markdown" ,
8- version = "1 .0.4 " ,
8+ version = "2 .0.0b1 " ,
99 url = "https://github.com/michaelchu/optopsy" ,
1010 author = "Michael Chu" ,
11111616 "Programming Language :: Python :: 3.6" ,
1717 ],
1818 packages = ["optopsy" ],
19+ install_requires = [
20+ 'pandas' ,
21+ 'numpy'
22+ ]
1923)
You can’t perform that action at this time.
0 commit comments