Indicators: Moving Averages-14 different types - page 2

 
Fernando Carreiro #:
  • ZLEMA = Zero-Lag EMA
  • HMA = Hull MA
  • ALMA = Arnaud Legoux MA

and

  • LSMA = Least Squares MA (not linear-regression smoothed)
Can we get the license key
 

Moving Averages-14 different types - indicator for MetaTrader 5

#define BARS MathMax(Bars(_Symbol, PERIOD_CURRENT)-_length-prev_calculated,1)

What is the difference between Bars(_Symbol, PERIOD_CURRENT) and rates_total? Why are you using Bars() rather than rates_total?

 
Vladislav Boyko #:

What is the difference between Bars(_Symbol, PERIOD_CURRENT) and rates_total? Why are you using Bars() rather than rates_total?

I do not think there is a difference. I have used the Bars function a lot when I wasn't aware of rates_total. It remained with me as a habit.

 
Yashar Seyyedin #:

I do not think there is a difference. I have used the Bars function a lot when I wasn't aware of rates_total. It remained with me as a habit.

I'm understood, thank you. I asked in order to make sure that there were no nuances unknown to me😄

 
Vladislav Boyko #:

I'm understood, thank you. I asked in order to make sure that there were no nuances unknown to me😄

In fact I started coding as a freelancer when I knew absolutely nothing about a standard coding habit.

 
Yashar Seyyedin #:

In fact I started coding as a freelancer when I knew absolutely nothing about a standard coding habit.

I think almost everyone here starts this way, and I’m no exception.

This is a special path - when interest in trading gives rise to interest in programming😄

 
Yashar Seyyedin #:
Thanks my friend.

Hello Gentlemen. That I also have a question - does this indicator also work in MT4 ?

If so, where can I download it ?   Thanks, Alex,     alex.alk80@gmail.com

 
Toomas Thomas #:

Hello Gentlemen. That I also have a question - does this indicator also work in MT4 ?

If so, where can I download it ?   Thanks, Alex,     alex.alk80@gmail.com

Here it is.

Indicators: Moving Averages-14 different types
Indicators: Moving Averages-14 different types
  • 2024.03.12
  • Automated-Trading
  • www.mql5.com
Articles, Library comments: Indicators: Moving Averages-14 different types