this ea started off as a job to trail equity. i then added the function of managing individual trades.thereafter i added the facility of manually putting the price of when it can s...
the same code can be compiled in mt4 as well. it gets news from fxstreet servers automatically which can be further filtered by importance level, currency and keyword in the news.s...
this ea will export the close data of x candles every z seconds. the main use of this ea is to automatically update csv file and python can pick it up smoothly....
i wrote this function as an easy template for accessing the current day's trading history. can be expanded upon by the user by adding additional doubles, i.e. volume, or for differ...
input parameters 2. local variables initialization 3. main code explaining the strategy, everyday bot will delete all the old orders and find highest and lowest value of the previo...
samy thuillier, trader spécialisé sur les forward, warrant et turbo. recommandations de samy:assurez vous de ne pas être en position directionnelle pour éviter la catastrophe en ca...
forex trade manager grid mt5 helps you to managing orders and achieve the goal. you only need to place first order with take profit, run ea and set in params profit (pips) you want...
forex trade manager mt5 simplifies managing open orders in metatrader 5. if you open a new order, the manager automatically sets stop loss and take profit. when price will move, th...
strategy tested on eurusd pair, works best on m15 period.indicators used:- ema (default period 34)- cci (default ma period 50)- macd (default mt5 settings)the strategy goes as foll...
this ea is a sample for multicurrency system for metatrader 5.entry is just using a simple candle logic on d1.hope this ea can be a help for others to learn....
the function takes two arrays of integers as parameters: "allowedperiods" and "periodstocheck". "allowedperiods" is an array containing all the time periods allowed by the system, ...
the dd_relative function calculates the relative profit or loss (drawdown) of the current trading account in percentage. to do this, it uses the current_lossorprofit() function to ...
this expert identifies macd divergence whenbuysstochastic main line > signal line stochastic is between oversold levels ( control over duration how long has stochastic between t...
includes ea & alert only with arrows.this ea buys whenmacd divergence occurs on 5 minute timeframe 1 hour stochastic main line is greater than signal line & between upper l...
this expert advisor uses three indicators to identify reversal of the price of a symbol. it uses a simple moving average along with a standard deviation and the rsi.it sends a buy ...
include file contains moving average group, a moving average group with 6 moving averages in period_w1, and a moving average group with 6 moving averages in period_current.ma group...
this is a snippet of a larger code that is based on finding break of market structure.it identifies the most recent fractal price value and comments the result on the charts.it doe...
if you're a trader who constantly juggles multiple open positions and needs to adjust stop losses as trades progress, you know how time-consuming and stressful this can be. but wit...
get trade history files (.csv) and put it in ..\mql5\file folder and save the name of file (.csv). for time differences of broker's terminals, use the same broker's meta trader 5 ...
this ea takes calculates the current account balance and based on user's input of risk and profit percentage , it can close trades either in profit or in loss.this tool might be he...
this class allows you to create buttons on the chart as if they were chart objects(have time and price coordinates) these objects can be dragged on the chart and when scrolling the...
the code provided is an mql5 expert advisor (ea) script that is based on the idea of closing open positions when they have reached a user-defined profit or loss threshold, calculat...
this expert advisor (ea) for metatrader 5 (mt5) opens multiple buy and sell orders based on user input. the ea has input variables for the number of buy and sell orders, risk perce...
this code is a risk management strategy for an expert advisor in metatrader that manages existing trades based on the input parameters. it focuses on closing trades when a profit o...
this ea is a money management algorithm for opening and closing positions and uses martingale with a "multiplier".run ea before opening any positions to get the best result. run "m...
1. input parameter 2. local variables initialization 3. main code a/ expert initialization functionb/ expert tick function3.1 calculate signal in order to send orders3.2 calculate ...
on contrast with trailing stop which a stop loss trails price until the price hits the stop loss and the position gets closed in profit, introducing trailing take profit which take...
the ea trades with the help of the rectangle, ema and sma indicator.ea settings:1: magic 2: commentary 3: ema small 4: sma big 5: volumes 6: stop loss of day 7: sl points 8: tp poi...
this advisor utilizes the rsi indicator and performs adaptive search for minimums and maximums to determine optimal entry and exit points in the market. the advisor analyzes the la...
symbol input (symbol): the function takes as input the symbol of a financial instrument for which the filling policy is to be determined.obtaining the filling policy type (filling)...
the "martin gale breakout" strategy is an expert advisor (ea) designed for trading in the forex market. this ea combines a breakout trading approach with elements of the martin gal...
an expert advisor that can recognize handwritten digits the database consists of 60,000 images for training and 10,000 images for testing. these images were created by "re-mixing" ...
part 1. introduction to mql5 and development environment the first book part entitled describes the basics of the mql5 languages and development environment.one of the new features...
part 2. fundamentals of mql5 programming is an introduction to the key concepts of this programming language. like any other language, mql5 is based on several fundamental concepts...
part 3. object oriented programming in mql5 offers an immersion into the world of object-oriented programming (oop) in the mql5 language. software development often involves the co...
part 4. common mql5 apis in the previous sections of the book, we delved into the basics of the mql5 programming language and studied its syntax, rules of use, and key concepts. ho...
part 5. creating application programs in mql5 in of the mql5 programming for traders book, we'll delve deeper into the apis associated with algorithmic trading, including financial...
part 6. trading automation in of the "mql5 programming for traders", we will study a key component of the mql5 language. we will start with a description of the fundamental entitie...
part 7. advanced mql5 tools of the "mql5 programming for traders" book discusses the advanced capabilities of the mql5 api, which will be useful when developing programs for metatr...
this utility is simple example to add sound alert on connect / disconnectadd sounds wav files inside mql5\files\sounds foldercopy the code and compile the ea utility, the attached ...
the ea only trades buy positions and does not use sl and tp.settings:"---------- general ----------" commentar start trade end trade prder is closed "---------- risk- and moneyman...