This is a template for Expert Advisor coders to decrease their coding time. It contains Trailing Stop, autolots (true or false) and f...
Showing posts with label Template. Show all posts
Showing posts with label Template. Show all posts
MetaTrader 5 Script | Apply Template
0
This very simple script to apply same template to all charts opened at the moment. I work with binary option, for me is useful. Simp...
MetaTrader 5 Script | Script and Template for Market Analysis
0
If you apply the script to a new chart it will search the Templates directory for the _SoHarD_dB_wyuEz_.tpl file that I made (it cont...
MetaTrader 4 Indicator | Template Name
0
Trading multiple instruments across multiple timeframes (and multiple brokers) can results in the use of many different templates. ...
MetaTrader 4 Expert Advisor | Robust EA Template
0
Real author: Inovance - https://www.inovancetech.com/ A robust EA template to help correctly set take profit and stop loss levels, ...
MetaTrader 4 Indicator | Arrows Template
0
An indicator template that draws arrows on the chart. With notification and selection of the amount of bars for calculation. All that...
MetaTrader 4 Expert Advisor | News EA Template without DLL
0
In essence, this is source code (template) of the Expert Advisor that downloads news from the investing.com, written in the MQL4 with...
MetaTrader 4 Expert Advisor | News EA Template Without DLL From 2 Sources
0
This is a continuation of the source code elaboration “The template of Expert Advisor for working with news”. The functions included ...
MetaTrader 5 Script | Chart Save Template
0
The script saves current chart settings to a template with the specified name. There is only one input parameter for the template n...
MetaTrader 4 Expert Advisor | Grid Template EA
0
Grid Template EA places a grid with pending stop orders at each side of price. 26718
MetaTrader 4 Expert Advisor | Basic Rsi Template EA
0
Basic RSI Template EA - Market entries by signal from Relative Strength Index indicator, basic default values of overbought 70 and o...
MetaTrader 4 Expert Advisor | Basic Moving Average template
0
Basic Moving Average template EA - Signals from Moving Average indicator and trades accordingly. It's a template to use for furt...
MetaTrader 4 Expert Advisor | Multi Currency Template
0
Updated MultiCurrency Template to v4.0 You can change the entry logic for any desired logic. This sample using just Moving Averages....
MetaTrader 4 Expert Advisor | EA template for the market
0
This EA tries to show only the minimal validations you must have to pass the market validations before being published. In the ...
MetaTrader 4 Expert Advisor | Simple Martingale Template
0
What the template can do for you? A simple but fully functional program that demonstrate how a martingale can work for you. Just ch...
MetaTrader 5 Libraries | template method - behavioral design pattern
0
//+------------------------------------------------------------------+ //| TemplateM...
MetaTrader 4 Expert Advisor | MT4 EA Template with all the basic features
0
The buy and sell conditions go as 'bool' value parameters in the Direction function, as you can see in the default example. ...
MetaTrader 5 Expert Advisor | MultiCurrency Template MT5
0
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 b...
MetaTrader 4 Indicator | Divergences Template Indicator
0
How template works? This indicator provides a template to be used to plot divergences based on your desired oscillator . Dependin...