An open API service indexing awesome lists of open source software.

https://github.com/buffermet/tradingview-indicators

Pinescript indicators for TradingView charts.
https://github.com/buffermet/tradingview-indicators

Last synced: about 1 month ago
JSON representation

Pinescript indicators for TradingView charts.

Awesome Lists containing this project

README

          

# Pinescript indicators for TradingView charts.

### Moving Average

### EMAs (200,100,50,20)

Plots the exponantial moving average prices of the last 200, 100, 50 and 20 klines. The minimum amount of klines used to calculate any of these EMAs is 200.

### SMAs (200,100,50,20)

Plots the simple moving average prices of the last 200, 100, 50 and 20 klines. The minimum amount of klines used to calculate any of these SMAs is 200.