An example of visualization of a trading algorithm using the Matplotlib module The algorithm places limit orders on the Bitmex exchange. To run the program use: python3 limit.py <start_date> <end_date> yes Example: python3 limit.py 200101 220101 yes