MQL4 and MetaTrader 4 - page 1415

[Deleted]
What's the easiest way to increase the size of chart prices, dates etc. Read the stuff in the archive but am leary of messing with it. Not too PC enabled (:<
How do you have multiple instances. Example - I have 3 account and I want testing that includes one pair for the first two accounts and a differnt pair for the last two. Do I need to install meta4 several times or is there different workspaces ( Or something like this)?
  Another iCustom question  (17   1 2)
Hi, The EA draws the indicator I use in iCustom in seperate window. It seems the values posted in this window differ from the ones the EA uses. Is this a common problem ? Thanks, BB
hi everybody i trade forex using one indicator only (ATR) average true range . i believe now ATR is magic of forex market here is the statement you can watch it and follow my result everyday: http://ibdafx.mt4stats.com/ i need programmer to write EA code for me :) best regards
SymbolEURUSD (Euro vs US Dollar)Period1 Hour (H1) 2009.01.01 23:00 - 2009.08.14 22:00 (2009.01.01 - 2009.08.17)ModelEvery tick (the most precise method based on all available least timeframes)Bars in test4819Ticks modelled3680683Modelling qualityn/aMismatched charts errors19352Initial deposit10000...
  UDX: USD index  (4)
Which broker has USD index as a ccy pair? The custom indicators that were posted (to construct your own based on the individual pairs with their respective weights in the index) on this forum do not work. Is there a way to simply display candles from a "synthetic" instrument your created yourself in...
I am seeing ppl replying to a post which is more than a year old. Why/how is that? Is there any sort order or no order at all in seeing the posts? If they can organize the forum better that can save a lots of time for users. By keeping the posts in proper order, all can benefit by choosing only the...
I am relatively new to FOREX and currently developing EA. I have developed one EA which I think is failry making food profit. With back testing from 01.01.2009 to 08.16.2009 it shows profit of 292K with some of the parameters optimized. With same parameter when I try to run it from 01.01.2008 till
[Deleted]
Hello partners... anybody knows what is the name of the Yellow line indicator??? Traders that use the donchian channels, this could be a great complement. Cheers everybody
[Deleted]
Please, help to find the code
hello community! i am seeking for a person, who helps me to develop an ea based on my strategy. i prefer to handle the whole thing personally. for that it would be great if this person is located in or near vienna/austria. thank you!
[Deleted]
Hi, I couldn't find a way to get a quote for a specific hour of the day. Let's say I need the close price for EURUSD at 13.00 for the last 5 days. Is there a function that does something like this? Your help would be much appreciated. Thanks.
I have an account with Brocompany an russian company but its just $100. if any one has a good Ea that can start with that amount, should contact me on reall at yahoo dot com. the profit sharing is 55%-45%
I manually place order for the hedging pairs EURUSD & USDCHF at buy at the same time. I would like to use the ea or Experts>Script to close order once there is profit made at my target profit. Can someone pls guide me. I am a newbie in writing ea.. hope there is someone can guide me.. Thanks
Anyone interested in developing a standard to classify and identify strategies, indicators, and other related materials?
I wrote the expert in MQL using the OrderSend() function. The expert works ok in back tests. But the program does not work properly on real time. The expert makes only a few or one transaction in spite, that there was a lot of signals to make more transactions than have been done. My question is:...
[Deleted]
Hi everyone, I've trying to code a simple indicator which Alerts when price reaches Yesterday's High and Low. The Alert works fine but the only problem is that I want it to stop alerting once it has alerted already. My indicator keep alerting until I manually remove it. In the code I've created a
[Deleted]
I do not understand why the script does not generate an order. Any suggestions appreciated. extern double Lots =0.1; extern double Loss =500; extern double TakeProfit =200; extern double TrailingStop=500;...
[Deleted]
I am looking for an EXPERIENCED professional programmer toredo (or finish) my EA. The current EA is working fine ……. until the connectionto the server is lost or timed out, etc. etc. (One time I lost 50% of mycapital overnight (luckily in demo) due to a bug creating an excessive numberof 'open...
[Deleted]
  Question from beginner  (11   1 2)
Hello Everyone, I am a beginner with MQL4 but I do have some programming experience. I am working on my first EA and it compiles fine without any errors or warnings. Nevertheless, I am stuck. I tried to structure my program similar to ones I see online and etc... In my start() function I check the...
[Deleted]
Want to know if this is possible (yes, I did a search already)? int MyFun(a, b, c) { int x = a + b; int y = b + c; return(x, y); } int e, f = MyFun(g, h, i); Thanks for any help!
[Deleted]
I want to know if this is possible? void fun() { static int a; a++; } void readOrChange() { // read [or change] static int 'a' // something like: int b = a.fun(); a.fun() = 3; } Thanks for any help!
[Deleted]
  CAGR formula  (2)
Ok guys, not strictly an MQL question as I'd like to implement this in Excel first. Currently we report our annual growth by: - Quoting the % and monetary profit each month - Calculating the compound growth % at the end of the year based upon the totalized equity growth However, I'd like to get...
[Deleted]
Does anyone out there have an EA that trades on WPR? I use that as a trigger along with ADX when trading. My tiny account is up 30% in 2weeks using this method but I don't have the coding skills to do this myself. Thanks, Jagster
[Deleted]
Hello, Thank you for reading this. I am not asking for someone to program for me (although examples of code would be of great value); rather, I would simply like help conceptualizing this problem in a way that the computer can understand. I wish to write a set of functions that identify the high...
  QUESTION TO THE MODERATORS  (78   1 2 3 4 5 ... 7 8)
I wonder why this poemposter isn't getting banned
Indicator Trend Detector
Guys.. My EA is working in the both accounts, but, I didn't see any difference yet. I know that is a little early to know the real results with my EA. But, for those that have scalpers systems like me, what's the difference between the real account and demo account (when we are running EA -...
Hi, Can someone help me with an EA that will open a buy/sell order if the price hits the previous candles high/low? I use the h1 chart and would ideally like to be able to set stop loss,take profit and possibly trailing stop with the EA. Even morebeneficial would be an option to set how many pips...
[Deleted]
I have a very low-lag indicator and I use D1, H4, H1, M30, M15 and M5 timfeames to calculate the indicator value. I use iCustom function a lot i.e. the EA calculates the indicator value is a loop as below for every tick!! The function below "get_trend_values" gets called for every tick. Q1. Which...