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

MetaTrader 4のためのMQL4エキスパートアドバイザーソースコード - 19

icon

分析やトレーディングを自動化するいろいろなアプリは[エキスパートアドバイザー]セクションで使用できます。それは様々なトレーディングアルゴリズムに基づいたいろいろなアプリを特集し、様々な程度の自動化を提供します。単純なEAと、分析とトレーディングのプロセスを完全に自動化することができる複雑な自動売買ロボットを見つけることができます。

これらのアプリはMetaTrader 4の中でダウンロードして実行することができます。ストラテジーテスターの中でエキスパートアドバイザーをテストして最適化することをお勧めします。ライブラリのエキスパートアドバイザーは、MetaTrader 4プラットフォームとMetaEditor開発環境からアクセスすることができます。

コードを投稿

マーチンゲールの適応と仮想トレイリングストップで開きます。

ダイバージェンスの発現をベースにした取引システムの実装。

エキスパートアドバイザは、ストップロスのトレールを実行しつつ、トレーダーによって設定されたサポート/レジスタンスラインから取引をします。

エキスパートアドバイザは、指定された時間までの数分間の両方向の指値注文のグリッドを設定し、注文が作動した後にストップロスの指示をトレールします。

エキスパートアドバイザは、閉じた後に注文を逆にします。

エキスパートアドバイザはストップロスを、様々な方法で価格変動の方向へ移動します。

このエキスパートアドバイザでは、3つのインディケータを使用しています。MA(150)、レベル80と20のRSI(3)、レベル70と30のStochastic(6、3、3)です。取引開始の方向は、MAをベースにしています。RSIとStochasticの入力。Stochasticの出力。

エキスパートアドバイザのアイディアは、インパルス波におけるボラティリティの爆発をベースにしています。

エキスパートアドバイザは、ビル・ウィリアムスの本『株式取引における新たな変更』をベースにしています。

仮想トレイリングストップは、ストップロス、テイクプロフィットや注文のトレーリングをブローカーにストップを知られずに設定することができます。

インディケータRSIをベースにした簡単なエキスパートアドバイザです。

エキスパートアドバイザは、市場の注文を観測し、注文が開かれた時から指定された時間が経過した後、サウンド通知を発します。

基礎トレイリングストップは、注文の中で『自分の』注文をコメントやマジックから識別することができます。同様に、トレイリングはトレールする必要があるツールを識別します。

インディケータWilliams Percent Rangeをベースに作られたエキスパートアドバイザです。買われ過ぎのゾーンで売りを行い、売られ過ぎのゾーンでは買いを行います。これにはトレールとタイマーがついています。

インディケータMoving Averageの指針を取引の為に使用します。

12シンボルでポジションを取得する方法と、1つのチャートにセットした1つのEAで4つの時間枠を使う方法を収録しています。

古典的MACDのサンプル。

Personal Assistant The Next Generation is there to make your trading easy, basically it does what a real assistant does — provides information and executes your orders.

The Expert Advisor closes all positions if equity exceeds specified percent from balance.

It's a hedging Expert Advisor, which trades only one time per day.

EA for Automatic StopLoss, Take Profit, Profit Lock, and Trailing Stop (With Special Methods). SL and TP could be hidden.

CSPA is a multi currency Expert Advisor, it uses the currency strengths to open trades on the best pairs.

MPM is a stop reverse strategy.

Syndicate Trader is coded from the basic VSA (Volume Spread Analysis) study by Wyckoff.

New version of KNUX Expert Advisor. The strategy works with martingale.

The Expert Advisor can be used for Trailing and hidden Take Profit/Stop Loss.

This Expert Advisor is based on one of 17 Proven Currency Strategies by Mario Singh.

Order_EA is a simple visual oriented program that uses drag & drop scripts to control order processing.

Hybrid Scalper is the Expert Advisor based on many indicators.

TrendCollector is the EA based on price action, Stochastic indicator, specific EMA's (206) crossings, and trade size variability based on ATR and time of a day.

This Expert Advisor is based on Murrey lines, Stochastic Oscillator, Bollinger Bands and Candles.

The EA manages open position with a user defined Trailing Stop.

This EA automatically sets preconfigured Stop Loss and Take Profit value on all orders with empty TP & SL.

This EA makes it possible to trade semi-automatically using manually pre-defined support/resistance or breakout levels.

The Expert Advisor shows information about the current spread.

The Expert Advisor makes random buy/sell with automatic Trailing Stop.

The SmartAssTrade-V2 Forex Expert Advisor is a new update for SmartAssTrade EA Version 1.

AutoTStop EA does not work to open the orders, but only helps trader to use Trailing Stop.

Expert Advisor that moves Stop Loss according to Fibonacci retracements or expansions.

The idea is to work with a trigger, based on ADX, CCI, RVI, WPR and EMA.

1...121314151617181920212223242526...30