Skip to content

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

40 stars

Watchers

7 watching

Forks

Releases

Packages

Contributors

Languages