Assista a como baixar robôs de negociação gratuitos
Encontre-nos em Twitter!
Participe de nossa página de fãs
Acesse o CodeBase em seu terminal MetaTrader 5
Não encontrou o código mais adequado? Encomende-o na seção Freelance
Como escrever um Expert Advisor ou um indicador

Melhores códigos fonte MQL4 e MQL5 segundo a avaliação dos usuários - 4

Adicionar código

Предсказание цен пересечения графика CCI с заданным уровнем FindCCI.

Forex Second Chance EA is a modification of Moving Average Convergence Divergence EA. Here, I have included "TrendShift" to the parameters and it is doing good.

Now with more options. Opens and closes orders on first parabolic SAR signals.

early Range, Break with RSI-Filter, Hedging, TrailingSL/TP with Vola-Filter, DayTrading Start- and Endtime, autoClosing, all Comments and Alerts.

This indicator reflects the positive difference between the High and Low of the period.

This indicator is a tool to show history orders on the chart.

Spread MetaTrader indicator — displays current spread in the main window of the chart. You can modify the font parameters, indicator's position and the normalization of the spread value. The spread is redrawn after each tick, ensuring the most current and active spread value. This can be useful for brokers with variable spreads or with spreads that are widened often. You can also enable a spread label to be shown near the current Bid line. The indicator is available for both MT4 and MT5.

Support and Resistance MetaTrader indicator — as the name of this indicator suggests, it displays the support and resistance levels. It shows them directly on the chart, providing an easy help when you want to set stop-loss or take-profit level, or when you want to see the next market target. This indicator uses the standard MetaTrader Fractals indicator (by Bill Williams' method) and has no changeable input parameters. This indicator is available for MetaTrader version 4 and 5.

2 Moving Averages is a custom MQL4 indicator that uses two moving averages (fast and slow) to identify potential trend changes and generate buy or sell signals based on crossover points. It enhances signal reliability by optionally integrating support and resistance levels, helping traders confirm entry and exit zones. This tool is suitable for trend-following strategies and works across multiple time frames.

mt4 version of original indicator

Below you can find a super simple method to create a license based on MT4 account name. Place in your init function: CheckLicense(); The stringLower method makes sure the account name is in lowercase. Then you can check this value with the account name you want to check.

This is an mql5 Expert Advisor trading the breakouts and using Martin Gale risk management.

improved version of the standard Simple moving average indicator with a lower delay based on: https://www.mql5.com/en/code/30844 (author: https://www.mql5.com/en/users/mladen)

This indicator combines two moving averages to generate buy/sell signals based on crossovers. It also plots Fibonacci retracement levels using recent swing highs and lows for support/resistance. Visual arrows mark trade signals, and optional alerts notify users in real-time. Works on all timeframes for flexible technical analysis.

Pertence ao grupo (PIVOT) - Ponto de reversão.

Indicador ITrend.

Indicador KAGI-1.

Indicador modificado HMA.

three indicators to use with the Raghee Horner method

Another version of ZigZag, where the step size for changing the direction of the segment is set in price points.

Multi_BreakEven is a script file that allows multiples entry positions to set to breakeven using pips or target price when the trade is in your favor.

Marcação automática do gráfico pelo tempo e o temporizador.

My version of plotting the DeMark lines, also draws channels in addition to the trend lines and targets. Added one more target (the third one defined as 1.62 of the inner extremum), added the signal cancellation when closing within the channel.

Ferramenta Linear de Regressão Personalizada. Os valores de linha LR e as linhas Suporte e Resistência são em buffers.

O indicador desenha os níveis semanais Camarilla (H1 H2 H3 H4 L1 L2 L3 L4) com back-teste.

Indicador 2 Extreme4U Grid Builder.

Indicador Pivot Fibs

Indicador TSD PP MACD FORCE Ind v1.

Indicador Trading hours.

O script para baixar todas as cotações.

Indicador StoneAxe_x4x.

It is designed to create a non-standard symbol period based on the use of the standard period.

Funções para processamento das ordens de pares de moedas com preço a vista (Spot), ouro e prata "Spot" com manipulador de erros. Revisão 1: OrderModify2() e OrderProcess() (corrigidos), OrderProcess() e OrderSend2() (melhorados).

O indicador InnBar_mtf.

O script UploadExport é uma ferramenta universal de programa . Foi desenvolvido para facilitar o trabalho do analista e do trader em relação às ações de rotinas diárias de análise de onda, utilizando o programa ELWAVE.

Script Revers.

Indicador do tipo MA baseado no Filtro de Hodrick Prescott

Gives Buy, Sell and Exit signals based on EMA

Kaufman Volatility according to Perry Kaufman books "Smarter Trading"

Often times I find my chart is too cluttered with indicators to see the price action, however I still need those reference points. My solution was to create an indicator which displays the current level of some of the MA's of the current candle.

1234567891011...105