Codes

EES Velocity for MetaTrader 4

Velocity = High-Low / Time. Time is changeable to minutes, hours, or days. Seconds is the default. In physics, Velocity = distance / time

Dollar Index USDX for MetaTrader 4

Dollar Index - user can change parameters. Default same as USDX contract. Opens as a custom indicator in MT4

EES V Speed for MetaTrader 4

A volatility indicator, V Speed

Elite eFibo Trader 2.6 for MetaTrader 4

This version of eFibo trader includes additional trend detection signals based on simple indicators (RSI and MA)

Open Source Forex for MetaTrader 4

The concept of this EA is to monitor several indicators and trade based on a value returned by those indicators

EES Hedger - Take the other side of the trade - buy when you are selling, sell when you are buying for MetaTrader 4

Do you have the need to take the opposite side of a trade? Using manual trading or another EA, EES Hedger can immediately take the opposite position as specified in EA parameters. Instructions: For example, you are trading SAR EA on GBPUSD and SAR

Elite eFibo Trader for MetaTrader 4

Fibonoacci trading Expert Advisor for MetaTrader 4

Forum

program for mql5 link not working

there is a link on the left ads space when reading in 'code base' about the automated trading championship, and the link doesn't work: https://www.mql5.com/en/code

newbie question adding order comment

How to add order comment that will show up on the ticket ? (not for internal reference)

2010.05.27 13:16:21 TestGenerator: unmatched data error (volume limit 1547 at 2010.05.19 18:00 exceeded)

2010.05.27 13:16:21 TestGenerator: unmatched data error (volume limit 1547 at 2010.05.19 18:00 exceeded) This is a common error in the tester, I'd like to see what the mql4.com community says about this - there are ways a strategy can create this by having too large lot size, but is there anything

Who is the Best MT4 Broker for testing?

Who is the Best MT4 Broker for testing? Who has the best data and MT4 installation for testing EAs

Max positions in terminal

We have an EA that can open a trade or several trades every pipette or 5th decimal pip. Running this on a single pair can open hundreds of trades in a few minutes. If we load this on multiple pairs it just multiplies. I'm wondering if anyone has experienced limits with number of open trades or seen

Stop loss for LESS of a loss

I have a simple EA that will close orders based on take profit and stop loss. (TotalProfit<=0-stoploss_dollars || percentProfit<=0-stoploss_percent) How would the math work if you wanted to have an order close out when it's LESS of a loss, for example, if you have -100 and you want it to close when

Simple indicator request

We need a simple indicator that will take the values of several pairs, perform a calculation (which we already have the code for) and then plot the number on the chart next to some text, and then if the value is greater than a certain level, display a red arrow or green arrow. Some of the indicators

getsymbol()

Is there a way in MT4 maybe someone has written such a tool to obtain all available symbols offered by the broker independent of what chart it's loaded on, and then store them somewhere such as in a series of global vars or an array? For example one broker we are working with uses 2 EUR/USD symbols

MT4 Server Manipulation - latency arb

If an MT4 broker has a real STP / ECN - is there any way a trader can use an EA to take advantage of price feed, either by logging into 2 VPS or by any other means, which would cause the broker to actually lose money from his winning trades? I remember we had a client running a manipulative EA on

Get all symbols

Is there a command in MQL4 that will display all available symbols offered by the broker