CCI beginner tutorial by William210 – indicator MetaTrader 5

CCI beginner tutorial 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”. What is CCI? The CCI: Powerful indicator for … Read more

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

Moving average code for beginners by William210 – indicator MetaTrader 5

Moving average beginner tutorial - Terminal
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 … Read more

Rsi code for beginners by William210 – indicator MetaTrader 5

Rsi Terminal Mql5
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 … Read more

Bands Bollinger code for beginners by William210 – indicator MetaTrader 5

Bands Bollinger Mql5 by William210 - Terminal
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 … Read more

MACD code for beginners by William210 – indicator MetaTrader 5

MACD Beginner tutorial - Terminal
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 … Read more

Ichimoku code for beginners by William210 – indicator MetaTrader 5

Ihimoku beginner tutorial - Terminal
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 … Read more

Momentum code for beginners by William210 – indicator MetaTrader 5

Momentum beginner tutorial - Terminal
Hello  How are the trades going? If you have trouble using the iMomentum()  function and getting a valid Momentum in your codes, look no further!  I offer you a simple and easy-to-understand code that includes basic concepts, minimal functional code and good learning practices.  It can also serve as a code base to evolve it … Read more

Stochastic code for beginners by William210 – indicator MetaTrader 5

Stochastic beginner tutorial - Terminal
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 … Read more

Rsi without Irsi() code for beginners by William210 – indicator MetaTrader 5

Rsi without Irsi beginner tutorial - Terminal
Good morning Is the week going well? The idea of this code was suggested in this discussion https://www.mql5.com/en/forum/453288  Redoing the Irsi() function to see how an Rsi is calculated will allow you to see the code and concepts that can be useful to you in your next developments. Limit the path in oncalculate. FOR loops. … Read more