RAVI_FX_Fisher - MetaTrader 5 Script | Trading Script Download - MT4/MT5 Resources

Real author:
Luis Guilherme Damiani
//+------------------------------------------------+ //| Indicator input parameters | //+------------------------------------------------+ Enter integer MA fast = 4 ; //The period of the fast moving average Enter the integer MAslow= 49 ; //The period of the slow moving average Input ENUM_MA_METHOD MA type = mode_EMA ; //Method for averaging Enter ENUM_APPLIED_PRICE average price = PRICE_CLOSE ; //price Enter double upper trigger = + 0.07 ; // breakout level Enter double Dn trigger = - 0.07 ; //breakout level
The indicator was first implemented in MQL4 and published in the code base of mql4.com on October 15, 2007.

Figure 1 RAVI_FX_Fisher indicator
Attachment download
📎 ravi_fx_fisher.mq5 (8.28 KB)
Source: MQL5 #1510
💡 Featured Recommendations
✍️ Latest by the author
- •
- •
- •
- •
- •
- •
📌 Popular topics
- •
- •
- •
- •
- •
- •
- •
- •
🔗 You May Be Interested In
- •
- •
- •
- •
- •
- •