Support
Sign up
Log in
New MT4 Signal
Step 1. Indicator Name and Description
Signal Name:
Name is required.
Signal Description:
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;
Description is required.
Step 2. Indicator Rules (Order Sell and Buy conditions)
You need too add conditions for buy and sell signals. You can create multiple condition list. The signal is created when all conditions are passed. For example you can create a moving average cross and confirm with slower moving average.
Long (Buy) Position Conditions
Add New BUY Condition
Short (Sell) Position Conditions
Add New SELL Condition
Step 3. Additional indicator options
Check if you want the indicator to ring a sound and popup an alert
Click the button below only when you are finished with your indicator logic.
You need to add one or more conditions.
Create Signal Indicator