denniskuzminer / algos

2 stars 0 forks source link

Fill out accurate parameters for technical indicators #8

Open denniskuzminer opened 2 years ago

denniskuzminer commented 2 years ago

There are some indicators like VWAP, MACD, etc. that need specific parameters. I am currently using whatever the defaults are for the stock indicators library. All the function definitions can be found here

In particular,

daniehughes commented 2 years ago

Here are the defaults

daniehughes commented 2 years ago

Hi Dennis, I noticed the MACD indicator column only shows one column. There should be a fast and slow moving average.

Let me know your thoughts

denniskuzminer commented 2 years ago

When you mention

CCI
Overbought = 200
Oversold = -200

-> Does this mean you would like an additional column indicating Overbought, Oversold, or Neutral?

denniskuzminer commented 2 years ago

For the TTM squeeze here, nk = 1.5 nbb = 2 Are these the factors by which to multiply the ZScore for the Bollinger Band calculation and the ATR for the Keltner Channel calculation?

If that is the case, what do you mean by Keltner Channels 1, 2, 3, and Bollinger Bands sections?

denniskuzminer commented 2 years ago

Add https://daveskender.github.io/Stock.Indicators.Python/indicators/Keltner/#content

Implement it myself