Skip to content

WinPooh32/fta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

da6d60d · Feb 19, 2023

History

52 Commits
Nov 4, 2022
Sep 30, 2021
Nov 4, 2022
Feb 19, 2023
Nov 4, 2022
Nov 4, 2022
Sep 24, 2022

Repository files navigation

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)