Currently the getTiSimulation returns a pandas.DataFrame with simulation data and a dict containing simulation statistics.
The function will be updated so to return also a matplotlib.pyplot object including the close price, exposure and balance during the simulation period. An example of such object is shown below:
Tasks:
[x] Update code with the new feature
[x] Update Unit Tests with the new feature
[x] Update documentation code with the new feature (examples)
Currently the getTiSimulation returns a pandas.DataFrame with simulation data and a dict containing simulation statistics.
The function will be updated so to return also a matplotlib.pyplot object including the close price, exposure and balance during the simulation period. An example of such object is shown below:
Tasks: