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

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

author EAcpu | 5 reads | 0 comments |

Bezier - indicator for MetaTrader 5

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 

Bezier - indicator for MetaTrader 5


Attachment download

📎 bezier.mq5 (8.45 KB)

Source: MQL5 #774

Verification code Refresh