Codes

CCI beginner tutorial by William210 for MetaTrader 5

Beginner tutorial on CCI to learn to code in MQL5

ATR classic therefore without iATR by William210 for MetaTrader 5

This code does not trace the iatr() because the iatr() or this code is a more modern version. This code uses original smoothing, a kind of SMA and not wilder smoothing. The analysis of the two smoothings can suggest opportunities elsewhere

MovingAverages.mqh Part II by Wiliam210 for MetaTrader 5

How to use Metaquotes native smoothing functions in MovingAverages.mqh SimpleMAOnBuffer(), ExponentialMAOnBuffer(), SmoothedMAOnBuffer(), and 2 LinearWeightedMAOnBuffer()

MovingAverages.mqh Part I by Wiliam210 for MetaTrader 5

This indicator shows you how to use native functions SimpleMA(), ExponentialMA(), SmoothedMA(), LinearWeightedMA which are in the MovingAverages.mqh library in the includes directory

Envelopes beginner tutorial By William210 for MetaTrader 5

Envelopes beginner tutorial to learn how to code in MQL5

Donchian Channel for beginners by William210 for MetaTrader 5

Donchian Channel for traders or young developers by William210

Keltner Channel code for beginners by William210 for MetaTrader 5

Keltner Channel for traders or young developers by William210

ATR - Average True Range - code for beginners by William210 for MetaTrader 5

ATR - Average True Range - beginner tutorial to learn how to code in MQL5

AO - Awesome Oscillator - without iAO() code for beginners by William210 for MetaTrader 5

AO - Awesome Oscillator - without iAO() beginner tutorial to learn how to code in MQL5

AMA - Adaptive Moving Average - code for beginners by William210 for MetaTrader 5

AMA - Adaptive Moving Average - beginner tutorial to learn how to code in MQL5

Forum

Are you a curious developer?

Hello Does the PO3 "power of three" mean anything to you? Here is one in M30, for a PO3 daily POC "Point of control "? Here is one, still in M30 for a POC daily Shall we talk about it in PM

Changes to indicator formulas

Good morning What do you think of the changes in indicators? I cite, for example, the RSI, the ATR, the Supertrend for those I know because it is by developing that I realize that the formula of the indicator is not the one I thought I knew!! No announcement, no warning. What to do with it in our

Looking for advice from sellers in the marketplace

Good morning I look at the products in the marketplace With my current display I get this For Metatrader 5 Experts => 119 pages Indicators => 231 pages Bookstores => 1 page... utilities => 88 pages Metatrader 4 Experts 323 pages Indicators 405 pages Bookstores 1 page utilities 124 pages First place

How many states to define a trend?

Good morning I'm handing over my post, obviously there have been some problems The question was quite simple How many phases have you defined for your trading? I have 5 Range Start of trend Full trend Weakening Counter trend

Indicators and EA

Good morning I was wondering when you run an EA, demo or reel on the terminal if you like to see the indicators that trigger the EA? Because technically, the EA does not display the indicators THANKS

Multi timeframe, what do you think?

Good morning Without being the holy grail , I think it is still a step or two in its direction. Here is my opinion It is practically impossible to fit into a time frame even with a lot of information. Often it's trying to make a decision on 1 bar How to choose a bar among many others? I think the

Price and renewal in the marketplace

Good morning If I put an indicator in the marketplace for rental let's say at $40 per year One person rents this indicator at this price of $40 for the year The indicator evolves and so does its price, let's say $80 still for the year How much will the same person renew their indicator, $40 or $80

Why are VEMA type averages so little used on metatrader 5?

Good morning I am developing for my codes, all the smoothing for the moving averages. So how do I say I'm head in the formulas I don't have much to say about the averages SMA, EMA etc. But here I am on the VEMA The Volume Weighted Exponential Moving Average (VEMA) is a moving average that places

Details on purchases in the marketplace

Good evening I have a person who would like to buy an MQL5 indicator in the marketplace. In fact I don't know what will happen to the client. He gets an ex5? He needs to do an icustom() on this bought/rented indicator I would like to know where the ex5 will be installed in the metrader directories

What is the Adaptive Moving Average formula used in iama()?

Good morning Does anyone know what the formula is used by MQL5? I can't find and there are no formulas missing on Google... I wouldn't want to try them all before coming across them by chance THANKS