Pon "Me gusta" y sigue las noticias
Continuously records tick data in format "DateTime, Bid, Ask, Volume" even after restart.
The code consists of lines created according to the opening, closing, low and high values of prices.
I recently needed an indicator that, once placed in a window, is able to change the Time Frame of all open windows. In addition, I wanted this indicator to be able to react to Metatrader's Time Frame selection bar. Despite my various searches, I couldn't find anything suitable. So I decided to develop my own indicator. I propose it to you here.
Moving Average Candlesticks MetaTrader indicator — is a chart visualization of a standard moving average using the candlestick bars. It draws the candlesticks based on the moving average values calculated for Close, Open, Low, and High. It allows seeing a compact snapshot of the more detailed market information compared with the classic MA indicator. It works with any currency pair, timeframe, and MA mode. The indicator is available for MT4 and MT5.
It is not recommended to open a position when the histogram is red. If all indicators give entry signals, the final check is done according to this indicator. The histogram must be green.
My version of Squeeze Indicator for MetaTrader 4. This indicator is based on a strategy mentioned in John Carter's book, Mastering the Trade. It is also a fully improvised version of Squeeze_Break indicator by Des O'Regan.
The indicator is similar to ASCTrend, in my opinion it is even better. Works by the system: High - Low.
Indicador de los niveles de soporte y resistencia. Los niveles en sí no se calculan (como, por ejemplo, los de pivote), sino se leen desde un archivo de texto de un determinado formato.
This is the updated version of the indicator i uploaded previously at http://codebase.mql4.com/7121.
This indicator combines two groups of six exponential moving averages of different periods to elucidate the direction and the strength of the short-term and long-term trend.
The RSI indicator implemented as a histogram with a designation of the overbought and oversold levels.
El indicador spread_on_chart muestra los valores actuales de spread, stop y niveles de congelación.
BBMACD_v2 is the Bollinger Bands® and MACD indicator in the same place at separate window version 2.
This is an indicator on Daily Pivot Points and Support and Resistance levels.
Here, the focus is on the middle part of the price series. In fact, they are double-smoothed simple moving averages. The simple Moving Averages' length depends on evenness or oddness of the chosen number of periods.
Se forman barras de volúmenes casi iguales.
Indicador Impulse CD (Color), continuación del enfoque de impulso Como se pedía, ha sido añadido el coloreo y la línea de señal.
El indicador muestra las velas del cambio de tendencia. Se calcula a base de Awesome oscillator.
Muestra los niveles Max y Min del día anterior y el precio de apertura de hoy. Cambiar el parámetro "up" y "dn" para ver la vela del día.
El indicador registra los momentos de ruptura de los niveles de precio y la relevancia de dichos niveles.
This indicator draws a trend-line directly on a chart. It uses the Theil Sen Estimation method to calculate the slope of the trend-line. Theil–Sen estimation is a method for robustly fitting a line to sample points in the plane (simple linear regression) by choosing the median of the slopes of all lines through pairs of points.
In the case of weighted moving average, the latest data is of more value than more early data. Weighted moving average is calculated by multiplying each one of the closing prices within the considered series, by a certain weight coefficient.
This is a very simplistic method, one of the best in the signal processing and target tracking.