Is there a way to get a separate report on each EA running on my MT-4 platform? I have 4 EAs running, and it does not do any good to see my demo account going up and down without knowing which EA is profitable and which ones are dragging the account down. The EA log is too cumbersome to be able to...
I have several EAs running on MT4, is there a way to get a single report on each one individually? It doesn't do much good to see my demo account just going up and down, without knowing which EA is doing the moving. The log is not that helpful because it combines the results of all EAs. I was hoping...
Hi Guys, I wonder if someone knows how to put expiry time in EA which will allow EA not to trade at all Thanks MACD
[Deleted]
I have this code.. int limit, records; int counted_bars = IndicatorCounted(); limit = Bars - counted_bars; if ( counted_bars < 0 ) return(0); if ( counted_bars ==0 ) limit=Bars-1; for(int i = 0; i < limit; i++) { ...do something with i records += 1; } Q1: So when I look at a chart is this loop for
Hi We have pivot indicator that draw pivot line for not only today but also for previous days. We have another indicator named “PivotCustomTime” that draw pivot lines for custom time eg 1H, 4H, 30M ,… only for today. I have a request. combination of two indicators, An indicator that draws pivot line...
Since the layout of the form has changed I find things odd. When I now click a topic I don't get the last post, I have to search around in the top window. I click on post reply and links and sometiimes nothing happens or I get an error message, also I find now I cannot download files I get an error,...
Does anyone know if there is an EA for managing manual trades ; move T\P, S\L ect ? Thanks
[Deleted]
Is there anything special I need to do with an EA when restarting if there is a current trade open on the currency pair?
Hi Guys, Do you kow where can I download the historical Data for Gold and Silver?? Thanks MACD
I recently attempted to port over some C++ code using the MT3 API from Microsoft Visual Studio 2003 to Visual Studio 2005. Though the MT3 API works with VS2003 (with a few caveats), it does not appear to work with VS2005. At first, VS2005 complained about missing function defs in the mtapi.lib...
Is there a built in indicator similar to the moving average, except it is a simple average given a start and end time (or a start time to the present time)?
For example, I want the average of all (known) ticks or timeframes:
since the market began until now (ideally)
for the past 5 years until...
Hi, I have a basic moving average crossover expert but everytime I want different parameters I have to recode it. For example if I want to change it from LWMA to a SMA or 5 SMA to 10 SMA I have to go into the code to change it. Are there any experts where I can just change those parameters under the...
Is anyone interested in doing some live mt4 EA coding, beginner training thru skype? If so, send me a message though SKYPE!
Hello People
Looking for a very sharp Metatrader Programmer preferably located Southern Hemisphere, experienced in AI/Neural Networks and not a ordinary self taught Mql4 'hack'.
Thanks!
I really like this #BetterFisher_Yur4ik_2 indicator...I was wondering if its possible to code an EA from the code attached below: #property indicator_separate_window #property indicator_buffers 3 #property indicator_color2 Lime #property indicator_color3 Red #property indicator_style2 STYLE_SOLID
Hello all,
Has anyone had any success creating a .DLL in VB6 to use in MT4? If so, could you share the setup and some sample code?
Codersguru (a very knowledgable post to this board) indicates he's attempted it but never got it to work. He posts a Visual C example - But I'm a VB6 coder....
Any...
Is there an indicator out there that will add 2 vertical lines on a chart at specific times that are giving. The times are not important, but just need it to draw 2 vertical lines on the chart. I would like to be able to change the following in the properties area: 1. time for line one 2. time for...
I've seen references to this problem going back to build 193 I think but no official notice, just that it's being worked on. I import daily OHLC data into Metatrader in ascii format but it shows missing days/weeks in history center and when loading a daily chart. I can import the same file into
Hello Can someone try to code below strategy ? 1. Attach Simple Moving Average ( median price ) 21 to H1 chart GBPUSD. 2. BUY - when new candle opens above SMA21 with 0.1. 3. SELL - when new candle opens below SMA21 with 0.1. 4. If the market against you, and the next candle opens in the other side...
Does anybody have the EA to close all open orders of GBPJPY? I don't want to close all order, just the pair GBPJPY only. thanks in advance
Hi! I have a trading strategy I would like to try out. Maybe somebody here can code this: Buy: 1. "a" higher closings (last tick each bar) within "b" bars triggers a buy signal. The EA goes long. 2. If the price drops more than "c" pips another long position is taken, until "d" no of positions...
Hello. I'm having problems with problem with MailSend() function. ... How could i possibly solve this problem?
[Deleted]
Small description of expert: The user can set extern variable SpreadToCheck. If current spread will be wider than SpreadToCheck, then expert will record current time and current spread in *.csv file. For example: The EURUSD default spread at your broker is 3 pips, but sometimes it becomes wider. If...
hello, here is my new ea named "xor3". I love 10pt ea and i have used it, but at the end, this ea kill you. You win 1000 times, but one time, you lose ... a lot. I have modified 10pt3, but at the end, it was not good ...unless you have millions of $$$ to accept large movements. so i create wor3. The...
Anyone have a "Point and Figure" charts plugin? It would require all the bells and whistles.. reversal size customization, box size customization, "high/low, or close" etc. Anyone know where to get something like this.. or is anyone willing to code this up? Point and figure could be amazing for...
Could anyone recommend their best trend indicator please? Looking to find trend for trading day ahead. All help welcome! thanks
I am looking for an indicator that gives me days highs & lows. I just cannot find it. I found it once... please help

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.