Belkhayate Moving Average

 

Hello,

Anybody knows where I can find a "Belkhayate Moving Average" indicator for metatrader (if any exists) ?

Any format is ok source code or compiled (MQL4/5 or EX4/5)

This indicator is explain on this video : https://www.youtube.com/watch?v=-a1MD_xzlvI

Thanks for help

 
David Saulnier: Anybody knows where I can find a "Belkhayate Moving Average" indicator for metatrader (if any exists) ?

We are not allowed to advertise here, but if you search the Market, you will find a few related things.

Also, if you search for "Center of Gravity" you will also find plenty of hits in the CodeBase and the Forum.

A Market of trading robots, technical indicators, and other trading applications - MetaTrader Market
A Market of trading robots, technical indicators, and other trading applications - MetaTrader Market
  • www.mql5.com
MetaTrader Market - a Market of trading robots, indicators, trading books and magazines
 

Thank you for reply Fernando.

I'm not looking for "Center of Gravity" (already have it).

I'm interested by the Belkhayate MA. In fact if anybody works on the algo, sharing a source code (mql4 or mql5) would be nice.

edit : I think it is called also "EasyTrading timing" and finally part of Center of Gravity... Found some stuff on market but I'm more interested by the source code algo...
 
David Saulnier:

Hello,

Anybody knows where I can find a "Belkhayate Moving Average" indicator for metatrader (if any exists) ?

Any format is ok source code or compiled (MQL4/5 or EX4/5)

This indicator is explain on this video : https://www.youtube.com/watch?v=-a1MD_xzlvI

Thanks for help


Hi,

It is regression moving  with polynomial degree= 3 .(Belkhayate uses degree 3).

This indicator recalculates at each bar .

But you can test:

https://www.mql5.com/en/code/11749

Regression Channel with variable polynomial degree, Indicator & EA
Regression Channel with variable polynomial degree, Indicator & EA
  • votes: 23
  • 2014.08.27
  • graziani
  • www.mql5.com
This is a fast adaptation of old source to MetaTrader 4 b600 environment.
Reason: