BrainTrend2_V2_x10 – indicator MetaTrader 5

Fig.1. Indicator BrainTrend2_V2_x10
Indicator BrainTrend2_V2x10 shows the color of the BrainTrend2_V2 indicator candlesticks from ten different timeframes from the bar defined in the indicator input parameters. //+———————————————-+ //| Indicator input parameters                  | //+———————————————-+ input ENUM_TIMEFRAMES TimeFrame0=PERIOD_H1;           //chart 1 period input ENUM_TIMEFRAMES TimeFrame1=PERIOD_H2;           //chart 2 period input ENUM_TIMEFRAMES TimeFrame2=PERIOD_H3;           //chart 3 period input ENUM_TIMEFRAMES TimeFrame3=PERIOD_H4;           //chart 4 period … Read more