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

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

코드를 제출하세요

Three X2MA indicators from different timeframes in a single window

Range weighted average MACD

The XFisher_org_v1_Vol indicator with the possibility to change the indicator timeframe using input parameters

The VTS_Float_Pivot_Smoothed indicator with the ability to change the indicator timeframe using input parameters

The EA implements averaging of positions. The average iStdDev is calculated in a sliding window.

The ColorMFI_X20_Cloud indicator with the possibility to change the indicator timeframe using input parameters

Indicator Stalin_NRTR with the timeframe selection option in its input parameters

Filtered deviation scaled MA

Indicator Float_Pivot_Smoothed_Digit_System with the timeframe selection option in its input parameters

A five-fold exponential moving average that displays the most recent value as a price label with the possibility to round the indicator levels to the required number of orders

Indicator ColorPEMA_Digit with the timeframe selection option in its input parameters

TrendStrength EMA variation

Comparing OHLC on timeframe M5

Indicator Two Stochastics with MA Smoothing and Convergence Divergence line

Indicator Dynamic Zone RSI

Hull quad

Signal (Alert) at crossing horizontal line by the price

Trend trigger factor - with an addition of discontinued signal line(s)

Trend continuation factor - averages pre-smoothed (filtered)

A colored cloud made of two PEMAs from different timeframes on a single chart.

Normalizied MACD - self adjusting signals

Market mode

Averages crosses

Nonlinear Kalman filter - floating levels

CCI with on chart support and resistance levels

Smoothed WPR with floating levels

CCI - standard deviation based using Hull for prices pre-filtering

Smoother momentum MACD with floating levels

Kirshenbaum bands

McClellan Summation Index - smoother with floating levels

QQE - on chart

Sell Relative Strengt Index (SRSI)

Multi-asset cluster indicator taking all currencies as a sum of values forming a whole market, that is unity (1.0)

This script opens a buy or sell order randomly having equally spaced take-profit and stop-loss levels.

iWPR+ is an iWPR %Range function with a positive value.

Short description.

How to minimize bool parameters in a function signature?

An interface for creating an object that defers instantiation to subclasses. They decide which class to instantiate.

Convert the interface of a class into another expected interface; classes with incompatible interfaces can work together

Decouple an abstraction from its implementation so that the two can vary independently

1...101102103104105106107108109110111112113114115...188