happydasch / btplotting

btplotting provides plotting for backtests, optimization results and live data from backtrader.
GNU General Public License v3.0
338 stars 84 forks source link

customize scheme #66

Closed LZBNCC closed 3 months ago

LZBNCC commented 3 months ago

Thanks for your work! I want to know how to customize the scheme, like changing the color of candle? plot = btplotting.BacktraderPlotting( output_mode='save', filename=os.path.join(output_dir, plot_name), plotconfig={ 'r:.*': { 'plotstyle': 'candle', 'colordown': 'green',
'colorup': 'red' }} )