Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Telegram !
Rejoignez notre page de fans
Un script intéressant ?
Poster un lien vers celui-ci -
laisser les autres l'évaluer
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
Indicateurs

MACD code for beginners by William210 - indicateur pour MetaTrader 5

Vues:
5326
Note:
(5)
Publié:
2023.09.02 11:03
Mise à jour:
2023.10.08 11:12
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

Good morning.

All codes, all functions have examples in the official documentation if you want.

I wanted to rewrite simpler code, easier to reuse

Whether starting out in coding,

or need a basic code to evolve quickly,

it should help you, as it helps me with my own codes


Leave a comment to tell me which one you prefer

The code from the doc or mine, and don’t forget to put a star for SEO!!!


I did other codes, still on the Mql5 iFunctions

ADX code for beginners by William210

Alligator code for beginners by William210

AMA - Adaptive Moving Average - code for beginners by William210

ATR - Average True Range - code for beginners by William210

Bands Bollinger code for beginners by William210

Ichimoku code for beginners by William210

MACDr code for beginners by William210

Momentum code for beginners by William210

Moving average code for beginners by William210

Rsi code for beginners by William210

Stochastic code for beginners by William210


And two other codes, a little more advanced, to show the calculations of these indicators without using the Mql5 iFunction

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

Rsi without Irsi() code for beginners by William210


If you have code ideas to help or serve as a basis, request it on this thread

MACD Beginner tutorial - Terminal

MACD Beginner tutorial - Inputs

MACD Beginner tutorial - Colors



Bands Bollinger code for beginners by William210 Bands Bollinger code for beginners by William210

Bands Bollinger beginner tutorial to learn how to code in MQL5

Rsi code for beginners by William210 Rsi code for beginners by William210

Rsi beginner tutorial to learn how to code in MQL5

Ichimoku code for beginners by William210 Ichimoku code for beginners by William210

Ichimoku beginner tutorial to learn how to code in MQL5

Signals and Probability class Signals and Probability class

With these classes you can create and test your signals runtime.