Skip to content
forked from Quantmatic/amipy

very fast python backtesting framework based on amibroker backtesting methodology

Notifications You must be signed in to change notification settings

jacktinhsau/amipy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 

Repository files navigation

amipy

very fast python backtesting framework based on amibroker backtesting methodology

  • event driven
  • supports any timeframe
  • supports tick aggregation
  • fast optimization speeds
  • multi-asset class simulations

compatible with IQFeed data and MongoDB, (e.g. iq2mongo)

also compatible with any other data source, so long as the OHLC dataframe has the following column format:

ohlc = data[:][['open', 'high', 'low', 'close', 'volume']]

view sample strategy results

About

very fast python backtesting framework based on amibroker backtesting methodology

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Python 100.0%