거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Facebook에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
지표

Quantile Price Analysis - MetaTrader 4용 지표

Jas Wu
게시자:
I Kai Wu
조회수:
5578
평가:
(25)
게시됨:
2022.01.16 11:02
업데이트됨:
2022.01.16 11:21
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

Calculation is:

----------------------

Calculation is current close price minus the close price of the last N(default 30) period's defined X(default 60) upper quantile &

current close price minus the close price of the last N(default 30) period's defined X(default 40) lower quantile.

If both of these value(which are displayed in histograms) are above 0 then it is uptrend, vice versa for down trend, if one of them is > 0 and one of them is < 0, then it is ranging.

-----------------------

There is also a high low mode in the inputs, Calculation is current High price minus the close price of the last N(default 30) period's defined X(default 60) upper quantile & current Low price minus the close price of the last N(default 30) period's defined X(default 40) lower quantile.

If both of these value(which are displayed in histograms) are above 0 then it is uptrend, vice versa for down trend, if one of them is > 0 and one of them is < 0, then it is ranging.

This method filters more ranging bars but also produces more lag.

-----------------------

Green Block at the 0 level means uptrend, Orange Block at the 0 level means downtrend, Gray Block at the 0 level means Ranging.


Qauntile Price Analysis

    Didi Index (Cleaned/Reversed) Didi Index (Cleaned/Reversed)

    Slow Line of the original Didi Index

    Save current chart to default template Save current chart to default template

    it saves the current chart to default template , it just helps to do it faster than a manual save. you can assign a hotkey for it. it has no confirmation and immediately saves the template, if you want it to save to a template other than default just edit the code and replace "default.tpl" to any other name you want.

    Force index volatility bands Force index volatility bands

    Force index with Volume/Volatility bands

    Elegant oscillator Elegant oscillator

    Elegant oscillator - metatrader 4 version