거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Twitter에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
귀하의 MetaTrader 5 터미널에서 CodeBase에 액세스 해보세요
올바른 코드를 찾을 수 없습니까? 프리랜싱 섹션에서 주문하세요
Expert Advisor 또는 지표 작성 방법

MQL5 코드베이스에서 MetaTrader 5용 라이브러리를 무료로 다운로드하십시오. - 130

코드를 제출하세요

The ZigZag based on the CCI oscillator.

Fractal Commodity Channel Index.

Uses the iStochastic (Stochastic) indicator from three different timeframes.

"Corrected" velocity (smoother momentum).

Buy sell volume.

The QEMA indicator with the timeframe selection option available in the indicator input parameters.

The Psychological indicator with the timeframe selection option available in input parameters.

An implementation of the dictionary (associative array) data structure in MQL5, based on CArrayObj and CList.

The ShadeOpenX indicator with the possibility to display the percentage value of time that has elapsed since the beginning of the trading session displayed in input parameters. The possibility is implemented using the classes of libraries that were described in detail in the article "Custom indicators and infographics in CCanvas".

Two "Didi Needles" indicators from different timeframes on one chart.

The EA trades using pending Buy Stop and Sell Stop orders, applying the iAMA (Adaptive Moving Average, AMA) indicator based on a "round price". Position trailing.

The EA uses indicator Awesome Oscillator.

Trend strength assessment based on Jurik smoothed RSI.

Indicator SilverTrend_NRTR with the timeframe selection option available in input parameters, alerting and sending e-mails and push-messages when the indicator changes its color.

The EA is based on iMA (Moving Average, MA) indicator and analyzes the last six bars.

This indicator is a variation of a well known WPR (Williams Percent Range) indicator with 4 WPR values combined into "candles".

Compared to the original QQE indicator this version is adding fixed levels (to help further estimate the trend) and color changing histogram (based on those levels), and also using RSX (a smoother RSI without a lag) in order to further purify the signals.

CCI_Candle_Vol indicator with additional averaging of the resulting candles

Access to OnTradeTransaction data anywhere within an application

BullsBearsEyes oscillator displayed as a color histogram, using volumes

ATR adaptive Laguerre filter - levels

TMACD indicator

Indicator Heiken_Ashi_Smoothed with two color-filled channels built on mean-square deviations from the High and the Low of the indicator candles

Indicator XFisher_org_v2_Candle highlights the candles, the Close prices of which are closed within overbought/oversold zones

XFisher_org_v2_Candle indicator provides alerts, sends email and push notifications at the incoming trading signals. Possible signal options

Exp_XFisher_org_v1 Expert Advisor based on XFisher_org_v1 oscillator signals.

Now you can test the indicator and select the price type from the ENUM_APPLIED_PRICE enumeration

The indicator plots one vertical line per day in a specified moment of time once per week

Brief description

Two identical trading systems (for long and short positions) based on the signals of the Slow-Stoch indicator, which can be configured in different ways within one Expert Advisor

The Heiken_Ashi_Smoothed_VolatilityStep indicator with the ability to send alerts, emails and push notifications when the indicator breaks through the trigger level specified in the inputs.

Ilan based on indicator iMA (Moving Average, MA)

The code consists of lines created according to the opening, closing, low and high values of prices.

Rma MACD

코드 블록을 '바당 한 번만' 실행하려면 새 바가 도착했는지 여부를 확인하는 것이 중요합니다.

MACD Institutional은 “스마트 머니”의 흐름에 맞춰 거래를 원하는 트레이더를 위해 설계된 고급 지표입니다. 각 틱이나 캔들 종가를 구분 없이 처리하는 표준 MACD와 달리, 이 지표는 이동평균을 계산하기 전에 동적 거래량 필터를 사용하여 가격 구조를 재구성합니다.

MT5 트레이더를 위한 수동 트레이딩의 일상적인 작업을 수행하는 시스템입니다. 클릭 한 번으로 거래.

초 단위의 시간을 연, 월, 일, 시, 분, 초로 변환하는 기능이 있는 스크립트입니다. mql 함수를 사용하지 않고!

존 엘러스의 저서 "주식과 선물을 위한 사이버네틱 분석: 트레이딩 향상을 위한 최첨단 DSP 기술"에 나오는 하나의 차트에 두 개의 이동평균(리드와 그 EMA 평균)을 표시한 지표입니다.

1...123124125126127128129130131132133134135136137...199