Ticaret robotlarını ücretsiz olarak nasıl indirebileceğinizi izleyin
Bizi Twitter üzerinde bulun!
Fan sayfamıza katılın
Komut dosyasını ilginç mi buldunuz?
Öyleyse bir link gönderin -
başkalarının da faydalanmasını sağlayın
Komut dosyasını beğendiniz mi? MetaTrader 5 terminalinde deneyin
Göstergeler

ATR - Average True Range - code for beginners by William210 - MetaTrader 5 için gösterge

Görüntülemeler:
4287
Derecelendirme:
(5)
Yayınlandı:
2023.09.26 09:11
Güncellendi:
2023.10.08 10:59
Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git

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

ATR beginner tutorial - Terminal

ATR beginner tutorial - Inputs

ATR beginner tutorial - Colors



Symbol Filling Policy Determination Symbol Filling Policy Determination

This function allows you to retrieve and return the filling policy of a symbol in MetaTrader 5. This is useful for making trading decisions based on the filling policy of a specific financial instrument.

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

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

Check for Market Open Hours Check for Market Open Hours

This Include File checks for Market Open Hours. An EA to test it is also included.

Breakout Martin Gale Expert Advisor for MT5 Breakout Martin Gale Expert Advisor for MT5

This is an mql5 Expert Advisor trading the breakouts and using Martin Gale risk management.