mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-02-02 12:21:08 +00:00
390 B
390 B
Plotting
This page explains how to plot prices, indicator, profits.
Table of Contents
Plot price and indicators
Usage for the price plotter: script/plot_dataframe.py [-h] [-p pair]
Example
python script/plot_dataframe.py -p BTC_ETH
The -p pair argument, can be used to specify what pair you would like to plot.