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

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

author EAcpu | 5 reads | 0 comments |

HLCrossSigForRSI - indicator for MetaTrader 5

HLCrossSigForRSI is considered a trend indicator because it is designed to "catch" trends. However, it is a rather complex and informative indicator that excludes psychological and emotional influences from trading.

The indicator shows opening levels, setting stop loss levels, trailing stop loss and take profit, giving traders no doubt when executing trades. Avoiding psychological and emotional influences in trading is a key factor in making profits in the market.

 //+------------------------------------------------------------------------+
//|Indicator input |
//+------------------------------------------------------------------------+
Input integer Supr_Period= 6 ; //The period of the breakthrough interval; the larger the value, the later and rarer the signal
Input integer MA_period = 21 ; //Heiken Ashi variable period. Use as additional filter
Input integer risk = 0 ; //Maximum risk point used to calculate entry levels based on nearest max/min levels
Input integer ATR_period = 120 ; //АТR period. Used to calculate volatility.
Enter double Q= 0.7 ; //Set the parameters of take profit. - Stop loss rate. If =1, take profit = stop loss
Input integer RSI_period = 12 ; //RSI period. Use as additional filter
Enter ENUM_APPLIED_PRICE RSI price = PRICE_CLOSE ; //RSI price
Enter the integer horizontal line = 60 ; //RSI the upper signal line of the stop loss level
Enter integer line = 40 ; // lower signal line of RSI stop level

Display elements of the indicator:

HLCrossSigForRSI - indicator for MetaTrader 5

Figure 1. HLCrossSigForRSI indicator


Attachment download

📎hlcrosssigforrsi.mq5 (31.95 KB)

Source: MQL5 #22643

Verification code Refresh