General - page 1674

If you are interested in MT4 API ....please PM me I may be of help with source files.
Last weekend at the G8 meeting in Japan, officials gave a rhetorical boost to the U.S. dollar, with both U.S. and French finance officials speaking out in favor of a stronger dollar. Recently, Bernanke had an epiphany, and linked the weak dollar to a rise in U.S. import inflation. All this buzz has...
Hi I'm newbie to forex, just started practicing on demo account, I live in india, platform shows timestamp in charts & order history & Open trades in Brokers time (US Time), is there any way in MT to configure to show all these (Chart, Order History, Open position) in my local time?. Your reply is...
Hi, Can anyone tell me what this means? I've successfully run my EA, but after I changed the values of my iMACD default settings to 5,21,5, this "Volume Limit 2055" error just started happening and no trades will take place!! MacdCurrent=iMACD(NULL,0,5,21,5,PRICE_CLOSE,MODE_MAIN,0);...
Hello together, i am a new meta trader 4 user and mostly trading with free hand simple trend lines !!! I think to myself should i am opening a new account and i think i will do this by ALPARI UK in the next few days !!! But right here right now i am testing the demo version ... My easy silly...
  Trading Ranges  (4)
Greetings all. I'm fairly new to the Forex, and want to find somewhere a list (or simple way to see/calculate) the Average Daily Trading Range for any given pair. Something that covers a variety of time-frames would be great (like, the last 24 hours or the last 12 months). Anyone know of anything...
The optimization status is 113/10496 (1030301) genetic algorithm is ON It has been 19 hours 45 minutes so far (after this it says 1799 days) Exactly how much longer is this likely to take? I haven't used genetic algorithm before, I thought it was meant to speed up as it progresses
I was wondering if there is anyway to set up moving average alarms based on a certain time frame and once the alarm was triggered it would send an email and a text message. If you know of anything, please let me know. I would really appreciate it. Thank you for your time and consideration, Mike
Hi there, 1. When one is writing their own init(), start() or deinit() function for an expert, script or indicator is there any significance in the return() value one uses? Does it really matter if one uses return(0) or say return (-1) in the context of how the MT4 terminal treats the return code of...
  My final year project  (12   1 2)
I'm a final year student of computer science i want my project area to be related to forex (Specifically Expert advisors). i;m really thinking of a suitalble topic can anybody suggest one for me? 'lf you have any idea pls drop it here or PM me thanks
  Great EA for free!!!  (16   1 2)
I found this amazing strategy on the board: https://www.mql5.com/en/forum/178366 (Explanation at comment #24 on the page) I am trading this strategy for a couple of weeks now and had many good trades. The Exit is also working fine for me. (no big losses until now!) I just finnished learning MQL and...
Van Tharp's free test: once you've done the test and read about your Type and your 'Trading Strengths/Challenges', you can also read the about the other 12 Types
Hi, I downloaded this Bogie-NN-V88 EA and configured to default settings mentioned in document. It opened a trade few hours after starting this EA, it bought USDEUR 2.5 Mini lot (250$ worth of investment), it was progressing with good profit showing 20 $, then power got shut down, I restarted MT...
I want to say hello to the forum.I come from germany and I wanted to looking in this forum threads. But my english is teribble.
Are there any "Take Profit" EAs that close a trade when a certain profit level is reached rather than when a pip value is reached? I would like to be able to set the EA to close open trades when a "target" dollar value profit is achieved. Does anyone have any ideas on this?
Hi, If you shift a SMA of 100 periods half a cycle to the left (-50), you get a great picture, which other type of MA comes close to this curve? I've tested a lot of things already and it seems that a JMA comes the closest. What do you guys think?
  Trading Group  (9)
I found a video from youtube which is an informative one. https://www.mql5.com/go?link=http://youtube.com/watch?v=d9FEHjFMEkc. This trading group sounds very interesting. I heard that people are having good results with this. Anyone tried this one?
  Bar
Hi there, I've noticed some strange bar behaviour when launching the MT4 terminal with a pre-existing indicator on a chart. This is the output of a very simple indicator that just prints details of the last 5 bars in a chart every time the start() function is called. It is run on a 1 min chart...
Does anyone know what the monthly technical outlook is for the EUR, GBP and JPY currencies and for EUR/GBP, EUR/JPY and GBP/JPY pairs? Here's a good article from fxstreet, Monthly Technical Outlook
Does anyone know how to make a second buffer that is a Smooth Moving Average of the first buffer in the Accumulation/Distribution indicator? If so, how can it be done? Visually, what I want to see, I can do manually, but need it coded. To do it manually: 1. Place Accumulation/Distribution indicator
Hi, Is there any way how to detect whether the indicator is restarted from the compiling operation or from the editing property values drop down window?
  trading on 9/11  (1)
Hi, has anyone actively traded around 9/11? What was happening then? Which broker were you trading with? What about liquidity?
Hi, This certainly is not the most appropriate place for my post but I am sure it's gonna be of interest for many of us: Actually, it's said that in Forex you cannot lose more money than you have on you r trading account. But is that really the case? I mean, sure you're stopped out at one place...
  ProfitOnSymbol  (19   1 2)
I've created an indicator that others may or may not find useful. Essentially you no longer have to have the "trades" section at the bottom of your screen. It will show you the total profit and profit on that symbol, so there's no need to look down or have it enlarged. When big is set to "true" you...
Hi there, Question regarding #import Lets say I have an expert called myexpert.mq4 that has the following function definition... ///// Code for myexpert.ex4 expert #import "mylib.ex4" #import int AppFunc() { // Do some stuff return (0); } Notice that the "myexpert" expert imports a library called...
Someone passed me an EA that showed a reasonable equity curve backtested on eur/usd daily chart with the attached settings. Please feel free to try out different parameters values to obtain even better results and share the settings here so that everyone can benefit from it.
A Better Way To Code III think MT4 chart programs should be split up into 2 types: 1) DISPLAY or FRONT END 2) WORK or CALCULATORS The display programs would be: 1) Chart window plot 2) Separate window plot 3) DASHBOARD 4) Digital Compass 5) Gauge 6) Meter 7) Multi Meter 8) History bars The work...
Is there a way to get the time zone offset from GMT of the broker's charts from a command that can be used in indicators and experts? If not, could something to do this, be added to the next Build? For example it would be great if a function or command such as MarketInfo(Symbol(),MODE_GMT); or...
Hi, I would like to send email alerts to several emails at once. The Metatrader help file indicates that only one address will be picked up that is entered in the email tab under options. For example I tried "email1@server.com,email2@server.com" and of course no success. Will using the...