ednunezg / pytrendline

Python module - detection of support and resistance trendlines for technical analysis. With tuning parameters and plotting capabilities
MIT License
68 stars 26 forks source link

Trendline Result Only #3

Closed kasahh closed 2 years ago

kasahh commented 2 years ago

Is there a way to get just the trendline result as maybe a CSV file or pandas dataset so it can be used for programmatic trading?

kasahh commented 2 years ago

getting the results before it is passed into plot gave me the desired result.