[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...
[Deleted]
Hi, I'm trying to code my own EA but I'm very new to this. These are few things that I want to do: 1. Calculate profit based on closed orders - better if it can be per trading session (from opening terminal until closing it) 2. Calculate number of lots per trading session 3. Turn off the EA...
[Deleted]
Hello guys!! i am currently working on my first ea. its using a custom indicator i attached. i am testing it in the strategy tester, but it seems like its not opening any trades! would be great if someone could look into it, maybe i just overlooked something! best regards
hi is it possible for anyone to help me to built a ea please? I dont think it will be very complicated for someone like you. in exchange, every one here will be able to use it an I will tell you how to use it, how to reject bad trade and how to find good one. cause I dont think a ea cant work alone,...
[Deleted]
Hi I am a Trader looking at converting a simple price movement Scalping Trading system into an EA No Indicators Required? Anyone interested please contact me via email dom1@e24.com.au Thanks Dom
[Deleted]
Hi, I am a newbie learning to write EA. here are the problem, can any one help? My logic is when MA3 more than MA8, then buy. when MA3 less than MA8, then sell. below is the code.I base on hourly chart. douMA3Current = iMA(NULL,0,3,0,MODE_EMA,PRICE_CLOSE,0); douMA3Previous...

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.