無料でロボットをダウンロードする方法を見る
Telegram上で私たちを見つけてください。
私たちのファンページに参加してください
興味深いスクリプト?
それではリンクにそれを投稿してください。-
他の人にそれを評価してもらいます
記事を気に入りましたか?MetaTrader 5ターミナルの中でそれを試してみてください。
インディケータ

Quantile Price Analysis - MetaTrader 4のためのインディケータ

Jas Wu
発行者:
I Kai Wu
ビュー:
5593
評価:
(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