ADOL_

[ADOL_]Trend_Oscillators_MTF

ADOL_ Обновлено   

ENG) Trend_Oscillator_MTF


introduction)

This is a trend analyzer implemented in the form of an oscillator.

An oscillator is a technical analysis tool that identifies the direction of market trends and determines the time period. Making it an oscillator means creating range. By setting the upper and lower limits like this, the unlimited expansion area that can appear on the chart is limited. As a limited area is created, we can identify oversold and overbought areas, which is good for checking momentum.

Through oscillatorization, you can find overbought, oversold, and current trend areas.

It adopts MTF and is a simple but functional indicator.

To use multiple time frames, use the timeframe.multiplier function.

A table was created using the table.new function, and various information windows were installed on the right side of the chart.

I hope this can be a destination for many travelers looking for good landmarks.

- 8 types of moving averages can be selected (in addition to independently developed moving averages), trend area display, signal display, up to 3 multi-time chart overlapping functions, information table display, volatility and whipsaw search, and alerts are possible.

- You can set various time zones in Timeframe. With three timeframes, you can check the conditions overlapping time at a glance.


principle)

Set up two moving averages with different speeds and make the relative difference.

Create the speed difference between the two moving averages using methods such as over = crossover(fast, slow) and under = crossunder(fast, slow).

The point at which the difference in relative speed decreases is where the possibility of inflection is high. Through the cross code, you can find out when the speed difference becomes 0.

Simply crossing the moving average is easy. To fine-tune the speed difference, it is necessary to re-establish the relationship between functions.

Painting the green and red areas is designed to be painted when the three time frames overlap.

Using the code of fill(fast, slow, color = fast>= slow? color.green: color.red, transp = 80, title = "fillcolor")

You can color and distinguish areas.


MA: You can select the MA_type. This is a necessary option because the profit/loss ratio for each item varies depending on the type of moving average.

Start: The starting value to set the oscillator range.

End: This is the last value to set the oscillator range.

Lenght: This is the number of candles used to calculate the calculation formula in the oscillator.

Timeframe: Set the time to overlap with up to 3 time frames.

repaint: You can choose whether to apply repaint. The default is OFF.

The coding for repaint settings for the indicator was written using the recommended method recommended by TradingView.

reference :

security(syminfo.tickerid, tf, src)


Trading method)

With the Multi-Time-Frame (MTF) function, the time zone set in the indicator is displayed the same in any chart time zone.

The repaint problem that occurred when using MTF was resolved by referring to TradingView's recommended code.

User can decide whether to repaint or not. The default is OFF.


- signal

Buy and Sell signals are displayed when there are 3 stacks. Even if there is no triple overlap, you can decide to buy or sell at the point where the short-term line and long-term line intersect.

Entry is determined through Buy and Sell signals, and exit is determined through BL (BuyLoss) and SL (SellLoss).

BL and SL can also be applied as entry.

You can judge overlap by the color of the lines. When two conditions overlap, it is orange, and when one condition overlaps, it is blue.


- Divergence

Divergence is a signal that arises from a discrepancy between the oscillator and the actual price.



Divergence can be identified because the range is set with conditions that have upper and lower limits.


- trend line



As shown in the picture, draw a downward trend line connecting the high points in the same area.

As shown in the picture, an upward trend line is drawn connecting the low points in the same area.

It can be used to view trend line breakout points that candles cannot display.


- Find a property for sale by amplitude


When the low point in the red area and the high point in the green area occur, the difference is regarded as one amplitude and the range is set.

Here, one amplitude becomes a pattern value that can go up or down, and this pattern value acts as support/resistance. It was developed in a unique way that is different from traditional methods and has a high standard of accuracy. This works best when using that indicator. Use 1, 2, 3, or 4 multiples of the amplitude range.
A multiple of 2 is a position with a high probability of a retracement.


- Whipsaw & volatility search section



Whipsaw refers to a trick that causes frequent trading in a convergence zone or confuses the trend in the opposite direction before it occurs. Whip saws are usually seen as having technical limitations that are difficult to overcome.
To overcome this problem, the indicator was created to define a section where whipsaw and volatility can appear. If a whipsaw & volatility indicator section occurs, a big move may occur later.


Alert)

Buy, Sell, BuyLoss, SellLoss, Whipsaw alert


Disclaimer)

Scripts are for informational and educational purposes only. Use of the script does not constitute professional and/or financial advice. You are solely responsible for evaluating the risks associated with your script output and use of the script.



KOR) 트렌드_오실레이터_MTF


소개)

이것은 오실레이터 형태로 구현된 트렌드 분석기 입니다.

오실레이터는 시장의 추세방향을 확인하고 기간을 결정하는 기술적 분석 도구입니다. 오실레이터로 만드는 것은 범위가 생기는 것을 의미합니다. 이렇게 상한과 하한을 정함으로써, 차트에서 나타날 수 있는 무제한적인 확장영역이 제한됩니다. 제한된 영역이 만들어짐에 따라 우리는 과매도와 과매수 구간을 식별할 수 있게 되며, 모멘텀을 확인하기 좋습니다.

오실레이터화를 통해, 과매수와 과매도, 현재의 트렌드 영역을 잘 찾을 수 있습니다.

MTF를 채택했으며, 단순하지만, 기능적으로 훌륭한 지표입니다.

멀티타임프레임을 사용하기 위해 timeframe.multiplier 함수를 사용합니다.

table.new 함수를 사용하여 table을 만들고, 차트 우측에 여러가지 정보창을 갖췄습니다.

좋은 지표를 찾는 많은 여행자들에게 이곳이 종착지가 될 수 있기를 바랍니다.

- 이평선 종류 8종 선택(독자적으로 개발한 이평선 추가), 추세영역표시, 시그널 표기, 최대 3개 멀티타임차트 중첩기능, 정보테이블 표시, 변동성과 휩쏘찾기, 얼러트가 가능합니다.

- Timeframe에서 다양한 시간대를 설정할 수 있습니다. 3개의 Timeframe을 통해 시간을 중첩한 조건을 한눈에 확인할 수 있습니다.


원리)

속도가 다른 두 개의 이평선을 설정하고 상대적인 차이를 만듭니다.

over = crossover(fast, slow) , under = crossunder(fast, slow) 와 같은 방법으로 두개의 이평선의 속도차이를 만듭니다.

상대적 속도의 차이가 줄어드는 시점은 변곡의 가능성이 높은 자리입니다. cross code를 통해 속도차가 0이 되는 시점을 알 수 있습니다.

단순히 이평선을 교차하는 것은 쉽습니다. 세밀하게 속도차이를 조정하는데 함수간의 관계를 다시 설정할 필요가 있습니다.

초록색과 빨간색의 영역을 칠하는 것은 3가지 타임프레임이 중첩될 때 칠하도록 만들어졌습니다.

fill(fast, slow, color = fast>= slow? color.green: color.red, transp = 80, title = "fillcolor") 의 코드를 사용하여

영역을 색칠하고 구분할 수 있습니다.


MA : MA_유형을 선택할 수 있습니다. 이평선의 종류에 따라 종목당 손익비가 달라지므로 꼭 필요한 옵션입니다.

Start : 오실레이터 범위를 설정할 시작값입니다.

End : 오실레이터 범위를 설정할 마지막값입니다.

Lenght : 오실레이터에서 계산식을 산출하기 위한 캔들의 개수입니다.

Timeframe : 최대 3개의 타임프레임으로 중첩할 시간을 설정합니다.

repaint : 리페인팅을 적용할지 선택할 수 있습니다. 기본값은 OFF 입니다.

해당 지표의 리페인트 설정에 관한 코딩은 트레이딩뷰에서 권장하는 추천 방법으로 작성되었습니다.

참고 :

security(syminfo.tickerid, tf, src)


매매방법)

Multi-Time-Frame(MTF) 기능으로 지표에서 설정한 시간대가 어느 차트 시간대에서나 동일하게 표시됩니다.

MTF 사용시 발생하는 리페인트 문제는 트레이딩뷰의 권장코드를 참고하여 해결했습니다.

사용자가 리페인트 여부를 결정할 수 있습니다. 기본값은 OFF 입니다.


- 시그널

시그널의 Buy와 Sell은 3중첩일 경우 표시됩니다. 3중첩이 아니라도 단기선과 장기선이 교차되는 시점에서 매매를 결정할 수 있습니다.

Buy와 Sell 시그널에서 진입을 결정하고 BL(BuyLoss)와 SL(SellLoss) 에서 exit를 결정합니다.

BL과 SL을 진입으로 응용할 수도 있습니다.

라인의 컬러로 중첩을 판단할 수 있습니다. 2개의 조건이 중첩되면 오렌지, 1개의 조건이 중첩되면 블루컬러입니다.


- 다이버전스

다이버전스는 오실레이터와 실제 가격의 불일치에서 발생하는 신호입니다.



상한과 하한이 있는 조건으로 범위를 설정하였기 때문에 다이버전스를 식별가능합니다.


- 추세선



그림과 같이 같은 영역의 고점을 이어 하락추세선을 긋습니다.

그림과 같이 같은 영역의 저점을 이어 상승추세선을 긋습니다.

캔들이 표시할 수 없는 추세선돌파 지점을 볼 수 있게 활용가능합니다.


- 진폭으로 매물대 찾기


빨간색 영역의 저점과 초록색 영역의 고점이 발생할 때, 그 차이를 하나의 진폭으로 보고 범위를 설정합니다.

여기서 하나의 진폭은 위나 아래로 갈 수 있는 패턴값이 되며, 이 패턴값은 지지/저항으로 작용합니다. 전통적인 방식에 없는 독창적인 방식으로 개발된 것으로 정확성 높은 기준입니다. 이것은 해당 지표를 사용할 때 가장 잘 맞습니다. 진폭 범위의 1배수,2배수,3배수,4배수 자리를 사용합니다.
2배수 자리는 다시 돌아오는 되돌림 확률이 높은 위치입니다.


- 휩쏘&변동성 찾기 구간



휩쏘는 수렴구간에서 잦은 매매를 유발하거나, 추세가 발생하기 전에 반대방향으로 혼란을 주는 속임수를 의미합니다. 휩쏘는 보통 극복하기 어려운 기술적 한계로 여겨집니다.
해당지표에서는 이를 극복하기 위해 휩쏘와 변동성이 나타날 수 있는 구간을 정의하도록 만들었습니다. 휩쏘&변동성 표시 구간이 발생하면 이후 큰 움직임이 발생할 수 있습니다.


얼러트)

Buy, Sell, BuyLoss, SellLoss, Whipsaw alert


면책조항)

스크립트는 정보 제공 및 교육 목적으로만 사용됩니다. 스크립트의 사용은 전문적 및/또는 재정적 조언으로 간주되지 않습니다. 스크립트 출력 및 스크립트 사용과 관련된 위험을 평가하는 책임은 전적으로 귀하에게 있습니다.
Информация о релизе:
ENG) minor update // Oversold, overbought, add center line

KOR) 마이너 업데이트 // 과매도, 과매수, 중심선 추가
Информация о релизе:
Custom Option_ ▼
Add indicator to favorites and use it.


Trend_Oscillators_Single



Trend_Oscillators_Single_Overlay



Trend_Oscillators_Multi



Trend_Oscillators_Multi_Overlay


[ADOL_]에서 제공하는 모든 스크립트 및 콘텐츠는 정보 제공 및 교육 목적으로만 제공됩니다. 과거 실적이 미래 결과를 보장하지 않습니다.
모든 콘텐츠는 서비스를 보여주기 위한 가설로 간주되어야 하며 재정적 조언으로 해석되어서는 안 됩니다.

● 우리 시드 레벨업 : open.kakao.com/o/gGu8VIkg

▼ 더 많은 정보는 Website 클릭 ▼

linktr.ee/adol_artcrypto
Скрипт с ограниченным доступом

Доступ к этому скрипту разрешён только для пользователей, авторизованных автором, и для этого обычно требуется оплата. Вы можете добавить скрипт в список избранных, но использовать его можно будет только после запроса на доступ и получения разрешения от автора. Свяжитесь с ADOL_, чтобы узнать больше, или следуйте инструкциям автора ниже.

TradingView предлагает не платить за скрипт и не использовать его, если вы на 100% не доверяете автору и не понимаете, как этот скрипт работает. Во многих случаях вы можете найти хорошую альтернативу с открытым кодом бесплатно в наших Скриптах сообщества.

Отказ от ответственности

Все виды контента, которые вы можете увидеть на TradingView, не являются финансовыми, инвестиционными, торговыми или любыми другими рекомендациями. Мы не предоставляем советы по покупке и продаже активов. Подробнее — в Условиях использования TradingView.

Инструкции от автора

Power performance. Development takes a lot of time. So, it's not free. This is an invitation-only script. above, Contact me. 강력한 수행기능. 개발에 많은 시간이 걸립니다. 그래서, 무료가 아닙니다. 초대 전용 스크립트입니다. 위, Contact me.

Хотите использовать этот скрипт на графике?

Внимание: прочтите это перед тем, как запросить доступ.