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

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

コードを投稿

ウェブページをロードするためのwininet.dll ライブラリの使用例です。

全ての通貨ペア、金属、指数、CFDなどのヒストリーをロードするために使用されるスクリプトです。また、ヒストリーにある「ホール」の管理を行います。

このインディケータは、ダビード・セピアシビリにより提案されたRSIで判断される買われ過ぎ・売られ過ぎを描画します。

ギャンアングルが含まれるジグザグです。

インディケータHiLo Activator

The script is the calculator of the simple, complex, nominal and continuously charged percents.

The script visualizes the deals on the chart in a convenient way.

The indicator finds and draws linear channels using all timeframes from M1 minute to MN.

Taking a Closer Look at the Workings of the ZigZag Indicator.

The function will filter the trade positon. If the current time in the time you set, the function will return true.

Modified Nick Bilak's b-clock with spread (ask-bid) and font customization (font, color, size).

Scans multiple symbols looking for when the price crosses a pivot point or when xxPoints Near or bounce off pivot then it alerts the trader.

Displays the gains and losses for all candles where the given threshold is surpassed. The values are calculated in points and percentage.

Find the current winning / losing streak in MT4 based on filters

T3 TRIXは、終値の指数移動平均により平滑化された変化率を表示します。

全ての通貨ペアで未執行注文を一括決済し、または全ての指値注文を一括削除します。

アジアセッション、ヨーロッパセッション及び米国セッションの3つの取引セッションの始まりと終りを表示します。

インディケータFX5 Divergence。インディケータDivergenceの改良版です。

推奨を提供して価格チャネルを表示します。

最適化結果を計算するための関数のセットです。

automatically converts M1-data to M5/M15/M30/H1/H4/D1 in a single run

A trend following indicator that implements Dennis Gartman and Bill Eckhart trading system. Commonly known as "The Turtle Trader".

このインディケータは、フィボナッチのツール(リトレースメント、アーク、ファン、エキスパンション、タイムゾーン)を描きます。インディケータZigZagをベースにしています。

Connect your indicator to Telegram with 3 lines of code This sample code enables to connect your indicator to Ofir Blue, the first trading application for Telegram

To assist traders who wish to open multiple sell orders quickly, a script file has been developed that allows them to execute a large number of trades with just one command. The default take profit and stop loss values are set in 5-digit broker format, but for traders using a 4-digit broker, the default must be TP=40 and SL=20. Num_of_Sell is the number of trades to execute. This script file can be extremely useful for traders who want to take advantage of market conditions quickly and efficiently. By simplifying the process of opening multiple sell orders, it can save traders valuable time and allow them to focus on other aspects of their trading strategy.

Multi buylimit and buystop orders are script files that enable traders to place multiple orders with ease. With just one command, traders can place multiple buylimit or buystop orders using either a target price or pips. By default, the pips value is set to 400, which means the trade will be placed 400 pips away from the current market price for a 5-digit broker. This setup includes stop-loss and take-profit levels, which can be adjusted based on the trader's preferences. Notably, these orders come with a level of flexibility that enables traders to fine-tune their trading strategies. For instance, a trader can opt to set the stop-loss level to zero if they do not use stop-loss.

ダイバージェンスの主題による変奏曲です。これは、価格とMACDが逆に動くことを指します。また、ダイバージェンスによって買い・売りシグナルを出します。

チャート上に短期・中期・長期時間軸のためのシグナルポイントを描画します。Advanced Getみたいなものですけど、波の番号はありません。

効果的な売買システムです。複雑な数学的アルゴリズムによってサポート/レジスタンスレベル、ロールバック、トレンドの転換を判断します。

トレンドキャッチャーのシグナルを使用するRSIインジケータです。

Alert indicator that allows to move the signal via the mouse.

Variable Index Dynamic Average indicator

The MACD Ichimoku indicator uses the Ichimoku structure but applied to MACD values. It tells an entire story in itself which is one of the Ichimoku system strengths.

Close all trades after reaching defined profit or loss

Check out any MQL5 closed positions on a chart.

Connecting to MySQL server from new MQL4.

The purpose of the present code is to demonstrate how easy it is to create color scales, color gradients and heatmaps with the MQL4 language and functions.

30つのオシレーターをベースにした発散インジケータです。

マスインデックスは、高値と安値によるバンド幅の変化に基づいた、トレンドの転換の検出を意図しています。バンド幅が広がれば、マスインデックスは増加し、狭まれば、マスインデックスも減少します。

インディケータOsMACDは、インディケータMoving Average of Oscillator(OsMA) とMoving Average Convergence/Divergence (MACD) の組み合わせです。

12345678910111213...103