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

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

author EAcpu | 2 reads | 0 comments |

CandleTrend_x10 - indicator for MetaTrader 5

The CandleTrend_x10 indicator shows price movements on ten different time frames. Downward movement paints the colored squares red, upward movement paints the colored squares green. The indicator uses the value of the last closed bar.

Indicator input parameters:

 //+------------------------------------------------------------------------+
//|Indicator input parameters |
//+------------------------------------------------------------------------+
Input ENUM_TIMEFRAMES time range 0= PERIOD_H1 ; // Chart 1 period
Input ENUM_TIMEFRAMES time range 1 = PERIOD_H2 ; // Figure 2 period
Input ENUM_TIMEFRAMES time range 2 = PERIOD_H3 ; //Chart 3 period
Input ENUM_TIMEFRAMES time range 3 = PERIOD_H4 ; // Figure 4 period
Input ENUM_TIMEFRAMES time range 4= PERIOD_H6 ; // Figure 5 period
Input ENUM_TIMEFRAMES time range 5= PERIOD_H8 ; //Chart 6 periods
Input ENUM_TIMEFRAMES time range 6= PERIOD_H12 ; // Figure 7 Period
Input ENUM_TIMEFRAMES time range 7= PERIOD_D1 ; // Figure 8 period
Input ENUM_TIMEFRAMES time range 8= PERIOD_W1 ; // Figure 9 Period
Input ENUM_TIMEFRAMES time range 9= PERIOD_MN1 ; //Chart 10 periods
Input color CP color = clr dark orchid ; // indicator name color
Input color upcolor= lime green ; // Move color up
Input color DN color = red blood cells ; // Move color down
Input color zirconium color = gray gray ; // Do not change the color
Input integer font size = 11 ; // font size
Input type_font FontType=Font14; // Font type
Input ENUM_BASE_CORNER what corner = corner lower left corner ; // display corner point
Input unit Y_= 20 ; // vertical coordinate
Input unit X_= 5 ; // horizontal coordinate 

CandleTrend_x10 - indicator for MetaTrader 5

Figure 1. CandleTrend_x10 indicator


Attachment download

📎 getfontname.mqh (5.18 KB)

📎 candletrend_x10.mq5 (10.16 KB)

Source: MQL5 #12982

Verification code Refresh