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

Indicator and Strategy #262

Closed Optimus-Q closed 2 years ago

Optimus-Q commented 2 years ago

Indicator: McGinley dynamic moving average (smoothing fuction) Strategy: Directional probablity index (DPI)

Optimus-Q commented 2 years ago

@ta-oliver @Optimus-Q We can possibly set the buy signal to be generated if the DPI Index is less than 20% instead of 10%, what are your thoughts about this?

Sure we can do that, however, we can add max and minimum level as per user requirement like: buy_level = 20, sell_level= 80 and user can change these settings according to their need.