MQL4 and MetaTrader 4 - page 1132

  static array ?  (58   1 2 3 4 5 6)
Hi all, First thanks to everyone for all the answers this has been great learning MQL4 I'm moving on to understand how to build array's Subject: How to store signals into a static array for example: Highs, and Lows of a series of candles etc, I will likely put a small line on top of each high and
[Deleted]
  Send Emai via EA  (2)
Is the email function disabled during backtesting? The testmessage was sent and recieved correctly. But there are no emails send during backtesting. SendMail("Test","Test");
New article Custom Graphical Controls. Part 1: Creating a Simple Control is published at mql5.com: This article covers general principles of development of graphical controls. We are going to prepare tools for a quick and convenient work with graphical objects, analyze an example of creation of a...
  FOREX SIGNALS  (1)
I WANT TO GET THE FOREX SIGNALS FOR EUR/USD AND GBP/USD PAIRS
I've come across a new system that allows you to set up your own trading rules quickly and easily. You can use technical indicators to set up trading rules — making it easy to set up a automated trading strategy. You can back test and optimize then turn it into a automated trading robot. Coll piece...
  Alert System  (3)
Good Evening, I am looking for an alert system that will notify me by text messaging that the equity in my account has dropped below a certain amount. Is anyone aware of such an add-on and if so, where can I buy it? Sincerely, Ed Owens
[Deleted]
Hi, I'm looking for an EA / robot with the following features: - 90% modelling quality (ideally 95%) - win ratio: at the very least 80% - backtesting at least over 1 year (ideally 2+) - small drawdown - ideally return of 100% or more over the last 12 months - 3rd party verification from sites such...
[Deleted]
  Unprofitable trades 0!!!!!!  (154   1 2 3 4 5 ... 15 16)
Vaapche no losses
  Missing EA Log File!!!  (17   1 2)
Hi, I found out that my EA log files were missing after 1 week. I wish to check whether does MT4 removed the log file after 1 week? If yes, is there any chance I can recover it
[Deleted]
Is there a way to display an arrow using the X / Y coordinates rather than time/ price? Thnaks, Steve
[Deleted]
Hi Guys, I've been viewing this website and was wondering if you knew of any information or know of any type of trading software/platform which would help trade my system automatically. I live in Australia, so find it hard having to stay up every night during the week to trade. At the moment my...
deleted by request, with apologies. I have an indicator that has a curve type moving average and I applied user definable "bands" above and below the MA. It worked well. I want to modify an indicator that is similar but is a straight line trend indicator. I have added the buffers and it compiles
I'm considering purchasing one of those High Speed, Kick Ass, Falon Systems Trading Computers. And I was wondering can MT4 function on a multi-monitor system?
[Deleted]
I see here some indicators like Macd mirror or RSI mirror but I don't understand the way (code) that we can appear the opposite of indicator : for example basing in the MA_Mirror (indicator that I saw here ) : #property indicator_separate_window #property indicator_level1 1 #property
Hi fellow traders, I'm currently autotrading a system written in JAVA (with A.I. networks so no translation to an EA possible unfortunately) and it sends signals to FXCM's trading station 2 (the JAVA platform version of which I have the source codes and commands list). However, I'd like an FXCM MT4...
[Deleted]
  no updation  (2)
hi all, i had downloaded mt4 but unable to view live charts as there is a message saying WAITING FOR UPDATE. Kindly guide what to do thanks
does anyone using windows phone 7 mobile? does it work? or how to make it work?
  Problem with EA code  (17   1 2)
Hi Guys, I am quite stuck on this EA I am constructing, and any help would be appreciated (code in file) Just need a hand with this bit of code...
[Deleted]
I think my code is very simple,but I can't get the result I want,so can somebody please tell me what's wrong? My code: #property copyright "lb"#property link ""#property indicator_chart_windowdouble test_value[];int init(){test_value[0] = Low[0];return(0);}int...
#property show_inputs #include <WinUser32.mqh> #include <stdlib.mqh> #define NL "\n" #define highline "Next high round number" #define highlinetradetrigger "Next buy trade trigger" #define lowline "Next low round number" #define lowlinetradetrigger "Next sell trade trigger" /* void...
how to open a pending order at 23:58h ? i have tested w/ following but did not work: int start()  {int     OpenTradeTime = 2358;int     MinutesToWaitForTick = 1;int ct, EndTradeTime;ct = Hour() * 100 + Minute();EndTradeTime = OpenTradeTime + MinutesToWaitForTick;int expire = CurTime() + 48 * 3606;...
I am using iCustom along with 'indicator input parameters' to call a indicator. When the indicator input has variables (containing constants), the indicator is init()'ing at every call to iCustom. Any workaround / suggestions to prevent indicator from init()ing, each time iCustom is called with...
It's about amonth or so, since I introduced this problem on a different thread. Thank you for the earlier constructive criticsand advise. It has finally come together and here it is, open for further critic. The code does perform trailing stop functions. It has the Lots Optimized, Calulates orders...
please can some body educate me on how to use MT4 strategy tester to back test an expert ad visor (Robot). Please include the settings to input to ensure a good result based on the content of the EA.
Hi, I've been trawling thru the forum, etc & the tutorials, but seem to just get more confused, so have had to turn to asking for help!... I've been trading with for a while which I have found quite good, but the one thing I'm not happy with is that some trades open without stops, and some that do...
Hello Everyone, I'm a forex trader and I have a system that I use which is purely Price action based. I'm looking to explore the possibilities of MT4 and just create an (EA) or (Robot) which will simply look at the chart tell me thats my parameters just 4 of them are met and I can execute the trade...
Hi: I have coded something that will place historical data into array to be accessed later. During normal, demo/live, this is no problem. But when I try the strategy tester, it cannot work. does anyone else have this prb? how do you solve it? Thanks!
I do seek someone to help me out with a "hedging" strategy I programmed but I have a hard time making it work properly for some reasons anyways full details trough pm if someone skilled is willing to help me out with it. thank you
Hi I battle to get EA to work on IBFX Australia. I did an EA with just a print statement. It prints in IBFX USA but no reaction on IBFX Australia? Can someone help? Thanks
[Deleted]
  Monitor Price?  (6)
I can’t seem to wrap my head around this if someone could please help me. I have two prices that I calculate for both a long and short entry. I want the EA to follow price so that if it breaks my long price it initiates buy after a pip and if it breaks my short price it initiates a sell after a...