33< head >
44< meta charset ="utf-8 ">
55< meta name ="viewport " content ="width=device-width, initial-scale=1, minimum-scale=1 " />
6- < meta name ="generator " content ="pdoc 0.9.1 " />
6+ < meta name ="generator " content ="pdoc 0.9.2 " />
77< title > backtesting.backtesting API documentation</ title >
88< meta name ="description " content ="Core framework data structures.
99Objects from this module can also be imported from the top-level
@@ -457,7 +457,7 @@ <h3>Methods</h3>
457457</ code > </ pre > </ div >
458458</ dd >
459459< dt id ="backtesting.backtesting.Strategy.buy "> < code class ="name flex ">
460- < span > def < span class ="ident "> buy</ span > </ span > (< span > self, *, size=0.9999999999999998 , limit=None, stop=None, sl=None, tp=None)</ span >
460+ < span > def < span class ="ident "> buy</ span > </ span > (< span > self, *, size=.9999 , limit=None, stop=None, sl=None, tp=None)</ span >
461461</ code > </ dt >
462462< dd >
463463< div class ="desc "> < p > Place a new long order. For explanation of parameters, see < code > < a title ="backtesting.backtesting.Order " href ="#backtesting.backtesting.Order "> Order</ a > </ code > and its properties.</ p >
@@ -493,7 +493,7 @@ <h3>Methods</h3>
493493</ code > </ pre > </ div >
494494</ dd >
495495< dt id ="backtesting.backtesting.Strategy.sell "> < code class ="name flex ">
496- < span > def < span class ="ident "> sell</ span > </ span > (< span > self, *, size=0.9999999999999998 , limit=None, stop=None, sl=None, tp=None)</ span >
496+ < span > def < span class ="ident "> sell</ span > </ span > (< span > self, *, size=.9999 , limit=None, stop=None, sl=None, tp=None)</ span >
497497</ code > </ dt >
498498< dd >
499499< div class ="desc "> < p > Place a new short order. For explanation of parameters, see < code > < a title ="backtesting.backtesting.Order " href ="#backtesting.backtesting.Order "> Order</ a > </ code > and its properties.</ p >
@@ -684,12 +684,12 @@ <h4><code><a title="backtesting.backtesting.Trade" href="#backtesting.backtestin
684684</ main >
685685< footer id ="footer ">
686686< p >
687- < a href ="https://kernc.github.io/backtesting.py/ "> < cite > backtesting</ cite > 0.3.0 </ a >
687+ < a href ="https://kernc.github.io/backtesting.py/ "> < cite > backtesting</ cite > 0.3.1 </ a >
688688< span style ="color:#ddd "> 卐</ span >
689689</ p >
690690< script src ="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min.js "> </ script >
691691< script > hljs . configure ( { languages : [ 'python' ] } ) ; hljs . initHighlightingOnLoad ( ) </ script >
692- < p > Generated by < a href ="https://pdoc3.github.io/pdoc "> < cite > pdoc</ cite > 0.9.1 </ a > .</ p >
692+ < p > Generated by < a href ="https://pdoc3.github.io/pdoc "> < cite > pdoc</ cite > 0.9.2 </ a > .</ p >
693693</ footer >
694694< script > window . ga = window . ga || function ( ) { ( ga . q = ga . q || [ ] ) . push ( arguments ) } ; ga . l = + new Date ; ga ( 'create' , 'UA-43663477-4' , 'auto' ) ; ga ( 'require' , 'cleanUrlTracker' , { indexFilename :'index.html' , trailingSlash :'add' } ) ; ga ( 'require' , 'outboundLinkTracker' , { events :[ 'click' , 'auxclick' , 'contextmenu' ] } ) ; ga ( 'require' , 'maxScrollTracker' ) ; ga ( 'require' , 'pageVisibilityTracker' ) ; ga ( 'send' , 'pageview' ) ; setTimeout ( function ( ) { ga ( 'send' , 'event' , 'pageview' , 'view' ) } , 15000 ) ; </ script > < script async src ='https://www.google-analytics.com/analytics.js '> </ script > < script async src ='https://cdnjs.cloudflare.com/ajax/libs/autotrack/2.4.1/autotrack.js '> </ script > </ body >
695695</ html >
0 commit comments