Plot Basic Strategy
Command line options
-f FILENAME, --filename FILENAME
The filename where the basic strategy is stored.
See the help by running python plot_basic_strategy.py -h.
Plot the basic strategy
- plot_basic_strategy.plot_csv(filename)
Plot the basic strategy.
- Parameters:
filename (str) – The file where the basic strategy is stored.
- Return type:
None
Example:
from plot_basic_strategy import plot_csv
plot_csv("data/basic_strategy.csv")