Skip to content

TylerKerch/ucfbt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic Strategy

def init(ctx):
    # Should initialize all of the book-keeping structures that it needs

def update(ctx, signal_name, signal_data):
    # Should handle updates

results = backtest(init, update, prices={"ticker": ticker_dataframe_ohlc}, signals={"signal": signal_dataframe})

About

UCF Backtester

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors