0

I am using inbuilt supertrend function to get supertrend value. My requirement is I want supertrend data with length=1, multiplier=3 . When I change length & multiplier to any value then still I am getting (7,3) supertrend data.

import pandas_ta as ta
sti = ta.supertrend(df['High'], df['Low'], df['Close'], length=7, multiplier=3)
pkdhake
  • 21
  • 1

0 Answers0