OPEN-SOURCE SCRIPT

MA rate of change

This indicator uses moving averages to determine trends. For those who trade using a trend-following strategy, it's not possible to use the slope of the moving average line as an indicator of trend judgment if it's expressed as an angle. This is because the angle changes depending on the adjustments made to the vertical price scale and horizontal time scale of the chart.
Therefore, instead of using the angle, I decided to use the rate of change in price as an alternative indicator.

The relationship between the rate of change of the moving average and the angle of the moving average line is as follows:

- When the value is positive, the moving average line slopes upward.
- When the value is negative, the moving average line slopes downward.
- The larger the absolute value of the rate of change, the steeper the angle; the smaller the value, the gentler the slope.

The trend is determined using the rate of change instead of the angle, as follows:

- Uptrend: Rate of change > 0.5 (this value can be adjusted) ⇒ Display with a red background
- Downtrend: Rate of change < -0.5 (this value can be adjusted) ⇒ Display with a blue background

An example of a trade using this indicator is as follows:

- Enter the trade the day after the trend appears.
- Exit the trade the day after the trend ends.


このインジケーターは移動平均線を使ってトレンドを判断します。トレンドフォロー戦略でトレードする方はこのインジケーターの示す移動平均線の傾きを角度で表してトレンドの判定の指標とすることはできません。なぜなら、角度はチャートの縦軸の価格スケールや横軸の時間のスケールを調整することで変わってしまうからです。
そこで角度に代わる別の指標として価格の変化率を使うことにしました。
移動平均の変化率と、移動平均線の角度の関係は次の通りです。

- プラスの値の場合は移動平均線は右肩上がり
- マイナスの値の場合は移動平均線は右肩下がり
- 変化率の絶対値が大きいほど角度は急になり、小さいほど角度は緩やかになる

トレンドの判定は次のようにします。角度の代わりに変化率で判定します。

- 上昇トレンド : 変化率 > 0.5 (この値は調整可能) ⇒赤色の背景で表示
- 下降トレンド : 変化率 < -0.5 (この値は調整可能)⇒青色の背景で表示

このインジケーターを使ったトレードの例は次の通りです。

- トレンドが発生した翌日エントリー
- トレンドが終了した翌日エグジット
Moving AveragesTrend Analysis

סקריפט קוד פתוח

ברוח TradingView אמיתית, מחבר הסקריפט הזה פרסם אותו בקוד פתוח, כך שסוחרים יוכלו להבין ולאמת אותו. כל הכבוד למחבר! אתה יכול להשתמש בו בחינם, אבל השימוש החוזר בקוד זה בפרסום כפוף לכללי הבית. אתה יכול להכניס אותו למועדפים כדי להשתמש בו בגרף.

רוצה להשתמש בסקריפ זה בגרף?

כתב ויתור