Join our fan page
First script selects symbols having spread below specified value on the marketwatch, then opens corresponding charts by appyling timeframe and template stated.
Just for experiment and to demonstrate the possibilities of Canvas. The price is drawn in the polar coordinate system by winding circles.
MovingAverages.mqh Part I A multi timeframe version is available with colors for orientation, for developers or profitable traders for free. Offer under conditions. Other multi timeframe indicators are also available.
This indicator for Breakout Strategy. It doesn't print objects on the chart.
The ColorCandlesDaily indicator draws candles with different colors depending on the day of the week.
TEMA can be used instead of traditional moving averages. It can be used for smoothing price data, as well as for smoothing other indicators.
An Expert Advisor, based on the "Puria method" Forex Strategy.
This Expert Advisor uses the Index Moving Average indicator.
Trade signals based on "Bullish Harami/Bearish Harami" candlestick pattern, confirmed by Market Facilitation Index (MFI) indicator is considered. The code of the Expert Advisor based on this strategy can be generated automatically using the MQL5 Wizard.
The indicator shows the moments of the market acceleration. Besides, it indicates appropriate time for buying, selling and market exit.
The classes (conveted from C++ to MQL5) for working with memory mapped files.
The script calculates candles statistics (the minimal, maximal and average values of candles body and shadows) of the current chart.
A simple script that allows you to open a Short position using the current price location with a specified Risk Percentage and Reward Ratio.
The indicator shows information about size of candle in pips and size of the shadow too.
The Exp_SilverTrend_Signal_ReOpen trading system based on the signals of the SilverTrend_Signal indicator with scaling by the trend.
Trading on a new bar only. The rules are simple: if MAIN_LINE MACD (1) > MAIN_LINE MACD (2) -> Buy, if MAIN_LINE MACD (1) < MAIN_LINE MACD (2) -> Sell". When a signal opposite to open positions is received, close all positions.
The Expert Advisor uses four iMA (Moving Average, MA) indicators from two timeframes. Two indicators with averaging periods 1 and 8 are created on the H1 timeframe and two indicators with averaging periods 1 and 8 are also created on the H4 timeframe.
This indicator shows trend line and channels using the BSI Indicator. Original work of https://www.mql5.com/en/code/13615
This Expert Advisor allows you to save infomation about the ticks, actual or simulated in Strategy Tester.
Trade signals based on "Dark Cloud Cover/Piercing Line" candlestick pattern, confirmed by Stochastic indicator is considered. The code of the Expert Advisor based on this strategy can be generated automatically using the MQL5 Wizard.
Center of gravity is the oscillator developed by John Ehlers and presented in the "Stocks & Commodities" magazine (May, 2002).
The indicator builds the trajectory of the front linear regression and standard deviation points.
Laguerre_HTF_Signal shows a trend direction or a signal for performing a deal generated by Laguerre indicator as a graphic object with colored trend indication or deal direction.