MQL4 and MetaTrader 4 - page 1215

[Deleted]
Hi all, Can I please indulge a kind developer to write me a small EA for MT4? Objective: To open and manage hedge orders to orders created manually Description: I open trades manually in either buy or sell direction. I could open multiple trades at any point of time in either direction for a...
Hello friends this is checkmail and still being learning tried to code an MTF Macd indicator , me just wana add an text display to it, like the tui indicator but am getting lots of errors, think its on the final condition of buffers + 0. Can anyone correct the code
Who can create an EA for mt4 from a programme made in exel
Hi folks . Im really in red. dear coders . i dont know if you are checking this page, but really need your hel p. i just want this expert stop closing positions by its color changin' . This expert based on famous Slope Direction Line . i reviewed its code but it hasn't any sharp or satisfying...
The ways I'm aware of in which I can display data from an Expert Adviser are: 1. Using the Print command to send messages to the Experts tab; 2. Using the FileWrite command to send data to a csv file. Any more? Is it possible to have a specific window which displays the data? I suppose I could...
New article MQL5 Wizard: How to Create a Risk and Money Management Module is published at mql5.com: The generator of trading strategies of the MQL5 Wizard greatly simplifies testing of trading ideas. The article describes how to develop a custom risk and money management module and enable it in the...
Hello, i am testing my system on the 1min RT for EURUSD . i got data from 2000 to 2010. only missing data in that period is from 2010.05.08 to 2010.07.08. i.e. i am missing may2010 to july 2010 months data straight away. problem is 2010 is suspense year for my system. i've tested/designed it on
According to my profile, my article has hundreds of comments Actually, it only has one!
  Creating a trading robot  (80   1 2 3 4 5 ... 7 8)
In a nutshell, the idea is: as you enter (import) the data every minute (if you work on minutes), the program analyzes (I will give a pattern) the market for a possible BUY entry (all three indicators point to 1) or SELL (all three indicators point to -1) or useless entry, ie, fatt outside the
[Deleted]
Hi all, I'm revising the fitness function of my genetic algorithm implementation and so far I've only had the profit to be the only criteria. That means the fittest lifeform/strategy is the one with the highest pip count. Clearly this needs improvement. So for now I have: - profit, in relation to...
Hi, I'm new to MT4. Hoping you can give me a little help. I set up a VPS with Ultrahosting and loaded their copy of MT4. I don't want to use Alpari. How do I set up another broker in MT4? Do I need to download the MT4 platform directly from the broker I want to use, or do what?
[Deleted]
Hi, How would you close all open positions on a specific pair when the sum loss had reached a certain level? Without closing all other open positions on other pairs Example ProfitLoss = 500 //max loss of all positions of a specific pair Sum all EURUSD positions If sum of all EURUSD positions >=
[Deleted]
dear MT4 traders, If you have read this already, I apologise for taking up space, I really do need this EA. I thought of a trading stratergy some time ago that is really simplistic and very effective (nearly), I have used it quite alot on demo, and am now looking for an EA to complete it. The...
[Deleted]
How to calculate the number of points (pips) won the day?
[Deleted]
I wonder, why there is bid and ask, why you can't just agree to take the middle, the average ? To increase the number of orders, agree also on fixed timings, -say- one settlement every 10 minutes, then the average of the quotes for the last 10minutes is calculated and taken as the price to be traded...
[Deleted]
Does Anyone know how to determine when a pending order is filled, so that it is now an open order? I want to develop an EA which places a pending buy order and a pending sell order, and then subsequently cancels whichever one is still pending after one of them is filled. Thanks, Dennis
New article Exposing C# code to MQL5 using unmanaged exports is published at mql5.com: In this article I presented different methods of interaction between MQL5 code and managed C# code. I also provided several examples on how to marshal MQL5 structures against C# and how to invoke exported DLL...
How can I secure my EA? like nobody can copy the EX4 file and just can be cutted. I am pleased if anybody help me
[Deleted]
I'm a new trader. I've been using gcimt4 trading (demo account) for trading gold silver copper and oil. As we have different contracts of each commodity how can we find out which contract is being traded. I always use same chart for all the contracts as well as for mini contract. Can any body help...
Hi to all, I have a big appeal to you. I build simple EA on EA builder. This EA open long position when bar open below and close above SMA 21 close. But no each time - when is complied conditions, is open trade (see attached pict). Know any body why PLEAS?? lbs PS: excuse my bad English pleas.
[Deleted]
can't I use my own language and programs to analyze the data ? I just need a command or subroutine that sends an order from within my program And a stream that permanently,automatically downloads data and appends it to a file that can be read by my program. Is it possible ? Which broker supports it
Is it possible to modify the order size of a pending order? If not, any other suggestions? Is there a way of doing an order replacement?
  My next "masterpiece"  (139   1 2 3 4 5 ... 13 14)
For some reason, I wanted to present to your sarcastic judgment the fruit of my next creative idleness. It is an advisor, which trades by the phases of the moon. I am well aware that I am unoriginal in this case. Many of you have probably encountered this idea on various forums, and some of you may
[Deleted]
Hi, I want to add the feature of "Doubling" in my expert, that is, if the previous order closed on loss or ">0" then the Lot size will be doubled, and when finally the trade close on profit then the lots come back to its normal lot size. I am waiting for your help, and thanks in advance.
[Deleted]
I'm a beginner in coding MLQ4 Can someone help me i need to secure my EA by changing my date function How do I change my date form D'31.12.2011 01:00' to something like "946684800" Best Regard
  Old Holy Grail?  (7)
I bactested my expert advisor which is based purely on price action strategy. It show great results between 1999 - 2007 but failed badly between 2007 - 2010. I tried & tested every year, capital size, lot size and other possible ways that I know but the result is still similiar. I've also tested it...
Hello, The purpose of this indicator is to draw a trendline between the close of 2 specific candle. I have tried different thing to add history to this indicator without any success. Like: extern int NumberOfDays = 5; ... But no success. If anybody can help me that would be great, Thanks in...
Please see te usb keys from website http://www.micromade.com/informatyka For secure my EA only on one computer ? Can I use hardware protection for EA ?
[Deleted]
Hi Pros, I am using the Alpari US demo account to test the EA lively. it expires in 30 days, so I even could not track the opened orders. Does anyone have idea on how to keep tracking the orders? Thanks a lot
I've just release a walk forward analysis software for MetaTrader 4. For those of you not familiar, a walk forward analysis is the best way to determine the long-term profitability of an EA through backtesting. If you've been wondering whether your automated forex trading system is truly profitable,...