MQL4 and MetaTrader 4 - page 1348

I would like to have the script open position at 50% Average Daily High Low at Daily Open price. I would like to have the separate script for buy & sell position. It should be as below:- 1) Script open Buy Limit 2) Script open Sell Limit 3) Script open Buy Stop 4) Script open Sell Stop Lot open =...
I would like to have the script open position at 50pips from Daily Open price. I would like to have the separate script for buy & sell position. It should be as below:- 1) Script open Buy Limit 2) Script open Sell Limit 3) Script open Buy Stop 4) Script open Sell Stop Lot open = 0.1 (to allow...
Hai, I would like to have playsound instead of Alert. Alert is too short for me & i might have miss it or it always hang the platform. Can i have Buy playsound when open price previous bar at M1 is at bottom of SMA200 M1 but the open price at current bar is at above SMA200 M1? I would like to have...
Hai, I would like to have playsound instead of Alert. Alert is too short for me & i might have miss it or it always hang the platform. Can i have playsound when bar closing at open minus close > 50pips at M15? if close at top of open, execute up playsound. if close at bottom of open, execute down...
Hai, I would like to have this Semi-EA open position at preset price using SAR at M15. I would like to have few similar type of this semi-EA:- 1) Semi-EA Sell 0.1-0.1-0.1 - Current price break the preset price from Bottom - At M15, When SAR is above current bar, open sell order at Lot 0.1 -...
[Deleted]
dear MT4 traders, 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 stratergy is to have 20 positions open at the same time With each...
[Deleted]
Hello everybody! First of all I need to thank you all for this forum. It was very helpfull for me in learning the mql language. Now, to the subject! This EA is intended to work with with any symbol that is a combination of USD, EUR, GBP, CHF, CAD, AUD and JPY (for ex: EURUSD, EURGBP, CADJPY, etc.)...
First off, the MT4 strategy tester is buggy...that thing doesn't display all the dates in the time frame you set...so I found a way around that by opening the log file in the /tester/ folder. ok...fine....here's the real problem now.... I know my EA is returning an error because when it's supposed...
[Deleted]
I have a separate install of MT4 for backtesting which I never connect to a broker's server. When I start it up, I have to press 'cancel' twice when it asks which server to connect. I've set up a batch file to optimize several pairs but when it launches the terminal, I still have to press cancel...
[Deleted]
I am running a new EA, it has made 6 trades over night but the total (unfortunately) loss has not been totaled and the account balance has not changed. Also even though the EA has been set up in four majors pairs it has only trades the six trades over night in the EURUSD. Any thoughts...
[Deleted]
My first AE that uses a simple RSI trigger. When the RSI value is more than a certain level it wil either buy or sell. The buy or sell part is working - actually it is working to well. I need the AE to enter only once on a sell and the next must be a buy and visa versa. The problem is the AE keeps...
[Deleted]
Search is broke- I can't seem to search for anything.
[Deleted]
juz to know the codding of EA which follow the trend. whatever type either martingle or scalper...
The Visual Investment Club in Forex (ViC) is Accepting New Members in 2010 - 17 Spots still remaining The renowned "Visual Investors club" (ViC) is accepting applications from new members into its 2010 chapter of FX managed funds. A maximum of 25 new members will be accepted to join and form the...
I’m looking for a verified EA to collaborate with for a direct eMail campaign to a 10,000,000 OptIn recipients!!! I’m ONLY looking for a mature, proven, verified and consistently profitable EA for a direct eMail marketing and sales campaign with an OptIn mailing list of 10,000,000 recipients!!! I...
Is there a way to store the chart's corresponding currency's name into a variable?
[Deleted]
After 2 years of research, this is the results of my strategy. I know that BT is not Real, and i will begin to test in Real But it seem quite good, don't think? Any comment is welcome :) thanx! FXAndre FX Champion 2008 Attached the full report
[Deleted]
Hello, i have a DLL which can make use of callback functions. This custom function is called from DLL on specific events. The callback function must be of stdcall and is of type void. -> static void stdcall CallBackF(string var,double var2,int var3). The DLL function to hook a cb is then called...
[Deleted]
I need history for 2008 and 2009 for backtesting histfile I could sure use the help thanks in advance Mike mikefxtrading24@gmail.com
This seems like it should be the most basic simple thing and I have spents HOURS just trying to find out how to get the CURRENT price of an Active trade that is already selected. Someone PLEASE help me!
[Deleted]
Hello, does anyone know about a method to retrieve a list of symbols (not only opened charts) from within EA or script ? thank you
  mixed array?  (2)
dear mql coders, i have got an expert advisor which is checking on several points for values on running orders. now im trying to get these orders once each tick and fill the order data to an array which will be available during the rest of the ea process. is there a way to put different data into an
[Deleted]
  assumption  (9)
Hi, Please help me! I'd like to put assumption to an expert. The assumption would be, that what was the previous position achivement. So the next open order depens on previous position closed by SL or TP. Thanks H
Hi! I am in the process of backtesting one of my EAs. I have done this a thousand times before. I have downloaded and fresh installed MT4 from three different brokers, downloaded history data from MetaQuotes in the history center. And set the GMT offset according to the different brokers server time...
[Deleted]
Hi everyone, Would anyone kindly show me if there is such codebase similar to the following idea/requirement: 1. user creates a horizontal Support or Resistance line or diagonal trend line on a particular time frame 2. user decides on how many pips above or below the horizontal/diagonal line must...
Hello, Is it possible to refresh an indicator, lets say every 5 min. from inside the indicator code itself? I cannot program my self so i need some code if it's possible. Thank you for reply in advance.
[Deleted]
Hello, i need to have an EA, which is capable to unload itself from code. how to do this please ?
Hello, I just found that there is an error on simple mathematic calculation like below: Print(" 80/100=" + (80/100)); I couldn't get the answer right 0.8, instead it returns 0. Anyone have face the similar problem?
Hi, I have written an indicator to fire a method when the bar closes. However it seems to be firing over and over once the bar closes. Any ideas, relevant code is below. int start(){    int limit;   int counted_bars=IndicatorCounted();      //---- check for possible errors      if(counted_bars<0)...
Hello everyone, I give out free signals on my blog and I am wondering if someone can help me write a code which helps my visitors follow signals easily. Typical signals looks like this: Order ID: 1 | Pending | $GBPJPY Sell 136.50 | Stop Loss: 50 Pips | Take Profit: 50-100-150 Pips Order ID: 2 |...