Calculates the risk in the account currency for a given trading volume of the selected symbol at different time periods and publishes it in the journal in the Experts tab of Toolbo...
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...
Place the file into Services Terminal Folder.The picture above shows an example of setting up a new sell order with the corresponding comment - 1800 points.The picture above shows ...
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 indicator reads balance and reads equity from the trading account and displays them on a separate chart window. Very simple, and really useful for backtesting.Here is how it d...
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. RMA Relative Moving Average is a variant of EMA, with a calculation factor of 1/cycle .2. There is only one input variable, which is the calculation period. If you need to chang...
1、There is only one class function without additional variables. Please declare class CCheck before use2、Program variables are used to store corresponding data, while historical ba...
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 ...
The unique stock arrow indicator "Strength Index Signal" is an indispensable tool for traders,based on analysis of currency strength. This indicator will help you make informed dec...
On 01/01/1982 it is wintertime in the USA (DST==0) and the next changeover is on 04/25/1982, which is the last (25th of the month) Sunday of April (4). The table is already sorted ...
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...
This library allows you to comfortably work with PNG graphic files, as well as scale them.There are two ways to upload PNG images:via file via a resource that is inside your ex5 fi...
This include file provides programmers with a seamless solution for creating Martin Gale trading strategies effortlessly. The classes GridStrategy and MartinGaleStrategy are derive...
The basic idea behind the indicator is to check for bouncebacks between support and resistance levels. There are two input parameters: period and overlook. A support level is the l...
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...
My goal was to make an indicator that triggers signals when the market price cuts the moving average.The moving average period length can be user defined (default is 200 length). T...
Trend Dashboard Indicator MetaTrader 5 indicator — a multi-timeframe indicator that is based on three standard indicators: Stochastic oscillator, RSI (Relative Strength Index), and...
The strategy tester does not report any memory leaks of MQL5 applications like expert advisors, scripts or indicators. And such memory leaks can occur by using the new operator in ...
Available formulas (MA_Method)SMA Simple Moving Average EMA Exponential Moving Average Wilder Wilder Exponential Moving Average LWMA Linear Weighted Moving Average SineWMA Sine...
The provided code is an MQL include file and an Expert Advisor demonstrating how the classes work.It implements a trading strategy based on various technical indicators and trend a...
This is a helper function to allow you to translate the (x, y) pixel value to the price which you see on the Y-axis, using a click press with OnChartEvent....
This indicator plots highs and lows as well as the open and close for the candle of the selected period. It is a multi-timeframe indicator which plot plot specific OHLC levels on t...
Some indicators experience a bug where the plot drops horizontally or the buffer doesn't update on the chart. The problem can be solved by refreshing the chart.This will refresh th...
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...
Wick Ratio Candlesticks are recognized by its upper and lower wick ratio instead of open and close properties.By default a snow candle appear when upper wick = lower wickIf upper w...
I did not understand the source of other Hull MA implementations, so i decide to implement it myself. It has four input parameters:InpHmaPeriod = 20 InpColorKind = single_color Inp...
One of the "classics" but with a twist - unlike the built in fractals indicator, this one allows you to :adjust the fractals period (the built in fractal indicator is using period ...
My apologies, this code is no longer available and I don't know how to remove/hide it from codebaseDon't forget to add stars to these codes for SEO, thank you !!...
A Marubozo is a long-bodied candlestick with no shadow, from the Japanese word meaning "close-cropped". Candlestick charts look at the opening and closing price on a single day and...
My apologies, this code is no longer available and I don't know how to remove/hide it from codebaseHere is the comparison between the two indicators. They are quite identical...
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 MarketOpenHours.mqh file checks the Market Open Hours against the server time at the broker. Its input is only the Symbol name as string type. As a result you get a bool, true ...
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...