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
master
qsforex
/
backtest
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
Modified the Position handling to use long/short instead of buy/sell for side/position_type. Also modified the unit tests for both Portfolio and Position to reflect these changes. Added a basic historical backtesting capability via backtest.py and using CSV tick data for currency pairs.
2015-04-17 12:34:31 +01:00
backtest.py
Modified README to detail new backtest interface.
2015-06-30 09:48:25 +01:00
output.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