vsaveris/trading-technical-indicators

Update getTiSimulation to return also a matplotlip.pyplot object with the simulation results

vsaveris opened this issue · 0 comments

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:

simulation_AccumulationDistributionLine

Tasks:

  • Update code with the new feature
  • Update Unit Tests with the new feature
  • Update documentation code with the new feature (examples)