無料でロボットをダウンロードする方法を見る
Telegram上で私たちを見つけてください。
私たちのファンページに参加してください
MetaTrader 5ターミナルからコードベースにアクセスしてください。
適切なコードが見つからなかったらフリーランスセクションで注文できます
エキスパートアドバイザーやインディケータを書く方法

MetaTrader 4のためのMQL4テクニカル指標ソースコード - 23

icon

MQL4で開発されたMetaTrader 4のためのテクニカル指標のライブラリマーケットに関わらず(FX、株または商品のマーケット)、インディケータは分かりやすいようにアクセスできる形で相場を表します。

このセクションは様々なアルゴリズムを使って金融マーケットを分析する何千ものアプリを含んでいます。慣例として、それらは、トレンドインディケータ、オシレーター、ボリュームインディケータなどのいくつかのカテゴリに分けることができます:。加えて、有名な投資家によるアルゴリズムに基づいたインディケータのセットがあります(例: ビル・ウィリアムスのインディケータとそれによく似たインディケータ)。それらはすべて。信頼性、効率性、遅行性やその他の様々なパラメータによって特徴付けられています。トレンドインディケータ、リバーサルインディケータ、レベルのインディケータ、予測、スキャルピングインディケータとその他多数の、テクニカル分析のための2000を超えるインディケータがあります:。

コードを投稿

このインディケータは、週ごとのカマリラレベルを表示します(H1 H2 H3 H4 L1 L2 L3 L4)。

このインディケータは、日ごとのカマリラレベルを表示します(H1 H2 H3 H4 L1 L2 L3 L4)。

インディケータWcciPaternsのもう一つのバージョンで、オシレーター系です。

このインディケータは、ただ、ボリンジャーバンドの主題による変奏曲です。標準偏差をATRに変えると、STARCバンドを受けます。

このインディケータは、週ごとのピボットライン、7つのレジスタンスライン(R1、R2、R3…)と7つのサポートライン(S1、S2、S3…)を表示します。

このインディケータは、バックテストとともにピボットライン、7つのレジスタンスラインと7つのサポートラインを表示します。

このインディケータは、チャート上にゴールデン・スパイラルを表示します。

4つのストラテジーに基づいて4つのシグナルを出します。

インディケータWaddah Attar Trendは、誰でも分かりやすくて、買い・売りシグナルに感じやすいです。

このインディケータは、価格とインディケータOsMAの値のダイバージェンスを検出します。ダイバージェンスの種類によって買い/売りシグナルを出します。

このインディケータは、通貨インデックスと2つの移動平均線を表示します。

このインディケータは、フィボナッチライン上に価格を表示します。

このインディケータは、上昇トレンドと下降トレンドの強度を1つのウィンドウで表示します。

このインディケータは、ADXをもっと簡単に表示します。足が緑色に染められた場合、「買い」をします。足が赤に染められた場合、「売り」をします。

TMAの傾きを表示するインディケータです。

The indicator is similar to ASCTrend, in my opinion it is even better. Works by the system: High - Low.

The indicator draws levels interestingly, especially on the smaller timeframes.

XO

The indicator without averaging of the data array, that is a Buy/Sell decision is made in one move.

Improvement of the pair correlation indicator, for different timeframes. Green - positive correlation. Red - negative.

The indicator draws the slow and fast ССI and colors bars for determining patterns and trends.

The indicator helps to follow the trend on the market.

The indicator is calculated on the basis of currency pair volatility displaying the nearest support and resistance levels. It can be used as a trend indicator.

VSI

The indicator that calculates the volume corresponding to MA per second (or period).

Indicator of support and resistance levels. It simplifies the navigation in placing the "stops".

The indicator that works on the level breakout\rebound.

The indicator plots dynamic support and resistance levels.

Simple tactics using RSI and MACD

The indicator shows convergence/divergence of the fast and slow trailing.

SATL (Slow Adaptive Trend Line) - the «slow» adaptive trend line is obtained using a digital low-pass filter of a different order (light-blue line on the chart).

FATL (Fast Adaptive Trend Line) - the «fast» adaptive trend line is calculated using a digital low-pass filter (cream-colored line on the chart).

Example of optimization using the "running total" method.

The Zig Zag indicator with a sound alert on appearance of a new line on the chart.

Clearly displays the gaps in points as a colored histogram.

My version of plotting the DeMark lines, also draws channels in addition to the trend lines and targets. Added one more target (the third one defined as 1.62 of the inner extremum), added the signal cancellation when closing within the channel.

Perfect Commodity Channel Index. It has a certain similarity in the calculation method with the Commodity Channel Index (CCI) by D. Lambert.

Trend indicator based on the Kaufman's AMA.

The indicator contains another entry signalizer.

One of the greatly smoothing trend indicators.

As I recall, this indicator had been written by OlegVS for МТ3, for determining the flat. If the price is inside the dotted channel - flat. And MaksiGen redesigned it for МТ4.

This indicator shows when to open and when to close by drawing 2 lines.

1...161718192021222324252627282930...63