Hi Programmers! Can I change the color of the text (or background color) of the trades in the orders list of the Terminal/Trade panel? For example the T/P and S/L cells sometimes have green or red background color: Terminal/Trade panel So, I would like the change the color of the full row. Does it...
[Deleted]
Hi guys, I'm optimizing now my expert, I' using all data from the history (1999-2008) but I'll like to ear from other people how many years or months are the best choice. I know that diferent pairs and diferent experts should have diferent optimization periods, but yours inputs will be apreciated....
[Deleted]
Why do i all of a sudden get order error 0? According to the documentation error 0 means NO ERROR. I have used this EA before different versions and the current one on live and demo. The current version has placed orders. Now all of a sudden, BUY or SELL order was not placed, order error 0?...
-
hi, are there any plans to offer mql4.com in German? I could translate pages from Englishto German.
[Deleted]
I am looking for a programmer to create a system for some mutual profits. Email me if your interested. seant.barnard@gmail.com
[Deleted]
If i have tow EAs,EA1 and EA2.Can i use EA1 to startup EA2?
[Deleted]
rule is simple buy when 10 ema > 50 ema and 20 wma > 40 wmasell 10 ema < 50 ema and 20 wma < 40 wmai tryed both ways but they give me no trades and no errors, i dont know is that format is right or not //------------------------------------------------------- if (10 ema > 50 ema && 20 wma > 40 wma)...
[Deleted]
I apologize if this is against the rules, but I'm having trouble finding a brokerage. Is there a good site that reviews them? In particular, I'm in Canada. In my ideal world, I'd like to find one that would let me trade in an RRSP or TFSA (special taxation account). Thanks in advance for any...
[Deleted]
I'm getting mixed messages from different texts I've read. The strategy tester CAN test an EA that uses multiple time frames, correct? Also, the tester CANNOT test multi-currency pairs, correct?
here is my indicator code i tried to create, and it doesn't work. please help me find out what is the matter with the code. here is the code //+------------------------------------------------------------------+//| PriceZigzag.mq4...
ok, so I wrote this EA that does "great" on back tests (see above) up to September 19, 2006, and then it starts losing money (EURUSD) - literally overnight on that day. I've posted the above picture to show what ridiculous extremes can be achieved, and fully admit that on a live account this EA...
[Deleted]
Hellow! How should I do to get the client coodinates at the chart? I want to know lower right coordinates without using OBJPROP_CORNER. My best regards.
-
Strategy Tester Report TheMasterMind2 AlpariUS-Demo (Build 216) SymbolEURUSD (Euro vs US Dollar)Period5 Minutes (M5) 2008.03.26 00:00 - 2008.06.23 23:55 (2008.03.26 - 2008.06.24)ModelEvery tick (the most precise method based on all available least timeframes)ParametersLots=200; StopLoss=2000;...
[Deleted]
I have just purchased a FapTurbo EA to be used on ODL account. Unfortunately, the odl platform is given a crash error and is not accepting this nice expert adviser. Does anyone have similar experience?
Hi, can anyone of you gurus pls help me out with this problem that has kept me occupied for days ? //********************* Global Declarations **************************int Tick;int id;int PrevTime;int DrawIndex = 0;color Sell = Red;color Buy = Blue;color Wait = White;string Mode = "Sell";color...
[Deleted]
Hi, I don't have much background in MT4 programming and am simply a trader. I apologize if this request is in the wrong forum but I'm sure anyone here would be able to put this together in a few minutes. For my scalping system I need to know how big a bar is in pips as soon as possible. The most...
[Deleted]
Hi, The full code I have is: //+------------------------------------------------------------------+//| asdf.m4q//|//| //+------------------------------------------------------------------+#property copyright "Test"#property link "www.test.com"//#property indicator_chart_window//#property...
and besides, I do not understand the help window. gives someone else? if someone can help me, I would appreciate that. greetings. Less aalesslp@gmail.com
Hello, i have a automatic tradingsystem for Oil with good results I think and attach a backtest view from it here. My question for you is if you also think that it is a good results like I think? And I want to ask here if somebody have more tickdata for Oil and if he can send me that to make a...
[Deleted]
Hi friends this is my first post. I'd like to ask if there is such a code that you could embed in any line studieson the chart? It will alert me every time a level reaches a point where i placed a horizontalline, vertical line, etc. and also it is applicable as well in indicator windows. I...
Hi, i am new to forex ea world.but anyway i have coded a i want to add a code so that my ea closes the trade before new bar opens.i.e if its a 30 min timeframe it closes trade in that 30 min. and also when the ea opens a trade the stoploss should be recent low of same bar it has entered if it is...
It's been many months since I've been writing different robots, on different indices and TSs, but the result is always -withdrawal... I traded manually, but because of greed and not respecting MM leads to the same thing... I shook hands with Kolya Morzhev twice, many of my friends did the same
[Deleted]
Hi, I am new to this forum, and was wondering if it is possible to create a program which sends opposing buy/sells from a demo account to a live account. For example...buy 1 lot in demo, program executes sell 1 lot in live account then when I close the order the order is closed on the live account...
[Deleted]
I'm putting the property at the top my indicator: #property indicator_level1 = 50 But it keeps throwing the error: 'indicator_level1' - defined value expected I checked docs and examples and can't figure out the deal.
Hello friends. I have just registered me. I am a "novice" in trading, as you say, but I took a year studying the issue and create a solid trading system. I'm learning the automated trading , but I don't know to use well the program yet. I want to create alerts from MetaEditor, but I can not open
[Deleted]
Hi all, I just coded my first EA: I can test it on my demo account in the "live trading" mode without problems, but when I try to use the strategy tester, the progress bar is stuck and the testing process never completes. Can you please tell me what's wrong with this code? If I look at the "Journal"...
[Deleted]
Who knows How can we solve the problem? //Exist in Header1 void Func1(int& iNum1) { iNum1=2; } //---------------------- Main Program start() { int var1=5; Func1(var1); Alert(var1); } // So how can we solve ? we want 2 but naturally it is 5. also we don't want to use static variable in the header...
[Deleted]
Getlasterror returns 0, why? here is my code: ticket=OrderSend(Symbol(),OP_SELL,Lots,Bid,3,0,0,"macd sample",16384,0,Red); if(ticket>0) { if(OrderSelect(ticket,SELECT_BY_TICKET,MODE_TRADES)) Print("SELL order opened : ",OrderOpenPrice()); }...
[Deleted]
Hi, I found nothing in this forum or code examples nor in the documentation, and tried lots of different writing. Here my problem: I try to calculate the data of two prices. But every time I get the same results/errors. Here the Code: 67 double Var1 = 0;68 double Var_high = iHigh(NULL, 0, Current...

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.