MQL4 and MetaTrader 4 - page 1536

Can anybody help me to write the indicator like this? How can I see in a separate window indicator with information how much time was to publish information about the currency? With breakdown: 1 /. Left time for the publication of important information: HIGH 2 /. Left time for the publication...
[Deleted]
I NEED ASSISTANCE ON THE CODE LANGUAGE FOR CREATING STOPLOSS. I WAIT PATIENTLY
I would like to implement my EA so that I need to get only one winning trade for the day, and then just wait for tomorrow. Or, to put it otherway; EA should stop trading, if sum of all winning trades for the day is bigger than sum of all losing trades for that day, i.e. we are about one trade's...
[Deleted]
Hey all, I'm wondering if anyone can point me in the right direction for some code that will allow me to have a countdown timer displayed on my chart giving me the time left till the next bar. Hope that makes sense. Thanks in advance.
[Deleted]
Trading started in Asia, at 11pm, CET, and the platform is NOT operational. I can not trade, check my open positions and have to rely on NETDANIA, which is already operational, but NOT as performing. Please somebody wxho can inform, advise? Thanks Bern in Belgium - email: bernbeach@hotmail.com
[Deleted]
I am trying to get an EA to stop placing buy or sell orders for 1 month if it has made 1 profitable trade for that month. I.E. it is the start of month 1, EA makes a buy trade, which lost, then makes another trade this one made profit. So I would then like to to stop trading for that entire month...
[Deleted]
  ALMOST DONE!!  (1)
i am almost done my first EA, i specifically decided to learn MQL4 justso i could code this EA, but i just have one final thing to do: the way the EA works is, the high and the low of the price from 00:00 -5:30 are taken, and a horizontal line is drawn at each point ( at thehigh and the low)...
Hi Everybody Has anyone perhaps came across an EA that can scan multiple charts for 2 converging MA's and give an audible alarm when the scenario is detected? Regards Henry
[Deleted]
I have indicator that can give good S/R line.I got it from another forum.It basicly on the meta timeframe in a minutes like H1(60 m),H4(240 m) and so on.I want to change it in to another period time like H6(360 m),H8(480 m) and H12(720 m).But when i put this number to myperiod box and click OK...
Hello, I have an indicator here that detects the intersection between to moving averages and then gives an alert on intersection points. could anybody PLEASE tell me how to get these signals from this indicator using an EA i have tried using iCustom, but it return a constant big weird integer!...
[Deleted]
hi there... nice to meet all presently i am using a manual trading software in my forex trading career, and i wish to attach the software open for comment,  backtest and feedback,  should any one interested to share and comment please reply mail at soonest possible. i remain kok
Hello all, i am new to FX trading, and became interested in it after doing some research on alternatives to stock market trade. I have a very simple trade model which i would like to program. The model involves the following steps: 1) examining the upward turn of a curve, and after a certain period...
[Deleted]
Dear My friends, Why does not Buy/Sell this EA?
A suggestion: Allow those you think infringement of a rules 2.5 & 2.6, take part in Championship, but not relate with Prize. Three years will past, Champion shown some defect. next year, MQL5 will release. I suggest MT releases a special softwar version for Championship ONLY, let members run it on...
[Deleted]
Dear my friends, How can test my EA in mql4 for previou data? For example test in chart USDCHF from 2006-2008 for M30 or H1? Thanks.
[Deleted]
Hello, I wrote a script which close immediately opened position and delete pending position: But it doesn't run well. It delete pending position, but don't close opened position. What will be the problem? //+------------------------------------------------------------------+ //|...
[Deleted]
  Looking for a specialist programmer  (75   1 2 3 4 5 ... 7 8)
Hello, I need an experienced programmer to write an MTS. The system itself is offered as payment. Those who doubt the profitability may not waste their time on this topic. To avoid the situation where I described the trading strategy and the pseudo-programmer immediately disappeared, I decided to
[Deleted]
i want to create a dll from c++.net 2005,so i convert the dllsample project to c++.net project used default setting. i didnot change any code,then to bulid a new dll,the name is "ExpertSample.dll" too. but when i use the new dll "ExpertSample.dll", it will get a error 126. who can tell me how to...
[Deleted]
After several months of watching the history of past years, I brought out the so-called "formula for success", but there is one drawback - the system gives double initial capital. After several months of observation of the history of past years derived the so-called "formula for success", though
[Deleted]
Could anyone please tell me where to report problems I am having with Meta Trader 4? One of them is about OBJ_TRENDBYANGLE – troubles setting a trend line and reading its coordinates Could anyone please help me draw a trend line of a specific angle and then read its coordinates? I tried this and 1st...
Hi Creative silence Have you traid this EA on a real account, I know evrbody id back testing and the conversation is wheter it will or wether it wont work on real money, I know there may be some slight diferances on real account, but I trade the real money and at times looking at the dema...
New MetaTrader 4 Client Terminal Build 218: MQL4: Fixed reinitialization of Expert Advisors at change of accounts. Fixed calculation of a signal line for the Relative Vigor Index indicator. Added extra checks of price correctness when placing a pending order. Fixed setting of proxy parameters from a...
[Deleted]
Hi all Please can someone point me to some code which will allow me to add an up or down arrow to my current trading chart for my EA Ross noranross@tadaust.org.au
Hi guys Im new to this whole thing, but I have relative good programming skills. But I dont know how to debug mql4? Its very shitty, to work with Alert() because it takes very much time and it takes very much time. Do you know a way to debug proper? Thanks in advance for your replies greets simplex
On the website of the Automated Trading Championship 2008,an article Registration Is Over! has been published. This year 2420 persons registered on the Championship website. 770 of them submitted their Expert Advisors. The automated checking of EAs was stopped. The days that are left till the...
Hello, I am trying to include other APIs like OANDA API in MQL4 Code... Is it possible ? I would like to manage 2 accounts at same time with METATRADER. Thank you for your help.
Hi When I save a bunch of charts with same indicator to a profile "Profile A" (ie EURUSD), then create a new group of charts (ie GBPJPY) and save those to a second profile "Profile B"....switching back to Profile A does not bring up my EURUSD charts. Is there any way around this?
I want to open only one long position and one short position at the same time. But I open BUYSTOP, BUYLIMIT, SELLLIMIT, SELLSTOP when I open a long a short. If the price go up and beyong SELLLIMIT, the pending order of SELLLIMIT will be trigger, so there will be two short positions. How can I know...
My code is: // open buy        ticket=OrderSend(Symbol(),OP_BUY,Lots,Ask,3,Bid-StopLoss*Point,0,"BUY",123,0,Green); // open buystop       ticket=OrderSend(Symbol(),OP_BUYSTOP,Lots,Ask+BuyStopLevel*Point,3,Bid+BuyStopLevel*Point-StopLoss*Point,0,"BUYSTOP",456,0,Green); // open buylimit...
[Deleted]
Unfair disqualification Dear Renat, I’m away from home and did not have the chance toreply properly concerning my eviction in your championship. In any games they are rules to follow, that meanboth parties have to follow the exact same rules. In my concern I was followingyour rules as nothing was...