Watch how to download trading robots for free
Find us on Facebook!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Indicators

HLCrossSigForRSI - indicator for MetaTrader 5

Views:
4624
Rating:
(16)
Published:
2018.12.18 19:08
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

Real author:

Bigeev Rustem

The HLCrossSigForRSI is considered as a trend indicator since it is intended for "catching" trends. However, it's a pretty complex and informative indicator that allows excluding the psychological and emotional effects from trading.

This indicators shows levels for opening positions, setting stop levels, Trailing Stop and Take Profit leaving no doubts for a trader regarding performing a deal. Avoiding psychological and emotional influence in trading is a key factor for getting a profit on the market.

Inputs:

//+----------------------------------------------+
//| Indicator inputs                             |
//+----------------------------------------------+
input int Supr_Period=6;                       //Period of the breakthrough range; the greater is the value, the later and rarer are the signals
input int MA_Period=21;                        //Heiken Ashi variable period. Used as an additional filter
input int Risk=0;                              //Maximal risk in pips, used for calculation of the level of entering on the basis of a closest MAX/MIN level
input int ATR_Period=120;                      //АТR period. Used for calculation of volatility.
input double Q=0.7;                            //Parameter for placing Take Profit. - A rate of Stop Loss. If =1, take profit = stop loss
input int RSI_Period=12;                       //RSI period. Used as an additional filter
input ENUM_APPLIED_PRICE RSIPrice=PRICE_CLOSE; //RSI price
input int HLine=60;                            //Upper signal line of stop levels for RSI
input int LLine=40;                            //Lower signal line of stop levels for RSI

Displayed elements of the indicator:

  1. Up and down arrows are signals for opening the corresponding positions;
  2. Circles on crosshairs are points for placing initial Take Profit;
  3. Dots are used for confirmation of determined trend. If the price continuously breaks through the levels of these points, one should keep the position as long as it is possible. If points represent a "corridor" for a long period, it is time for fix the profit;
  4. Diamonds are limits for placing Stop Loss and Trailing Stop.

Fig. 1. HLCrossSigForRSI indicator

Fig. 1. HLCrossSigForRSI indicator

Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/22643

XBullsBearsEyes_Vol_Direct_HTF XBullsBearsEyes_Vol_Direct_HTF

XBullsBearsEyes_Vol_Direct indicator with the timeframe selection option available in input parameters

Hans_Indicator_x22_Cloud_System_Alert Hans_Indicator_x22_Cloud_System_Alert

The indicator of expanding time zone corridors with the background color filling and the channel Hans_Indicator_x22_Cloud_System average line. The indicator provides alerts, sends email and push notifications when the formed corridor expansion is broken.

Linear_Regression_Slope Linear_Regression_Slope

Linear regression slope indicator

GHLA_ST_Bar GHLA_ST_Bar

Gann HiLo Activator/SuperTrend Bar indicator