ATR classic therefore without iATR by William210 – indicator MetaTrader 5

ATR classic therefore without iATR by William210
Good morning. If this code malfunctions for whatever reasons, forgetting or MQL5 upgrades, let me know so I can correct it, thank you You can find all my multi timeFrame indicator codes or not, in CodeBase or on the Marketplace, free or purchasable, by searching for “William210”. Why this code? The Average True Range (ATR) … Read more

Classic and Virtual Trailing – EA MetaTrader 4

Classic and Virtual Trailing - expert for MetaTrader 4
Classic Trailing => Use Stop Loss to Trail and it does reflect in your broker serverVirtual Trailing => Does not Trail using Stop Loss and it does not reflect in your broker server.Trailing Gap = A Gap from Bid/Ask PriceTrailing Start = Distance from Order Entry Price (Order Open Price) to start trailing Classic and … Read more

The classic Turtle Trading Indicator – indicator MetaTrader 4

The classic Turtle Trading Indicator - indicator for MetaTrader 4
This trend following system was designed by Dennis Gartman and Bill Eckhart, and relies on breakouts of historical highs and lows to take and close trades: it is the complete opposite to the “buy low and sell high” approach. This trend following system was taught to a group of average and normal individuals, and almost … Read more

Classic 2 Moving Averages crossover EA – EA MetaTrader 5

inputs
This is a classic trading strategy based on two Moving Averages crossover. Buys when fast MA crosses slow MA from below and sells when fast MA crosses slow MA from above. This code can be used in both MetaTrader5 and MetaTrader4. Just change the file extension from .mq5 to .mq4 and compile the file in MetaEditor. This … Read more

Programming Patters – Builder (classic) – script MetaTrader 5

Programming Patters - Builder (classic) - script for MetaTrader 5
/*********************************************************************                                                            MQL5 Script                                                 Copyright 2019, dmipec                                                       792112@gmail.com Classic Builder Programming Pattern    This pattern was published in the “Design Patterns: Elements of    Reusable Object-Oriented Software”, 1st Edition, by Erich Gamma    (Author), Richard Helm (Author), Ralph Johnson (Author), John    Vlissides (Author), Grady Booch (Foreword). These authors are    collectively known as Gang … Read more

Classic Moving Averages with colors – indicator MetaTrader 5

Moving Averages colored
The five classic moving averages are present: Simple moving average Exponential moving average Smoothed moving average Linear weighted moving average Smoothed moving average The indicator displays a colored moving average. It has three parameters: Period calculation period Method calculation method Price applied prise used for calculation This version is faster and code is more flexible … Read more