vsaveris / trading-technical-indicators

Trading Technical Indicators python library
https://www.trading-technical-indicators.org/
MIT License
121 stars 34 forks source link

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

Closed vsaveris closed 3 years ago

vsaveris commented 3 years ago

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: