Are the below types of Moving averages supported in KiteConnect library or shud we use TA-Lib or numpy or Quantopian??
Moving average types 0: SMA (simple) 1: EMA (exponential) 2: WMA (weighted) 3: DEMA (double exponential) 4: TEMA (triple exponential) 5: TRIMA (triangular) 6: KAMA (Kaufman adaptive) 7: MAMA (Mesa adaptive) 8: T3 (triple exponential T3)
@vijayfoundation, Kite Connect is purely an execution platform. You need to calculate values at your end. You can check out this thread to know more about indicator calculations.
Kite Connect is purely an execution platform. You need to calculate values at your end. You can check out this thread to know more about indicator calculations.