Welcome Forex EA downloads & MT4/MT5 auto-trading resources — EAs, Gold EAs, quant tools and real-world automation.
Sign In Sign Up

SineWMA - MetaTrader 5 Script | Forex Indicator Download - MT4/MT5 Resources

author EAcpu | 2 reads | 0 comments |

SineWMA - indicator for MetaTrader 5

The Sine Weighted Moving Average indicator is the Sine Weighted Moving Average.

It has two configurable parameters:

SineWMA = sum/weight

Sum = Price[i-N+1] * Sin(PI*(N)/(N+1)) + Price[i-N+2] * Sin(PI*(N-1)/(N+1)) + … + Price[i] * Sin(PI*1/(N+1))
Weight = Sin(PI*(N)/(N+1)) + Sin(PI*(N-1)/(N+1)) + … + Sin(PI*1/(N+1))

SineWMA - indicator for MetaTrader 5


Attachment download

📎 sinewma.mq5 (7.86 KB)

Source: MQL5 #22509

Verification code Refresh