ta-oliver / infertrade

Open source trading and investment strategy library designed for accessibility and compatibility
Apache License 2.0
34 stars 20 forks source link

Documentation for Price Prediction Using Signal Regression #236

Closed fhashim closed 2 years ago

fhashim commented 2 years ago

Create tex file and pdf documentation for our strategies that use regressions of technical indicators. These use transformer in a pipeline, like PricePredictionFromSignalRegression to take technical indicator signals and regress them against price.

The code for these regressions of technical indicators is stored here.