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

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

코드를 제출하세요

The indicator displays the information on the current trends, using the ColorPEMA_Digit indicator colors from ten different timeframes

Comparing OHLC on timeframe M5

Indicator Two Stochastics with MA Smoothing and Convergence Divergence line

Indicator Dynamic Zone RSI

Hull quad

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

Adaptive Movinga Average - generalized version

RSI of Adaptive Moving Average - AMA

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

Donchian channel - extended

Kirshenbaum bands

McClellan Oscillator - smoother with floating levels

Corrected Wilder's double smoothed ema - multi time frame version

QQE - on chart

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.

Compute the daylight saving time changes (start/end of the summer time).

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.

If you can't watch your statistics and your game plan at all time, your emotions will take control and you will start taking ENTRIES such as revenge trade especially when you lose it.

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

Create an object tree which represents part-whole hierarchies, so that the client would treat objects and compositions of objects uniformly.

This strategy is the well known set & forget accompanied by the anti-martingale system. It is very useful if you are very busy in which you don't have time, you want to trade the London session while you are sleeping in USA, etc.

Given a language, define a represention for its grammar along with an interpreter that uses the representation to interpret sentences in the language

Define an object that encapsulates how a set of objects interact mediator promotes loose coupling by keeping objects from referring to each other explicitly, and it lets you vary their interaction independently

Indicator "The 2 Pole Butterworth Filter". was created by John Ehlers ("Cybernetic Analysis For Stocks And Futures", p. 192)

Doulble MA Cross Draw Histogram MT5

An implementation of the Relative Strength Index indicator by John Welles Wilder Jr. as described in his book—New Concepts in Technical Trading Systems [1978].

The code defines a function "RangeHighs" that calculates the highest price of a financial instrument within a specified time range (start and end time). The time range is defined by 4 input parameters (hour and minute of start and end time). The highest price is found using the "CopyHigh" function and stored in an array, from which the maximum value is returned.

US: This is a very simple code regarding an information panel. It doesn't use external files or anything like that! simply copy and paste it into your code the way the code was written. The dashboard displays; Active asset price Your position(Bought or sold) Maximum and minimum price of the asset Username open profit Balance PT-Br:Esse é um codigo bem simples a respeito de um painel de informações. Não utiliza arquivos externos ou algo do tipo! simplesmente, copie e cole no seu codigo da forma que o codigo foi escrito. O painel exibe; Ativo Preço do ativos Sua posição(Comprada ou vendida) Preço max e minimo do ativo Nome do usuario Lucro em aberto Saldo

VPS Trailing Stop Service

1...93949596979899100101102103104105106107...183