ppo(candles: List[[Candle]], fast: int = 12, slow: int = 26, signal: int = 9, column: str = "close") -> List[PPO]
ppo(
candles
: List[[
Candle
]], fast: int = 12, slow: int = 26, signal: int = 9, column: str = "close") -> List[PPO]
where PPO this is object with fields: ppo, signal, histogram
PPO
ppo
signal
histogram
Last updated 3 months ago