Ticaret robotlarını ücretsiz olarak nasıl indirebileceğinizi izleyin
Bizi Telegram üzerinde bulun!
Fan sayfamıza katılın
MetaTrader 5 terminalinizden Kod Tabanına erişin
Doğru kodu bulamadınız mı? Freelance bölümünden sipariş edin
Bir Uzman Danışman veya gösterge nasıl yazılır?

MetaTrader 5 için MQL5 komut dosyası kaynak kodları - 5

icon

Komut dosyaları, bir MQL5 programı kullanarak MetaTrader 5'te tek seferlik eylemler gerçekleştirir ve hemen ardından grafikten silinir. Örnek işlevler olarak, işlem geçmişini yükleme, rapor oluşturma ve bu raporu e-posta ile gönderme, bir dosyadan veri indirme ve bu veriyi işleme söylenebilir. Komut dosyaları ayrıca grafik arayüzü oluşturmak veya tek tip ticaret işlemlerini hızlı bir şekilde yürütmek (örneğin tüm pozisyonları hemen kapatmak) için de kullanılabilir.

Sunulan komut dosyalarını MetaTrader 5'te indirebilir ve başlatabilirsiniz. Komut dosyası kütüphanesine, MQL5 programlamayı öğrenmenize olanak sağlayan MetaEditor geliştirme ortamından da doğrudan erişebilirsiniz.

Kod ekle
en son | en iyi

A script for placing two Buy and Sell Stop orders at an equal distance.

A script for placing two Buy and Sell Limit orders at an equal distance.

A script for placing a SellStop order

A script for placing a BuyStop order

A script for placing a SellLimit order

A script for placing a BuyLimit order

The script closes all positions of the current symbol.

The script closes all open positions on the current account.

This script is used to modify Stop Loss and Take Profit of position.

An example of using HistorySelectByPosition (based on the HistoryDealGetTicket use example).

How many buffers does your indicator use? What's it calculating? Is it efficient? If you want to know what's going on behind the scenes, you'll now be able to.

Converts .set files from MT5 format to MT4 format.

An example of working with the trading history on Hedge accounts — reconstruction of positions.

When run on the price chart, the script modifies stop loss or take profit of all open orders for the current instrument.

Searching Nearest Bar - searching for the nearest bar.

The script allows you to try regular expressions.

The script displays the brief statistics for trading on the instrument over the specified period - the number of deals, profit, profit factor.

The script switches all opened charts at a certain interval. It is also possible to display only the charts of certain symbols.

Symbol for downloading the history data for the current symbol with indication of progress.

Script draws the Axel Rudolph levels

Script to set correct scale on Fibonacci arcs attached to chart.

The script displays the monthly and weekly levels on the chart.

Script for drawing a price markup.

Calculation of slippages of the performed deals in account currency.

Adds period separators to your window, at a time of your choice.

The script tests the computer in 45 performance tests. It is possible to compare the performance of VPS/VDS servers.

This script closes all windows of selected symbol or all windows of any symbol.

The script displays the number of bullish and bearish candlesticks.

An example of counting the number of objects in the chart window.

The script shows the trade volume in lots required to move the position to a desired level.

The script controls the display of time and price scales for all open charts or only for one chart.

This script finds DeMark pivot points, displays them on the chart and indicates their dimensions.

This script finds DeMark pivot points, displays them on the chart and indicates their dimensions.

Setting multiple charts at one click.

Script to apply my template to all charts opened.

Simple script for apply template and/or timeframe to all charts opened.

When you drag this script onto the chart, it will calculate the price where you drop the script and use this price to figure out if a Sell Stop or Sell Limit pending order should be placed.

When you drag this script onto the chart, it will calculate the price where you drop the script and use this price to figure out if a Buy Stop or Buy Limit pending order should be placed.

A simple script that allows you to open a Short position using the current price location with a specified Risk Percentage and Reward Ratio.

A simple script that allows you to open a long position using the current price location with a specified Risk Percentage and Reward Ratio.

1234567