und werden Sie Mitglied unserer Fangruppe
Ein deutlich sichtbares Fraktal ist erforderlich, um ein Signal zu veranlassen. Der zweite Punkt ist das Vorhandensein einer Hilfsspitze (Referenzspitze). Die Signallinie wird von den Fraktalen durch diese Hilfsspitzen gezeichnet...
In dem aktuellen Fenster eine ZigZag-Linie einer höheren Timeframe berechnen.
Dieser Indikator wurde hier schon veröffentlicht. Die vorliegende Modifikation ist eine Optische.
Der Oszillator bezeichnet schnell das Ende des Preistrends und den Beginn der Preisbewegung im horizontalen Intervall und zur Wende.
Zeichnet eine Unterstützungslinie basierend auf den letzten zwei unteren fraktalen.
Der Indikator ist gedacht für das Handeln mit einer großen Anzahl von Symbolen, aber nicht nur. Der Indikator berechnet den Prozentsatz des Wachstums jedes Symbols seit Tagesbeginn.
Ein Indikator erlaubt "größere" Perioden (zum Beispiel, halbjährlich oder jährliche).
Ein Indikator über Gruppen-Bewegungen. Er zeigt die Differenz zwischen zwei gleitenden Durchschnitten (MAs) in einem separaten Fenster an.
Dieser Code berechnet die Differenz zwischen dem maximalen Maxima und dem minimalen Minima von den letzten 20 Kerzen. (parameter). Das Ergebnis wird in Punkten dargestellt.
This indicator shows changes in the direction of a moving average. It works like looking with a microscope at a moving average curve.
The On Balance True Range Indicator is essentially based on the On Balance Volume indicator but uses the Average True Range Period 1 instead of Volume.
This indicator computes the median of odd span. It is often considered as one of the most robust smoothing operator in the presence of outlier values, and particularly more robust than the mean.
EURX=34.38805726 x [(EURUSD x 0.3155) + (EURGBP x 0.3056) + (EURJPY x 0.1891) + (EURCHF x 0.1113) + (EURSEK x 0.0785)]
Draws either MACD, Stochastic, RSI or CCI of 3 timeframes in a separate window.
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.