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

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

코드를 제출하세요

Detrended Synthetic Price in oscillator form.

The Expert Advisor moves trailing stops of all positions on the current symbol.

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

The class monitors the emergence of a candlestick

A trading system based on the Omni_Trend indicator signals.

The indicator allows displaying on a chart eight Moving Averages with the same averaging methods and calculation prices, but with different periods.

An indicator based on Elder's "Safe Zone".

An indicator of important extremums.

A trading system based on the KWAN_CCC indicator signals.

TTF

Oscillator TTF (Trend Trigger Factor) was developed as a method to identify market trends and reversals.

Flat/trend indicator.

Indicator True Strength Index

ATRStops_v1 indicator in the candle form

Ehler's Center of Gravity indicator

Adaptive Moving Average - AMA - as described by Vitali Apirine

Stochastic on chart

This is a working singleton code example. The sole purpose of this post is to provide a working code sample of a singleton object. A singleton object is created when there 'can be only one' of the object. This is accomplished by making an object's constructor private, and ensuring assignment and copy operations are also private. I was working on an EA and identified that an object should never have more than one copy. I don't expect the EA to ever get large enough for it to actually matter that a singleton is used, but I like the clarity in the code for the object's type. The code follows closely the tutorial at http://www.yolinux.com/TUTORIALS/C++Singleton.html.

hi, this code need your telegram token and telegram chat id . you can make robot by BotFather and then search in google how you can find telegram token and chat id then attach them to this code . now every trade would be signals on your telegram channel.

디마커 지표(DeM)는 기간 최대값과 이전 기간 최대값의 비교를 기반으로 합니다. 지표가 30 밑으로 하락하면 강세장으로의 전환이 기대됩니다. 지표가 70 위로 상승하면 약세장으로의 전환이 기대됩니다.

모멘텀 기술 지표는 특정 기간 동안 유가 증권의 가격이 변동한 금액을 측정합니다.

The indicator helps to find the reversal bar of the trend.

This is the Heiken Ashi indicator, based on the averaged Open, High, Low and Close prices, averaged using the Adaptive Moving Average.

The indicator shows deals history on the chart.

3 검은 까마귀/3 하얀 병사 + CCI에 기반한 매매 신호를 살펴봅니다. 이 전략에 기반한 Expert Advisor 코드는 MQL5 마법사를 사용하여 자동으로 생성될 수 있습니다.

DRAW_COLOR_LINE 그리기 스타일은 다른 색상으로 선을 그리는 데 사용되며 색은 색상 버퍼에 지정됩니다.

BrainTrend2Sig is an indicator of the market trends that assigns colors to candlesticks according to the trend direction.

RSI indicator applied to MACD clearly shows the current price divergence.

Simple but demonstrative trend indicator.

Relative Vigor Index that allows to select RVI and the signal line smoothing algorithms.

Four-colored histogram of OsMA (Moving Average of Oscillator) allowing to implement different smoothing algorithms.

Mikahekin can be called a complete analytical block rather than just an indicator. The color of bars shows a trend direction and their height indicates a trend power. Blue and magenta dots show trailing-stop levels for long and short positions, respectively.

This indicator shows the simple clock in comment.

The simple script for deleting all graphical objects from a financial asset chart. It can be useful, in case the chart is overcrowded by objects that are not needed anymore.

CADOnArray class is designed for calculation of AD (Accumulation Distribution, A/D) values on indicator buffers. Test_ADOnArray indicator is provided as the example of the class use.

Script for the charts simultaneous scrolling.

The indicator draws a grid of eight stochastic oscillators on one chart with the possibility to change the number of displayed lines.

BykovTrend_HTF_Signal shows a trend direction or a signal for performing a deal generated by BykovTrend indicator as a graphic object with colored trend indication or deal direction.

SilverTrend_HTF_Signal shows a trend direction or a signal for performing a deal generated by SilverTrend_Signal indicator as a graphic object with colored trend indication or deal direction.

Trading signals module for MQL5 Wizard. Go indicator's color arrow serves as a market entry signal.

Trading signals module for MQL5 Wizard. Sidus indicator's color arrow serves as a market entry signal.

1...121314151617181920212223242526...183