XFisher_org_v1_X20 - MetaTrader 5 Script - MT4/MT5 Resources

Twenty Fisher indicators with additional smoothing capabilities in one window.
//+------------------------------------------------------------------------+ //|Indicator input parameters | //+------------------------------------------------------------------------+ Input unit F length = 3 ; // average initial depth Input units step = 1 ; // Change the step size of the average depth Enter Smooth_Method MA_SMethod=MODE_JJMA; // Smoothing method Input unit MA_length = 3 ; //smoothing depth Input integer MA_Phase = 15 ; // Smoothing parameter, 3//---- For JJMA, in the range of -100...+100, it will affect the quality of the transition process; //----For VIDIA, it is the CMO cycle, for AMA, it is the slow average cycle Input ENUM_APPLIED_PRICE_ IPC=PRICE_CLOSE_; // price constant
The indicator uses classes of the library SmoothAlgorithms.mqh (copied to
In order for this indicator to work, the XFisher_org_1.ex5 indicator must be added to

Figure 1. Indicator XFisher_org_v1_X20
Attachment download
📎 SmoothAlgorithms.mqh (130.2 KB)
📎 XFisher_org_v1.mq5 (18.01 KB)
📎 XFisher_org_v1_X20.mq5 (18.28 KB)
Source: MQL5 #22896
💡 Featured Recommendations
✍️ Latest by the author
- •
- •
- •
- •
- •
- •
📌 Popular topics
- •
- •
- •
- •
- •
- •
- •
- •
🔗 You May Be Interested In
- •
- •
- •
- •
- •
- •