Prodotti pubblicati

I più votati
This advanced MACD indicator retains the basic functions of the standard MACD while offering several additional features: Histogram Coloring: The histogram uses four different colors to clearly show increases and decreases. Light green for increasing positive values, gray for decreasing positive values, red for decreasing negative values, and orange for increasing negative values. Signal Line Crossover Arrows: Displays arrows for buy-sell signals at points where the MACD line crosses the signal
Certainly. Here's the explanation in English: This program is a custom indicator that calculates the MACD (Moving Average Convergence Divergence) and shows the crossovers between the MACD and Signal lines. Here are the main functions of the program: MACD Calculation: Calculates the difference between the Fast EMA (Exponential Moving Average) and Slow EMA. This difference forms the MACD line. Signal Line Calculation: Creates the Signal line by taking a simple moving average (SMA) of the MACD valu
Questo indicatore MACD (Convergenza/Divergenza delle Medie Mobili) ha le seguenti caratteristiche: Finestra Separata: Visualizzato sotto il grafico principale. Linea MACD: Linea blu che mostra la differenza tra EMA veloce e lenta. Linea di Segnale: Linea rossa che mostra la SMA della linea MACD. Istogramma: Istogramma grigio che mostra la differenza tra le linee MACD e di Segnale. Segnali di Acquisto/Vendita: Frecce verdi (acquisto) e rosse (vendita) ai punti di intersezione. Linea Zero: Linea t
This code creates a custom indicator for the MetaTrader 5 platform. The indicator generates strong buy and sell signals using a combination of ZigZag, Moving Average (MA), and Relative Strength Index (RSI). Here’s a detailed explanation of the code: Indicator Definition and Features: The indicator is displayed in the chart window. It uses 5 indicator buffers and 3 plots. Separate graphs are defined for ZigZag, buy signals, and sell signals. Input Parameters: Various parameters are defined for Z