Resize chart window from indicator (for Short Trend Reversal) – indicator for MetaTrader 4

charts
You can simply add function void OnChartEvent(…) to your indicator the screens are from EA and its GUI, indicator only changes window size before compilation you need uncomment few lines //external dll prohibited 🙁 Resize chart window from indicator (for Short Trend Reversal) – indicator for MetaTrader 4

Symbol Spread Equity Profit Banner V1.mq4 – indicator for MetaTrader 4

Symbol Spread Equity Profit Banner V1.mq4 - indicator for MetaTrader 4
//|A very simple Indicator banner showing Symbol Spread Equity Profit //|I use it every day in full chart mode so I don’t have to open the terminal panel to check equity, //|and to see optimal spread to entry symbol trade. I consider it useful enough to share it with you.  #property copyright     “Copyright 2024,

Moving Averages-14 different types – indicator for MetaTrader 4

Screen
Click here for MT5 version. This is an indicator to calculate 14 types of moving averages based on close price. The calculations are mostly based on pine script libraries.  Types included are:     SMA, EMA, WMA, VWMA,    RMA, DEMA, TEMA, ZLEMA,    HMA, ALMA, LSMA,    SWMA, SMMA, DONCHIAN   Moving Averages-14 different types –

Divergences Template Indicator – indicator for MetaTrader 4

DivEurusd
How template works? This indicator provides a template to be used to plot divergences based on your desired oscillator. Depending on which oscillator you choose(whether it is CCI, RSI or even your custom indicator) you may modify this part of the code:    /////////////////////////////////////////////    //Load indicator data into indicator buffer    //You can easily

Bounce Strength Indicator 2.0 with Tango Line – indicator for MetaTrader 4

Bounce Strength Indicator v2.0
Bounce Strength Indicator (BSI) shows the strength of bounce. It now works in trend and uses Tango Line calculations. There is no difference in the basic concept, but I tried to remake it from a different angle. I used the width of the range as a measure to measure (like a classical oscillator). This version