Skip to content

This project aims to visualize vectorized back testing results with interactive plot and other detailed information..

Notifications You must be signed in to change notification settings

awwesomeman/vectorbt_visualization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

vectorbt_visualization

This project aims to visualize vectorized back testing results with interactive plot and other detailed information..

Demo code

# ma strategy
trade = My_Strategy()
trade.get_stock('2303',start='2021-01-01',end='2021-07-15',freq='30T')
trade.MA()
df = trade.run()
trade.plot()

image

image

About

This project aims to visualize vectorized back testing results with interactive plot and other detailed information..

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages