vsaveris / trading-technical-indicators

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

Implement color gradients (fill) in the graph provided by the getTiSimulation function #27

Closed vsaveris closed 3 years ago

vsaveris commented 3 years ago

Update _getSimulationGraph function of the _technical_indicator module (tti.indicators package), with color gradient fill feature.

See Color gradient fill, matplotlib

vsaveris commented 3 years ago

fill_between without color gradients implemented, which is fast and producesclear results.

BEFORE simulation_ForecastOscillator

AFTER simulation_ForecastOscillator