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.
- Host: GitHub
- URL: https://github.com/buffermet/tradingview-indicators
- Owner: buffermet
- License: gpl-2.0
- Created: 2021-06-04T10:12:19.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-04T11:41:23.000Z (almost 5 years ago)
- Last Synced: 2025-04-03T09:43:40.917Z (11 months ago)
- Size: 15.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pinescript indicators for TradingView charts.
### Moving Average
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.
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.