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

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))

Attachment download
📎 sinewma.mq5 (7.86 KB)
Source: MQL5 #22509
💡 Featured Recommendations
✍️ Latest by the author
- •
- •
- •
- •
- •
- •
📌 Popular topics
- •
- •
- •
- •
- •
- •
- •
- •
🔗 You May Be Interested In
- •
- •
- •
- •
- •
- •