OskarGallard

7 Moving Averages [Plus]

OskarGallard Cập nhật   
Moving Averages are price based, lagging (or reactive) indicators that display the average price of a security over a set period of time. A Moving Average is a good way to gauge momentum as well as to confirm trends, and define areas of support and resistance. Essentially, Moving Averages smooth out the “noise” when trying to interpret charts. Noise is made up of fluctuations of both price and volume. Because a Moving Average is a lagging indicator and reacts to events that have already happened, it is not used as a predictive indicator but as an interpretive one for confirmations and analysis.

Bollinger Bands (BB) are a widely popular technical analysis instrument created by John Bollinger. The BB consist of a band of three lines which are plotted in relation to security prices. The line in the middle is usually a Simple Moving Average (SMA) set to a period of 20 days (the type of trend line and period can be changed by the trader; however a 20 day moving average is by far the most popular). The SMA then serves as a base for the Upper and Lower Bands which are used as a way to measure volatility by observing the relationship between the Bands and price. Typically the Upper and Lower Bands are set to two standard deviations away from the SMA (The Middle Line); however the number of standard deviations can also be adjusted by the trader.

This script shows 6 moving averages and Bollinger Bands.

Features:
- Standard MA inputs.
- MA type.
- MA period.
- MA source.
- MA resolution (time frame).
- MA Offset.
- Forecasting : forcasted prices are calculated using our MAType and MASource for the MAPeriod.
- Trail: Show only candles not included in the MA calculation.

The color of MA1 depends on the chosen strategy, by default this is the 3EMA strategy. You can also select "Pivot Point Supertrend" or "Ichimoku Trend"

Added "Parabolic Stop and Reverse (PSAR)". The PSAR is a time and price technical analysis tool primarily used to identify points of potential stops and reverses. In fact, the SAR in Parabolic SAR stands for "Stop and Reverse". The indicator's calculations create a parabola which is located below price during a Bullish Trend and above Price during a Bearish Trend.

Added "Linear Regression Channel" which can be correctly plotted on logarithmic charts. A linear regression channel consists of a median line with 2 parallel lines, above and below it, at the same distance. Those lines can be seen as support and resistance. The median line is calculated based on linear regression of the closing prices but the source can also be set to open, high or low. The height of the channel is based on the deviation of price to the median line. Extrapolating the channel forward can help to provide a bias and to find trading opportunities.
Phát hành các Ghi chú:
Now the color of MA2 and MA3 can be changed according to the chosen strategy.

Added Volume Weighted Bars
Volume Weighted Bars, a study of Kıvanç Özbilgiç, aims to present whether volume supports price movements. Volume Weighted Bars are calculated based on volume moving average.

How to interpret :
 -Volume high above the volume moving average be displayed with red/green colors
 -Average volume values will remain as they are and
 -Volume low below the volume moving average will be indicated with darker colors
Phát hành các Ghi chú:
Added Laguerre Average
The Laguerre Average (filter) was discovered by John Ehlers .
It's a newer type of averaging that is meant to take out as much of the inherent lag that your typical EMA and SMA's give at the start of a major trend change. So what you get is an average that turns more quickly at major trend changes,and doesn't get tripped up on the noise (as much).
Phát hành các Ghi chú:
Now you can choose between different sources in the Laguerre Average.
Phát hành các Ghi chú:
Added "Volume Profile" based on pine script arrays
Phát hành các Ghi chú:
Added as source:
  • On Balance Volume (OBV)
  • Accumulation Distribution (AccDist)
  • Price Volume Trend (PVT)
Phát hành các Ghi chú:
Added the condition of MFI> = 50 in the Ichimoku Trend.
Small modifications were made to the Volume-Profile.
Phát hành các Ghi chú:
👍🏻
Phát hành các Ghi chú:
Updated to version 5 of PineScript and reorganized the code.

The strategy application to moving average #3 was eliminated.

Bollinger Bands change color when squeezed inside the keltner channel.
Phát hành các Ghi chú:
Added the Average (WMA 21 + EMA 20)
Mã nguồn mở

Với tinh thần TradingView, tác giả của tập lệnh này đã xuất bản nó dưới dạng mã nguồn mở, vì vậy các nhà giao dịch có thể hiểu và xác minh nó. Chúc mừng tác giả! Bạn có thể sử dụng mã này miễn phí, nhưng việc sử dụng lại mã này trong một ấn phẩm chịu sự điều chỉnh của Nội quy nội bộ. Bạn có thể yêu thích nó để sử dụng nó trên biểu đồ.

Thông báo miễn trừ trách nhiệm

Thông tin và ấn phẩm không có nghĩa là và không cấu thành, tài chính, đầu tư, kinh doanh, hoặc các loại lời khuyên hoặc khuyến nghị khác được cung cấp hoặc xác nhận bởi TradingView. Đọc thêm trong Điều khoản sử dụng.

Bạn muốn sử dụng tập lệnh này trên biểu đồ?