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 - 103

Adicionar código

CCI of Moving Average with Dynamic Signal Lines

This indicator gives the Speed and Acceleration of the price for a given period. In order to make a smooth graph, can be used a procedure using the Hull Moving Average method

This EA, Ask you to Put price, whatever price you put, in "ZEN" field, you will get that price on all open orders either SL or TP value, that would help to close all orders at one price, and you can close all bulk orders in one shot. (works very well with large balance - i suggest cent / micro account for newbees. to be able to place large closure of orders. Openin random orders manually with ongoing trend is suitable for large order accounts.

This code identifies highest high and lowest low in the neighbourhood.

Converted ATR Bands by AlexanderTeaH from TradingView to MQL4

Building good trading habits by seeing things in terms of percentage not in terms of money.

macd divergence and rsi

Not sure if anyone need this. Just showing the angle of the MA of current and adjacent candle.

This is a multi timeframe dashboard scanner for RSI and Stochastic.

Simple stoploss script

Histogram of momentum

candle pattern

This Indicator will plot bullish and bearish candles in separate colors.

Larry Williams 'Greatest Swing Value' as an indicator

SmoothStep (metatrader 4 version)

An exponential moving average of the true range and the offset of its average deviation

This is an MT4 indicator which generates signals based on Bollinger bands crossover with price.

Conselheiro Nextbar.

Developed by John Ehlers, the RSI-based inverse Fisher Transform is used to help clearly define trigger points. The normal RSI indicator is calculated and adjusted so that the values are centered around zero. The inverse transform is then applied to these values.

This code can be used to find highest high and lowest low of a chart for a given period.

Clone of Smart Envelope from tradingview

This EA places buy trades based on trend of last 5 candles.

The indicator marks the current chart with red/blue arrows to signal a possibility for buy/sell.

The code is used to demonstrate how one can create a button on the chart and assign a function to it. The code is used to delete all orders after clicking on the button. The deletion takes care of various scenarios and shows error messages.

It's an expert to open and close orders on specific day and time. Expert open and close orders only with the same symbol it attached.

This EA demonstrates how to implement martingale based on signals from any indicator.

This is an Indicator based on MA crossover.

Adds the ability to automatically export the transaction history after running the Expert in the strategy Tester.

This is a simple code to draw triangle on chart connecting open and close of different candles.

Just a Basic Functions For BreakEven.

A customizable logging library with Debug,Info,Error logging levels.

This indicator draws coloured histograms to identify bullish and bearish bars.

This is an EA using RVI crossover.

it saves the current chart to default template , it just helps to do it faster than a manual save. you can assign a hotkey for it. it has no confirmation and immediately saves the template, if you want it to save to a template other than default just edit the code and replace "default.tpl" to any other name you want.

Get notifications when hit price level

This code base is a simple function to check if current time lies within two specified times.

This code can be used to find out whether the symbol is a binary option symbol or not.

This code base is a simple function to check if current time lies within two specified times. Many times it is required by the Ea to enter trades between two specific time of the day only. This code takes two inputs, one is the start time and second is the end time. The code will check if the current time is in between start time and end time and will return accordingly.

Limit channels - with states - metatrader 4 version

This code helps beginners in MQL4, specially those migrating from C++ to perform some basic fie operation.

1...96979899100101102103104105