당사 팬 페이지에 가입하십시오
연간, 월간, 주간 또는 4시간 단위로 가격 변동의 평균에 따라 목표 수준을 결정하는 지표입니다.
현재 레벨은 다음과 같이 결정됩니다;
OpenBuffer[i] = 기간열린가격;
HighBuffer[i] = 기간개방가격 + adr/2;
LowBuffer[i] = 기간개방가격 - adr/2;
MaxHighBuffer[i] = PeriodOpenPrice + adr;
MinLowBuffer[i] = PeriodOpenPrice - adr;
Translated from Turkish by MetaQuotes Ltd.
Original code: https://www.mql5.com/tr/code/54247

전략 테스터에도 표시되는 거래(체결된 거래)에 수익 레이블 만들기

간단하지만 명확한 트렌드 지표입니다.

The EA identifies trade setups by waiting for a user-defined number of indicators (e.g., 2 out of 3) to show divergence simultaneously. This multi-layer confirmation approach filters out market noise. Key Features: Triple Confirmation Engine: Analyzes RSI, MACD, & Stochastic divergence. Advanced Filters: Optional Trend Filter (MA) and Volume Filter for superior signal quality. Full Customization: Control all indicator settings, divergence sensitivity, and trade logic. Professional Risk Management: Use fixed lots or percentage-based money management with SL/TP.

A powerful and feature-rich JSON library for MQL5, designed to bring a modern development experience similar to Python/JS