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

A smoother Relative Strength Index where alternative averaging algorithms such as JMA and Super Linear make the indicator more predictable.
The trend direction is defined by the indicator's color. Strong trends color the histogram lettuce green or red, weak trends color the histogram brown and green. Trend strength is defined by the histogram bar values relative to the HighLevel and LowLevel breakout levels in the indicator input parameters.
Indicator input parameters:
//+------------------------------------------------+ //|Indicator input parameters | //+------------------------------------------------+ Input unit JurXPeriod= 8 ; // JurX period Input unit JMAP period = 3 ; // JMA period Input integer JMA stage = 100 ; // JMA average parameters Input Application_Price_IPC= PRICE_CLOSE ; // Price constant Enter integer shift = 0 ; // horizontal movement of the indicator in bars Input IndStyle style=COLOR_HISTOGRAM; // JJRSX display style Input integer high level = + 20 ; // Trigger the upper level Input integer mid = 0 ; // mid of range Input integer low level = - 20 ; // lower level trigger
The indicator uses the SmoothAlgorithms.mqh library class (must be copied to terminal_data_folder\MQL5\Include). The use of the class "Average price series for intermediate calculations without using additional buffers" is described in detail in the article.

Figure 1 ColorJJRSX indicator
Attachment download
📎 colorjjrsx.mq5 (10.19 KB)
📎 smoothalgorithms.mqh (134.03 KB)
Source: MQL5 #1594
ColorJJRSX - Important points before using the MetaTrader 5 script
This page has been supplemented with structured instructions, focusing on the purpose of trading scripts, MT4/MT5 platform compatibility, testing procedures and risk control. Before downloading or deploying, it is recommended to first determine whether it is consistent with your own variety, cycle and account environment.
Suitable for who to use
- Users who want to quickly screen trading scripts and are willing to do simulation verification first.
- People who need to compare MT4/MT5 EAs, indicators, scripts or source code projects.
- Traders who wish to record backtests, parameters and risk boundaries before placing a trade.
Testing and risk control suggestions
- First verify the default parameters in the strategy tester or demo account, and then adjust the symbol, period, spread and trading period one by one.
- Scalping, grid, martin, and high-frequency strategies should focus on observing maximum drawdowns, consecutive losses, slippage, and trading frequency.
- It is not recommended to run any document directly on the real disk. At least observe the simulated disk performance for 2-4 weeks first.
FAQ
Can MT4 and MT5 be used interchangeably?
Usually cannot be used directly. EX4/MQ4 corresponds to MT4, EX5/MQ5 corresponds to MT5, and the source code needs to be compiled in the corresponding MetaEditor.
Is this resource guaranteed to be profitable?
cannot. EAs, indicators and scripts can only be used as trading tools, and the results depend on parameters, market environment, spreads, slippage and risk control.
What else can I continue to watch?
Forex EA download , foreign exchange indicator download , EA evaluation , MQL5 CodeBase .
English Search Notes
This page is also optimized for English search intent around ColorJJRSX - MetaTrader 5 script . Related search terms include: trading script, MT4 script, MT5 script. Test any Forex EA, Expert Advisor, MT4/MT5 indicator, script or MQL source code with historical data and a demo account before live trading.
💡 Featured Recommendations
✍️ Latest by the author
- •
- •
- •
- •
- •
- •
📌 Popular topics
- •
- •
- •
- •
- •
- •
- •
- •
🔗 You May Be Interested In
- •
- •
- •
- •
- •
- •