On the website of the Automated Trading Championship 2007, the article Restart of Participants’ Terminals has been published. Some Participants had problems with sending logs to the Championshipwebsite server. New versions of terminals will be restarted at the weekend. The full text of the article...
[Deleted]
Hi , how can i code this one: i want my ea automatically put stoploss at breakeven point (Buy or Sell price +-spread) after collect certain +ve pips for example after +20 pips. Thanks in advance
Dear coders...can anyone create an indicator which can give an signal as below : 1) 5min TF 2) if it is an up trend, the entry signal : the formula will be ( minus 3 pipsfrom current offer price, plus 10 pips, for the target) 3) if it is an down trend, the entry signal : the formula will be (...
HOW CAN I HAVE ACCESS WITH METATRADER (EA) TO FUNDAMENTALS AND THE FORECASTS? I.E. METATRADER ACCESS TO WEBSITES LIKE FOREXFACTORY.COM OR FXSTREET.COM OR ANYTHINGTHAT HAS CALENDAR.
[Deleted]
Hello, I need some help please i am trying to write a bot that requires pivot points,my problem is that all i get from the iHigh, iLow, and iClose values are 0's. I figured out that i could use the ihighest andilowest to obtain these 2 values however what can i do about iclose. Thanks foryour time.
Can I insert a clipboard image into a topic message (such as this message) and ifso, how?
[Deleted]
Hi, My girlfriends and I are trying to code our first EA and we wanted to know aboutusing diiferent time period data; we read on some forums that it's a good thingto do. We know about the Timeseries access functions but we had a few questions: 1. Why would you do this? 2. Some examples of this...
[Deleted]
Chart time frame : H1 I have a trade opened at 16:20 ( of course it can be anytime, like 16:30, 16:55)within a current H1 bar. I want to run a indicator check when the next hourly bar starts , say at 17:05 orgreater Like if(TimeCurrent() > "17:05") - So I need to find the seconds diff btw 16:30 and...
Hi, Is it possible to change time of start day chart bar to eg London start (now 7 GMT) , some script similiar to time frame change ? Now start of day bar is at 0:00 server time . Thanks for answer. Andrew
On the website of the Automated Trading Championship 2007, the article Jury Session Record of the 10th of October 2007 has been published. At its session, the Jury discussed the issue of disqualificationof some Participants the Expert Advisors of which had not complied with the ChampionshipRules....
[Deleted]
Hi! I'm in need of a programmer to write an EA. I receive signals from a signals provider. I've had a program written to POP into an email account, check for new signals and parse those signals to a .csv file. It's very interesting. I've been with the signal provider for the last 2 months and they
[Deleted]
Has anyone managed to program the Gann Swing indicator in MetaQuote? It's codedin metastock. I wonder if you can share your code? Thanks.
[Deleted]
Hi Guys ! I need some information about how to control pending order, I am looking to know what is the procedure to avoid EA to open many pending order. When i teste in strategy tester, everything work, but when I turn one my EA to tradelive, It open many pending order, I only need one ??? anybody...
[Deleted]
I am new to coding and would like to add a code to expire an EA in say 10 days.How do I do this? Thank you
I wanna increase the lot size when my balance hits a certin number, Please helphere is the code #property copyright "© 2007 RickD" #property link "www.e2e-fx.net" #define major 1 #define minor 0 extern string _tmp1_ = " --- ????????? ????????---"; extern int N = 3; extern int Lots = 10; extern int...
Automated Choice of Brokerage Company for an Efficient Operation of Expert Advisors It is not a secret that for an efficient operation of Expert Advisors we need tofind a suitable brokerage company. This article describes a system approach tothis search. You will get acquainted with the process of...
I have an opened order of 3 lots at the championship The price at the opening of the order was 237.52 T/P was set to 238.66 from the beginning At 6pm GMT, the price was 238.77, 11 pips bigger than my T/P Why my T/P at 238.66 has not been triggered ?
[Deleted]
Hello, I need to get Highest and Lowest price for particular currency pair within a certainperiod of time, e.g. Highest and Lowest price for EUR/USD between October 4, 23:00:00 and October 5, 6:00:00. I usually need to go back to 1-2 previoustrading days? Could anybody help me? Thanks draho
I use this OrderSend() code in ATC2007 Contest EA, MetaQuotes Demo, FXDD Live &IBFX Demo without problems (no errors). I started a Demo with a Swiss ECN Brokerand I get "Error opening Sell order: 130". Does anyone have idea as to why ?? int TakeProfit=100;int StopLoss=100;double tp,sl;if(Sell1==1)...
Hi!! I've developed my first EA. The EA send pending orders at a determinated level,my problem is that the EA send a order every time that the price hit the level.I want to send only 1 buy and one sell order per sesion. Trading hours is includingin the EA. Thanks for your help!! This is the...
[Deleted]
Hello, I have made a Custom Indicator which works. It displays on the Chart and everythingis fine. I am now wanting to use that in an Expert Advisor and the only value I get is 2147483647. It has one parameter which I pass in and that is all. (Below is the code iCustom(NULL,0,"myCustomIndicator1"...
What I do. I use ElliotWave, simple - not all that complicated counting, for that lead to nothing - and for that I count manually and also use Advanced Get. Just 1,2,3,4 and 5 count, and of course the countertrend 1,2,3. To pinpoint a top or low of a wave I use a special timecount. I start with
[Deleted]
Hi, Am looking for someone who can put my trading strategy into a script so I can backtestit. Have been using the same strategy for about 3 months now - with very good results- but I want to finetune it and perhaps we can learn something from each other. Contact me on gmail - shan.ahmed1@gmail.com...
On the website of the Automated Trading Championship 2007, an Interview with Nikolay (zona) has been published. Nikolay known as zonа has not been trading forex for a very long time. However, he has already developedabout 30 Expert Advisors. Nikolay trusts trading to Expert Advisors, because...
[Deleted]
I'm calculating MACD and the histogram values as such and putting an arrow on thechart. Periodically I will get a false crossover signal. Can anyone tell me why? Thanks very much in advance, E MacdCurrent=iMACD(NULL,0,8,17,9,PRICE_CLOSE,MODE_MAIN,0); MacdPrevious=iMACD(NULL,0,8,17,9,PRICE_CLOSE...
[Deleted]
Hi guys -- I'm new to MQL. What I'm looking to do is using the common Laguerre indicator, invert any valuesunder 0.45 and turning those inverted values Red. I inverted them fine, but I'm having an issue with making the color red. Help wouldbe much appreciated....
Greetings! Can anyone give me any ideas for indicator based exits strategies that you may think works. I like to try anything and everything.
I've tried everything to get my code working, something is wrong but what? I'm simply trying to keep BUY && SELL ratios approximately even. I've allowed for in the code a situation whereby five positions can be unhedged,why does my code not work? Any help greatly appreciated and thankyou.
Hi, I am learning. To have my EA do: "A winning order repeats itself, a losing buy order is followedby a sell order, and a losing sell order is followed by a buy order." Is belowright? int order; if (Ballance!=0.0) { if (Ballance>AccountBalance() && OrderType()==OP_BUY) {...
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.