This website requires JavaScript.
Explore
Help
Register
Sign In
gavindiaz
/
qsforex
Watch
1
Star
0
Fork
0
You've already forked qsforex
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
backtest_class
qsforex
/
portfolio
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
Delete Directory
History
Michael Halls-Moore
c273962a04
Modified README to detail new backtest interface.
2015-06-30 09:48:25 +01:00
..
__init__.py
First commit
2015-01-27 18:29:27 +00:00
portfolio_test.py
Lots of changes. Modified the Position object to handle more of the actual position calculations instead of the Portfolio. Added more unit tests for both Position and Portfolio. Allowed Positions to trade in currencies other than GBPUSD and in base/quotes which aren't the home currency. Modified the backtester to be single-threaded and added a basic Moving Average Crossover strategy. Also added a basic equity curve output script.
2015-04-21 13:01:20 +01:00
portfolio.py
Modified README to detail new backtest interface.
2015-06-30 09:48:25 +01:00
position_test.py
Added the ability for the backtester to use unrealised PnL from the Position objects to calculate a tick-by-tick equity curve. Added a performance directory that calculates drawdown statistics. Modified the output.py script to use Seaborn and output the equity curve, returns and drawdown curve.
2015-05-15 13:50:34 +01:00
position.py
Added Python 2.7.x and 3.4.x compatibility to the code. Disabled HTTPS security warning in urllib3 package of 'requests' package.
2015-05-11 17:30:28 +01:00