Fan sayfamıza katılın
The indicator plots price channel and Fibonacci levels based on the latest NRTR_extr_ZigZag peaks
Two colored filled rectangles drawn between the values of two Keltner channels on one bar.
The BarTimer indicator implemented using the classes of libraries that were described in detail in the article "Custom indicators and infographics in CCanvas", using current timeframe data.
This indicator uses TEMA calculation mode in order to make the lag lesser compared to the original Zero lag MA, and that makes this version even faster than the Zero lag DEMA too.
Heiken Ashi Zone Trade indicator is based on 3 indicators: Heiken Ashi, Accelerator Oscillator, and Awesome Oscillator.
Oscillator MACD Squeeze similar to indicator Trade The Markets Squeeze, but based on MACD.
Indicator RMI (Running Median Indicator) is a moving average with the "Running Median" filtering algorithm.
Indicator XPeriodCandle supplemented by Bollinger Bands, based on their candlesticks, and indicating with the bright candlestick color if the candlesticks go beyond the bands.
Synthetic Japanese candlesticks over the period defined in the indicator settings, calculating on each bar, based on the Bear_Bulls_Power_Candle indicator candlesticks.
Multi timeframe version of the Trend Trigger Factor indicator.
Deviation Oscillator - a volatility oscillator which represents a difference between the price and the MA, normalized within the selected range.
This version of Jurik Velocity extends the original by allowing you to change the "power" of the calculated averages used for velocity calculation.
Ultra Trend indicator that uses a "fast" (fast in response to market changes) Zero Lag DEMA for trend calculations.
Trend Envelopes indicator that uses ATR for the price change calculation and is adding prices smoothing prior to be used in calculations.
SpearmanRankCorrelation_Histogram indicator with the timeframe selection option available in input parameters
Indicator Heiken_Ashi_Smoothed_VolatilityStep without rounding, multiplied by the averaged volumes
The code above is a "Hammer" indicator that detects candlestick hammer formations (bullish and bearish) and inverted hammer formations (bullish and bearish) on a MetaTrader 5 chart. This indicator identifies price reversal patterns by calculating the size and ratio of the candlestick wicks based on adjustable parameters: MaxRatioShortWick, MinRatioLongWick, and MinCandleSize. When a pattern is detected, the indicator displays a colored arrow near the candle’s lowest or highest price according to the pattern’s direction. The code also includes functions to create and delete objects automatically when the indicator is initialized or stopped.
Bu gösterge basit MACD'ye dayanır, ancak mevcuttan farklı olarak göstergenin zaman çerçevesini de seçmenize izin verir. Grafiğin mevcut zaman dilimini (daha sonra gösterge ortak MACD ile aynı değerleri gösterir) veya daha yüksek bir zaman dilimini seçebilirsiniz.
There is a Price Channel indicator, but I don't like it, because it fills all the space between the upper and lower boundaries. This version of Price Channel looks like in MetaTrader 4.
DRAW_COLOR_ARROW çizim stili, gösterge arabelleğinin değerlerine göre, farklı renklere sahip oklar (karakterler) çizer.