General - page 1536

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....
  EA Ideas  (2)
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
  Alarm
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...
  HELP: Account  (1)
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.
  (HELP) Fractals  (3)
Is it possible for you to add time frame and alarm to the indicator named fractals ? thanks
  Stats Websites  (3)
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...
  TradeATC class  (12   1 2)
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...
Has anyone has some experience in Burton's Trading Squares by Mr. Trace Burton? Would like to have some idea what it is? Have found in the web that this was previously included in Fibonacci Trader but it seems it's no long part of the software. Thanks. Tiffany
The stoploss of a buy order can be modified many times after the order is open? Thanks to answer.
This is an interesting situation. My multicurrency Expert Advisor, unencumbered by any online retraining, does not fit into the 15 minute limit. I inserted a primitive profiler and surrounded my code calls with it. It turns out that my code works for only 1.5 minutes for a 16-minute test from the
Hello, can anyone tell me how to pass a char array to a DLL. Those articles can't help: https://www.mql5.com/en/forum/1739/14654#comment_14654 https://www.mql5.com/en/articles/18 the situation: the DLL function is declared by: void __stdcall read_char_array(char* array,int arraysize); in...
Hello, Have problems to understand how MT5 works. If i place an (only one) MARKET_BUY_ORDER order, i get 1. a pending order with ticket A 2. a history order with ticket B and expiration time. In the trade tab, i can see an order but this order has no ticket In the history tab, i can see 2...