MT4 Signal Indicator RSI

Created on Tuesday, July 22, 2025 6:44 PM
extern int RSI_Period = 14; extern int MACD_Fast = 12; extern int MACD_Slow = 26; extern int MACD_Signal = 9; extern int ADX_Period = 14; extern int Stoch_K = 5; extern int Stoch_D = 3; extern int Stoch_Slowing = 3; extern int MA1_Period = 5; extern int MA2_Period = 10; extern int MA3_Period = 20; extern int MA4_Period = 50; extern int MA5_Period = 100; extern int MA_Method = MODE_EMA;
This indicator can be used as a signal provider for the Foxzard Trader Expert Advisor.
LOADING

Buy Conditions

Sell Conditions

Condition 2

Moving Average 5 Exponential Close
crosses
Moving Average 20 Exponential Close
from bottom to top

Condition 3

Moving Average 5 Exponential Close
crosses
Moving Average 50 Exponential Close
from bottom to top

Condition 4

Moving Average 5 Exponential Close
crosses
Moving Average 100 Exponential Close
from bottom to top

Condition 8

Moving Average 5 Exponential Close
crosses
Moving Average 10 Exponential Close
from bottom to top

Condition 13

Relative Strength Index (RSI) 14 Close
crosses
Relative Strength Index (RSI) 0 Close
from bottom to top

Condition 9

Moving Average 5 Exponential Close
crosses
Moving Average 10 Exponential Close
from top to bottom

Condition 10

Moving Average 5 Exponential Close
crosses
Moving Average 20 Exponential Close
from top to bottom

Condition 11

Moving Average 5 Exponential Close
crosses
Moving Average 50 Exponential Close
from top to bottom

Condition 12

Moving Average 5 Exponential Close
crosses
Moving Average 100 Exponential Close
from top to bottom

Condition 14

Relative Strength Index (RSI) 14 Close
crosses
Relative Strength Index (RSI) 0 Close
from top to bottom

To download this signal indicator you need to login.

Register if you don't have an account.

or login with your social account

To use this custom indicator on Metatrader 4 platform you need:

  1. Download the MT4 version of this indicator and copy it into your metatrader experts/indicators folder.
  2. Restart your Metatrader 4 terminal.
  3. Indicator will appear under Custom Indicators section. Attach the indicator on the chart.

To use this signal pine script on TradingView platform you need:

  1. Download the pinescript version of this signal.
  2. Open the downloaded text file and copy contents into the tradingview script editor.
  3. Click the "Add to Chart" button.

Use it at your own risk!

This indicator was created by one of our visitors. You can create your own indicator like this one using your rules and logic.

Also you can use this indicator as a base to create your own. Click to create your own indicator from this one.