(fig: _figure)
| 92 | |
| 93 | |
| 94 | def _watermark(fig: _figure): |
| 95 | fig.add_layout( |
| 96 | Label( |
| 97 | x=10, y=15, x_units='screen', y_units='screen', text_color='silver', |
| 98 | text='Created with Backtesting.py: http://kernc.github.io/backtesting.py', |
| 99 | text_alpha=.09)) |
| 100 | |
| 101 | |
| 102 | def colorgen(): |
no outgoing calls
no test coverage detected