Ticaret robotlarını ücretsiz olarak nasıl indirebileceğinizi izleyin
Bizi Facebook ü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ı - 3

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

This script displays useful information.

This strategy is the well known set & forget accompanied by the martingale system. It is very useful if you are very busy in which you don't have time, you want to trade the London session while you are sleeping in USA, etc.

This strategy is the well known set & forget accompanied by the anti-martingale system. It is very useful if you are very busy in which you don't have time, you want to trade the London session while you are sleeping in USA, etc.

Convert MqlTick-s into minified structures to free RAM or store tick arrays in a compact files.

This script downloads bars and ticks from EURUSD as required for the correct execution of Kiss on Billions on EURUSD from Saeid Irani.

This script opens order with maximal amount of volume available.

required margin and maximum volume calculator.

When I start learning about trading, I remember the trading pioneer Shawn Lucas (founder of Apiary-fund) saying "trading is simple, you go from bound range market to breakout market and vice versa". I looked at few charts and he was right. So I told myself, I have to always eyeball ranging market and trending market but with the help of an indicator. There are plenty for indicator that help us eyeball these ranging/trending market and they work really well, but I like using Pivot Points.

This script opens randomly selected charts and applies user-defined template.

short-term forex strategy for beginners.

I used to suffer from unnecessary losses and/or cutting my profit short since I wasn't fast enough to modify my SL and/or TP. That is why I've wrote these scripts that will allow me to react fast when I must modify my Sl and/or TP especially when I have many open and/or pending trades. I know there are plenty of Metatraders who also suffer from this and that is why I would like to share these scripts with you, hopefully it will be beneficial. Do not forget to send you comments as well as rate these scripts. Happy trading!

Simple script to see your current Profit Losses in Pips.

This script highlights Forex sessions for Sydney, Tokyo, London and New York with colored rectangles, according to the user time definitions.

This script opens all market watch symbols with the default template using the selected period. Save prefferred template as default.tpl to have all charts open with same template of your choice. Happy Trading.

Sets of latin, russian characters, digits, punctuation, etc.

Placing pending orders with no need to calculate lot size. Script calculates the proper lot size and opens the pending order(s) for you.

Trade with no need to calculate lot size! This script calculates the proper lot size and opens the position(s) for you.

Have you ever wondered how to safely return automatic objects with functions without memory leaks?

This is MQL5 project packer: assemble all source and resource files from dependencies into a single ZIP.

Trade Transmitter will Transmit Trades from MT5 Demo or Real accounts using CSV Files. Each trade request created manually or by other EAs on MT5 terminal will be automatically transmitted. Positions and orders summaries are also transmitted, so the receiver on the other platform can catch up, in case it misses any of the trade request transmissions. This Code will save your time if you are working on a bridge to copy trades between MT5 and any other platform.

Simple code for Candle Cross above or below Conditions..

Opens random positions on marketwatch symbols.

Simple risk management tool.

This script opens a buy or sell order randomly having equally spaced take-profit and stop-loss levels.

Simplified Script to find signals based on user parameters

First script selects symbols having spread below specified value on the marketwatch, then opens corresponding charts by appyling timeframe and template stated.

This script allows a user to find out instance_id of the running MetaTrader instance/installation.

Separate the construction of a complex object from its representation so that the same construction process can create different representations.

Define an interface for creating an object, but let subclasses decide which class to instantiate. Lets a class defer instantiation to subclasses.

Provides an interface for creating families of related or dependent objects without specifying their concrete class.

When the subject changes, it notifies and updates its observers, who know nothing about each other.

Encapsulating a family of interchangeable algorythms which can be modified independently from the client.

A way of sub-classing more functional objects, dynamically.

Export tool for OHLC prices, calculated prices & indicator buffers

This indi will draw OBJ_ARROW_BUY/OBJ_ARROW_SELL when find signals on Arrow Indi Buffers.

The script exports summary of closed trades grouped by each trading day to .csv file

The script exports summary of closed trades grouped by each currency pair to .csv file

A script to close all market positions and/or pending orders.

This script will change the SL and TP of all open trades of the symbol to the price where the script is dropped off.

Display interactive HTML graph of the account balance inside the web browser.

1234567