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

This indicator is one of the alternatives to Moving Average which has less delay and the possibility of managing sensitivity ratio.
The indicator was first implemented in MQL4 and published in the code base: mql4.com February 28, 2008.
Indicator input parameters:
//+------------------------------------------------+ //|Indicator input parameters | //+------------------------------------------------+ Input integer period = 8 ; // smoothing period Enter double time = 0.5 ; // sensitivity ratio (from 0 to 1) Input application_price_IPC= PRICE_WEIGHTED ; // application price Enter integer shift = 0 ; // horizontal movement of the indicator in bars Input integer price movement = 0 ; // vertical movement of the indicator in points

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