Join our fan page
Development of the first version. Added parameters 'Maximum number of positions' and 'Minimum step of positions'
Assistant - works on the current symbol, has the 'Trailing activate if profit is >=' parameter in the trailing parameters. Sets the initial Stop Loss and Take Profit. Closes all positions when target profit is reached
Assistant - works on the current symbol, has the 'Trailing activate if profit is >=' parameter in the trailing parameters
Советник-утилита. Показывает суммарную прибыль за несколько периодов (сумму и в %), количество сделок за несколько периодов. Расчёт по заданному символу и magic number
Very simple indicator to plot the values of the spread[] data as reported by the OnCalculate event handler.
The indicator shows the percentage of the 'Close' price above and below the 'iMA' indicator
The color indicator shows in a separate window the moment if the intersection of two iMA (MOving Average, MA) was on the current bar
Have you ever asked yourself why it is not possible to customize fractals more? ... now it is.
The ZigZagExtremaOnArray is an mqh include file which contains the calculation function of MetaQuotes' Examples ZigZag, BUT you can use it on any buffer that contains curves or histograms, similarly to the MovingAverages.mqh from include. The idea was to get highs and lows of an indicator curve quickly with the help of an "onBuffer" function.
Detecting the start of a new bar or candle, in the OnTick() event handler of an expert advisor.
This simple quick & dirty script code will output a CSV file of all the Signals' properties as reported by the MQL5 Trade Signals functionality.
One of the strategies for the 'DeMarker' indicator is a permanent set of positions
Version 2. Indicator based on 'Chaikin Oscillator, CHO'. Line intersection of 'CHO' and 'smoothed CHO'
The EA works on the signals of the custom indicator 'PriceChannel_Signal_v2' ( https://www.mql5.com/en/forum/173249/page132#comment_15924070 )
Utility for copying transactions from one MT5 account or MT4 account to another MT5 account.