Technical Indicator

Mastering Bezier: A Trend Indicator for MetaTrader 5
MetaTrader5
Mastering Bezier: A Trend Indicator for MetaTrader 5

Author: Lizhniyk E If you're on the hunt for an effective alternative to traditional moving averages, look no further than the Bezier indicator! This nifty tool offers reduced lag and gives you the flexibility to fine-tune its sensitivity ratio to better suit your trading style. The Bezier indicator was first introduced in MQL4, making its debut in the Code Base on mql4.com back on February 28, 2008. It's been a game-changer for many traders since then. Indicator Input Parameters //+-----------------------------------+ //| Indicator input parameters       | //+-----------------------------------+ input int period=8;                    // Smoothing period input double T=0.5;                     // Sensitivity ratio (from 0 to 1)               input Applied_price_ IPC=PRICE_WEIGHTED; // Applied price input int Shift=0;                      // Horizontal shift of the indicator in bars input int PriceShift=0;                 // Vertical shift of the indicator in points

2012.02.15
First Previous 242 243 244 245 246 247 248 249 250 251 252 Next Last