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

ユーザーの評価に基づくMQL4とMQL5のトップソースコード - 3

コードを投稿

Based on Zigzag Indicator.

This indicator is a tool to show history orders on the chart. Indicator show open time and price, close time and price and profit in pips on the chart. It helps the trader to see all history orders which are opened either manually or by an automated system on chart. For more information about the indicator, you can visit the product's page: https://www.mql5.com/en/market/product/33657

Below you can find a super simple method to create a license based on MT4 account name. Place in your init function: CheckLicense(); The stringLower method makes sure the account name is in lowercase. Then you can check this value with the account name you want to check.

Gaussian Filter Multi Pole smoother of price data

With these classes you can create and test your signals runtime.

a Versatile automated trading tool for the MetaTrader 4 platform. This EA is designed to assist traders in managing their positions effectively by offering features such as setting a breakeven point, trailing stop, stop loss, and take profit levels. It works with various input parameters, allowing you to customize its behavior to fit your trading strategy.

This time, we're providing a sample that enters based on the Golden Cross and Dead Cross of the moving averages. If you want to see a sample where a long entry is made when the closing price of the candlestick crosses above the moving average, please refer to this article.

The purpose of this indicator is to demonstrate newbie friendly way a structure of a multi time frame indicator based on recursion.

The Breakeven Point, or Titik Impas, denotes the price level at which a trade's profit becomes zero. By setting a position to Titik Impas Breakeven, the stop-loss is aligned with the position's opening price. This strategy proves valuable when you aim to allow profits to accumulate while ensuring that the trade remains secure and does not revert to negative territory.

Break on Code Error ! This script is a general example of using error brake in any strategy.

Bars Pips for Chart Symbol and Period selected

Reverses all open trades after Closure for all symbols .

This MQL4 EA is designed to close positions for a basket of currency pairs based on certain profit and loss thresholds.

This is a simple code to mimic onTradeTransaction Event handler defined in MQL5

This script will close all active trades sequentially. following the order in which they were opened

This script will close all active trades and delete pending orders based on the order type passed on the input.

This script will scan all the open trades and then will close the biggest winning/losing trade

This EA is a demonstration of how you can implement your own Hedging strategy with the help of the include file.

Displays a Histogram of Momentum, ATR, CCI or RSI indicators relative to a specified level.

インディケータDJ Linesは、ピボットポイントに関連しています。このようなインディケータは、「前日の価格からトレンド転換を示すブレイクポイントが算出できる」という概念をベースにしています。

Power of CAD indicator shows actual strength of currency CAD calculated of 7 pairs that contain CAD. Indicator can be used for strategies based on mean reversion and/or correlation. Included pairs: USD CAD, AUD CAD, CAD JPY, EUR CAD, GBP CAD, NZD CAD, CAD CHF.

Th Expert will set the TP based on the SL manually set using the input multiplier. Using this you can set 2,3,4 etc times the SL set.

MACD indicator with possibility to establish mode of moving average and applied price.

Shows you profit history in real time.

このスクリプトは、ヒストリーでローソク足のの間隔をチェックし、ローソク足のホールとギャップの幅を求めます。

インディケータStepMA Stoch KV1

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

The indicator draws the channel of regression by High and Low prices.

Steve Nison 'three line break' strategy on chart.

Scripts to Close Orders under various conditions

This indicator will write value degrees of the lastest position of price at the current timeframes, and when position and condition of trend status was changed, the indicator will give an alerts.

This indicator is based on the Money Management approach used by VP from nononsenseforex.com It uses ATR to calculate Stop Loss, Take Profit and Volume you should enter into a trade based on the percentage of your Equity you want to risk.

Most EAs tend to close orders in take profit based on the distance in pips from the purchase price. However, this MQL4 code is based mainly on the current profit.

インディケータADXmでは、標準的なADXと対照的に、トレンドの正の波動も負の波動も見られます。使い方は標準的なADXと同じです。

The script downloads history for all timeframes and symbols in the Market Watch.

Shown all TF candle direction on Chart.

This Indicator shows the potential breakout/stop levels.

Changing the size of the chart window is important in my EA, but it may serve as inspiration for others.

トレーリングのための関数を含むライブラリです。複雑なアルゴリズムを簡単に使うことです。

スピアマンの順位相関係数は、統計的に相関を調べる処理をするときの非パラメトリックメソッドです。今回の場合、2つ数値列の並行度合いが検出されます。

12345678910...103