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

Addressing issue # 143 New strategies #144

Closed bi-kash closed 3 years ago

bi-kash commented 3 years ago

@Cal231995 work in progress. @ta-oliver should I add a new column "buy" which is set to true or false on the basis of indication? False indicating sell. Any other suggestions before I continue further

ta-oliver commented 3 years ago

Suggestions:

ta-oliver commented 3 years ago

@ta-oliver should I add a new column "buy" which is set to true or false on the basis of indication? False indicating sell. Any other suggestions before I continue further

Instead of buy/sell, we would output an algorithm recommended position of max_investment or -max_investment. Essentially the algorithm will provide an indication every day on what position size to take as a float value.