Efe-Eroglu / Indicators

Some of the indicators developed to facilitate trading and technical analysis of stocks on the stock exchange

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Indicators

  • An indicator is a series of mathematical operations that provide insight into the direction or strength of a trend. In other words, indicators are technical indicators used to predict financial or economic trends by analyzing current market conditions.

Some of the indicators


1. RSI (Relative Strength Index)

100 - (100 / (1 + RS))

2. MA (Moving Average)

SMA = Number of Time Slots / Total Price

3. Bolinger Bands

Middle Band = 20-day SMA.
Upper Band = 20-day SMA + (20-day standard deviation x 2)
Lower Band = 20-day SMA - (20-day standard deviation x 2)

4. Ichimoku Cloud

Senkouspan is a 26-period translation of A=(Tenkan Sen + Kijun Sen) / 2.

5. MacD

MACD = 12 EMA - 26 EMA

Note

  • All codes in this repository are experimental and do not provide any investment advice

About

Some of the indicators developed to facilitate trading and technical analysis of stocks on the stock exchange


Languages

Language:Python 100.0%