당사 팬 페이지에 가입하십시오
지그재그 인디케이터는 기술 지표인 포물선형 SAR의 값을 기반으로 하며, 인디케이터의 마지막 및 두 번째 고점에 피보 레벨을 구축하는 기능이 추가되었고, 이러한 고점을 선택하면 세 개의 연속 지그재그 고점을 기반으로 채널을 구축할 수 있습니다.
The purpose of the present code is to demonstrate how easy it is to create color scales, color gradients and heatmaps with the MQL5 language and functions.
The MultiChandelierStops_v1Trend_x10 indicator shows information on current trends using the ChandelierStops_v1 indicator position from ten different timeframes.
The i-CAi_Digit indicator with the timeframe selection option available in input parameters.
The Fractal_MFI indicator with the timeframe selection option available in the input parameters.
Two Boa_ZigZag indicators with different periods, which appear as arrows on one chart.
The indicator draws daily candlesticks with extended parameters. It only works on the D1 chart timeframe.
This version of Synthetic RSI is using Ehlers smoothed RSI in calculation instead of using "regular" RSI and that makes the resulting synthetic RSI even smoother.
The Delta Oscillator indicator displays the difference in the Delta indicator lines as a histogram.
This is a utility for beginning indicator programmers, or others, that want to have a look at values provided by OnCalculate and a few other functions. The indicator shows: 1) The most recent value provided with the most recent OnCalculate call. 2) The previous value from the previous OnCalculate call. 3) The first value from the first time onCalculate executed.