Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 1.44 KB

README.md

File metadata and controls

42 lines (33 loc) · 1.44 KB

FTA

logo

Go Report Card Go Reference

Financial technical indicators implemented in Go.

Port of Python library peerchemist/finta

Drawing plots

Compatable with gonum's plot interfaces. You can check these plotters:

Implemented indicators

  • SMA (Simple moving average)
  • SMM (Simple moving median)
  • SSMA (Smoothed simple moving average)
  • EMA (Exponential Weighted Moving Average)
  • WMA (Weighted moving average)
  • HMA (Hull Moving Average)
  • ROC (The Rate-of-Change)
  • KST (Know Sure Thing)
  • FISH (Fisher Transform)
  • MACD (Moving Average Convergence Divergence)
  • BBANDS (Bollinger Bands)
  • PercentB (Percent B)
  • RSI (Relative Strength Index)
  • CRSI (Connors RSI)
  • STOCH (Stochastic Oscillator %K)
  • STOCHD (Stochastic Oscillator %D)
  • StochRSI (Stochastic RSI)
  • ADL (Accumulation/Distribution Line)
  • CHAIKIN (Chaikin Oscillator)
  • VZO (Volume Zone Oscillator)
  • PSAR (Parabolic Stop and Reverse)