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

MetaTrader 4のためのMQL4ソースコードライブラリ - 25

icon

最大のライブラリは無料のトレーディングエキスパートアドバイザー、テクニカル指標とスクリプトのコードを特集しています。使用可能なアプリを使って自動モードで取引し、プライスダイナミクスを分析することができます。コードのライブラリを使って、金融マーケットのセンチメントについてより多くを学んでください。

あなたのMetaTrader 4の中で無料のアプリをダウンロードし、テストし、実行してください。MetaTrader 4プラットフォームとMetaEditor開発環境からそれらにアクセスすることができます。

コードを投稿

Revised Parabolic.

Trend indicator. It adapts to the history, unfortunately redraws.

The indicator displays in a separate subwindow of the chart the current symbol, Bid/Ask prices, the current swap, the expected deposit for long/short position as well as the floating spread for the symbol and the remaining time until the candle completion of the current timeframe... Let's see

Indicator PivotCustomTime.

Indicator AutoDayFibs.

ASCTrend1sig

Indicator T3 Bands.

Indicator Hi-Lo.

The Expert Advisor fills the missing bars on the chart with "dashes" (Dojis) — bars which have O=H=L=C.

The title contains the idea based on observations of the market regularities. It has been written for the CHF/USD pair.

The EA is based on Stochastic as well as CCI. It uses the fact that a reversal happens when the limits are broken, for cci - 120 and -120, for stoch - 70 and 30. Buys when the lower levels are broken, sells when the upper levels are broken.

The script outputs the information on symbols to a CSV file: swaps, spreads, stops, contracts.

Plotting the ROC indicators of two custom types (including Momentum) and periods in one window.

The script reads the list of deals from the account history, groups them by the sign specified in the parameters and outputs to a file.

The script is designed to transfer trades from the standard report of the MetaTrader 4 tester to the chart.

It is designed to create a non-standard symbol period based on the use of the standard period.

Trade - script sending BUY order and printing selected order data to the log.

The EA suggests the optimal lot size depending on the deposit size.

The 3_Otkat_Sys_v1.2 Expert Advisor. The system is configured for 5 hours (Moscow Time), does not trade on the nights of Monday and Friday.

The 1_Otkat_Sys Expert Advisor. The system is configured for 0 hours (Moscow Time), does not trade on the nights of Monday and Friday.

The MDAC indicator by Elder

The script closes all open positions and opens new one with the difference of Buy and Sell lots.

The SeNSetiVe indicator. The indicator displayed the market movement direction when the zero line is crossed.

The 3c_DM indicator.

The CandlesticksBW indicator. Plots bars by B. Williams.

The Commentator indicator analyzes and displays the possible action for a certain time interval.

The Ind-Widners Oscilator indicator. Draws the support and resistance levels.

The ind - Profitunity Bars indicator. Colors the bars in green, red and black.

Combined MA

The Bollinger Bands (BB) indicator is plotted at the distances equal to a certain number of standard deviations.

A simple alternative to the Alligator.

The indicator draws the linear regression line based on the closing prices of the last bars.

This script draws the price levels within a cycle (by Gann) between the significant Highs and Lows.

Indicator of channels on different timeframes.

EA that writes statistic data (Ask, Bid, Spread) in CSV file.

EA that can delete pending orders, close open orders and close terminal at certain time.

Indicator that automatically draws Fibo Retracement.

このEAは、マーチンゲールを含む統計をベースに作られました。

このインディケータは、ブル優勢のローソク足を青くハイライトし、ベア優勢のローソク足を赤でハイライトします。

Displaying ATR (Average True Range) value in pips or points with option for setting multiplier.

1...181920212223242526272829303132...103