In 2010 MetaQuotes Software Corp. started development of a platform for mobile trading. In January 2011, we reported the release of its first version, in which you could only trade and monitor your account. By March, interactive charts were included into the program, which allowed traders to...
today: WED -- GMT 16:00 (around DOW jones opening time in usa) fast web tv Bloomberg Television: Live TV - Bloomberg watching $euraud $audchf as usual $eurcad HERE IS THE LINK My Movie - YouTube no movie for WED , keep on watching tue one here My Movie - YouTube ======= http://tiny...
A month has passed since we opened Registration for the Automated Trading Championship 2011. During this first month, we have received 730 applications, and about 300 participants have already specified their personal data. These are almost twice the corresponding characteristics of the ATC 2010....
Half a year has passed since the Automated Trading Championship 2010. During this time, many EA developers certainly had time to reflect on the contest results and now prepare new trading strategies based on this valuable experience. Soon we will witness a new exciting battle of trading robots for...
[Deleted]
We continue to publish materials that will be very useful for the potential participants of the ATC 2011. This time we consider algorithms that will help you to check whether trade operations comply with the Rules of the Automated Trading Championship 2011. Our purpose is to create a class of trade...
To participate in the Automated Trading Championship 2011, you need to register and submit an Expert Advisor trading according to your strategy. Read more about how to register and submit required materials in the article "How to Participate in the Automated Trading Championship 2011".
Don't...
void OnStart() { datetime t[]; datetime d=D'2011.5.2 20'; uint time=0; int i; for(i=0;i<5;i++) { uint bef=GetTickCount(); int items=CopyTime(" AUDCAD ",PERIOD_M1,d,2,t); uint aft=GetTickCount(); time+=aft-bef; Print("return from ",d," copied=",items,"
dear Coding/ Programer can anyone help me to make indicator with this rule 1. 3 Ema on m5 : EMA 3 , EMA 5 , EMA 13 2. Standart CCI 3. Candle at m15 Rule : Signal Buy : EMA 3 Cross up EMA 5 and EMA 13. CCI level up to 90. and Candle m15 is Bullish When 3 EMA's Cross and CCI leven at Least 90....
I was just wanting to know what the best EA on the market for purchase might be? Any ideas or opinions? Thanks
where can i find .exe file for my advisor? there are 2 files in the folder C:\Program Files\MetaTrader 5\MQL5\Experts. one is metaquotes language file and second is metaquotes terminal program with the name of ea. but i can not see file extension, i.e., whether .mq5 or .exe.
i want to send .exe...
Hallo to all, here is my trade system http://rentasignal.com/signal/view/35148 i trade not only with EA but manuel too so your rentasignal ea must be aways to your metaltrader conecktet (I'm sorry for my englisch i hope yor can understand me) i use broker with 1 : 500 Leverage lotsize it's 3% from...
I have a piece of code that look like this: extern double PipsUp=3; extern double PipsDown=3; for (iCount=1; iCount<1; iCount++) { double HighHigh = High[0] + PipsDown/10000; double LowHigh = High[0] - PipsDown/10000; Comment ("High", High[0], " - HighHigh = ", HighHigh, " - LowHigh = ",...
When I try to do this from my expert advisor, I get the error -1,#INF.
If I set this from the signal script, printf reveals it has changed however ExpertSignal still indicates it as 0.0000
My question is how do we set a dynamic price level?
PS price level is the variable in ExpertSignal for...
Let's take another look at a more advanced technical tool - Bollinger Bands. These were developed by John Bollinger in the 1980s. In simple terms, they use a simple moving average and standard deviations to give a different perspective on potential highs and lows. Bollinger Bands have a middle band...
Hi
I downloaded and installed Data_Provider_A_MT5 plateform.
Can I use it for different data provider? Or I have to download and install a new one packaged by Data_Provider_B.
thx
It would be nice to be able to select alarm from the toolbar instead off to open terminal first to add or change alarm. Also show alarmline on the chart and to be able to slide it around on the char, this would make easier modification to a new position, and visually to see it in place. And when...
Hi fellow traders A little honesty: I have recently blown my account after I went full time trading after 3 years part-time, mainly due to lack of proper risk and money management. Over the past few months I have grown to learn many of my mistakes and have acquired quite considerable knowledge and
I am vision impaired and I use a magnified price tool on charts. I would be very grateful is someone can code something similar that will Display the Main ADX in large font for me. If it could have adjustable level to set and display an Arrow UP if ADX is above the set leven and a Down Arrow if the...
Ok, I just daisy chained all my computers with Metaquotes5. Each computer has MT5 installed and I added the LAN.
When I start to render my code she toggles off and on every few seconds. I can hear my Dell Workstations screaming loud slowly grinding higher in pitch then off we go back down again...
I have problem with testing strategies locally. For some reason local agents don't seem to respond. I get such infornmations in log: 2011.08.17 12:05:07 Core 1 disconnected 2011.08.17 12:05:07 Core 1 EURUSD: history synchronization completed [3337 Kb] 2011.08.17 12:05:07 Core 1 EURUSD
Hi all. I am not sure if this is the best place to post this but here goes... I've been on the lookout for a morning breakout system that I can trade as this fits in well with my trading window. I don't want to be looking at charts all day long so this time window suites me well. I've currently got...
Hi,
Is there anyone could tell me how to have an exponential moving averages (EMA) attached to my chart.
I am a beginner.
Thanks lot.
Is it possible for you to add time frame and alarm to the indicator named fractals ? thanks
Lately I have seen an autotrading website called FXStat which allows you to autotrade based on signal providers by linking your broker and trading platform. It is also a social trading network. I found out that they run a promotion that is paid forum posting (10 cents per post) as well wherein you...
Just a little modification Trade.mqh to make it easier to comply with the ATC rules. Since it's not checked and I'm not very good coder, will someone please help to check it out for it works or not. Those lines I added are marked with "/////////////////////////////" or between
Hi, I'm looking to set up two remote agents for backtesting to gain another 8 cores and I'm struggling a bit... I can't seem to find an actual guide for setting this up, I've found the article on it, but this doesn't explain setup. What do I need to do/install on the remote agents? What do I need to...
Hi to the Forum, I need help! I am trying to translate my MT4 code into MT5, and need some clues. I looked for a suitable replacement for OrderClose() but I'm just going round in circles! Could anyone help me replace the functions used in the code sample with the MT5 equivalent? Thanks everyone......
Hi guys,
I've converted mq4 to mq5, here is the code, however,
I'm not able to make it work
here is the final result, vertical lines indicating each hour.
here is the original code
//+------------------------------------------------------------------+//|...
Hi guys,
I was thinking of using the profit or loss of the last trade as one of the conditions for buy and sell signals. I found out a way to get the profit/loss by using this function:
AccountInfoDouble(ACCOUNT_BALANCE)
and storing it in an array with 2 locations, one to store the past account...

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
If you do not have an account, please register
Allow the use of cookies to log in to the MQL5.com website.
Please enable the necessary setting in your browser, otherwise you will not be able to log in.