Skip to content

Test different TA strategies against a bunch of stocks and a bunch of different input settings and spit out the "best" results as csv

Notifications You must be signed in to change notification settings

YTarphe5/algotrade-backtesting

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

algotrade-backtesting

Test different TA strategies against a bunch of stocks and a bunch of different input settings and spit out the "best" results as csv

Install

python 2.7+ install ta-lib (./configure ; make; make install) http://ta-lib.org/ virtualenv algotrader . algotrader/bin/activate pip install TA-Lib pip install pyalgotrade

Usage

Change to import the correct strategy edit ''' optimize_general.py ''' import strategy_Doji_Hammer as teststrategy python optimize_general.py

About

Test different TA strategies against a bunch of stocks and a bunch of different input settings and spit out the "best" results as csv

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%