tensortrade.env.plotters.matplotlib_trading_chart module¶
- class tensortrade.env.plotters.matplotlib_trading_chart.MatplotlibTradingChart(*args, **kwargs)[source]¶
Bases:
AbstractPlotter
Trading visualization for TensorTrade using Matplotlib :param display: True to display the chart on the screen, False for not. :type display: bool :param save_format: A format to save the chart to. Acceptable formats are
png, jpg, svg, pdf.
- Parameters:
- registered_name = 'matplotlib_trading_chart'¶