移動平均 - ページ 155

 

再帰的移動平均- MetaTrader 5用インジケータ



再帰的移動平均 - MetaTrader 5用インジケータ

再帰的移動平均は、適切な平滑化に到達するためにそれ自体を何度も呼び出します。例えば、DEMAとTEMA指標は再帰的指数移動平均です。 目標は、まだ高速で実行しながら、ループの制限を削除することです。さらに、トリガーラインは取引シグナルを提供します。

Recursive Moving Average
Recursive Moving Average
  • www.mql5.com
Recursive Moving Average calls itself a number of times in order to reach the appropriate smoothing. For instance DEMA and TEMA indicators are recursive exponential moving averages. The goal is to remove the loop limit while still running fast. In addition a trigger line provides the trading signal.
 

移動平均線を使ってできること

移動平均でできること

この記事では、最もポピュラーで分かりやすいインジケーターである移動平均(МА)に関連するいくつかのアイデアを紹介します。各インジケータは、1つまたは複数の移動平均を使用し、時には矢印の距離を定義したり、チャネルラインを描くためにATRも使用します。
What you can do with Moving Averages
What you can do with Moving Averages
  • www.mql5.com
The article considers several methods of applying the Moving Average indicator. Each method involving a curve analysis is accompanied by indicators visualizing the idea. In most cases, the ideas shown here belong to their respected authors. My sole task was to bring them together to let you see the main approaches and, hopefully, make more reasonable trading decisions. MQL5 proficiency level — basic.
 

MetaTrader 5 用インジケータ -CLoseとiMAの価格のパーセンテージ

CLoseとiMA価格のパーセンテージ - MetaTrader 5用インジケータ

このインディケータは、「Close」価格が「iMA」インディケータを何回上回っ た か 、あ る い は 下 回 っ た か を カ ウ ン ト す る( 割 合 で )。計算期間は、インディケータの平均期間と同じです。
Percentage of CLose and iMA prices
Percentage of CLose and iMA prices
  • www.mql5.com
The indicator shows the percentage of the 'Close' price above and below the 'iMA' indicator
理由: