MQL4 and MetaTrader 4 - page 978

[Deleted]
Hi, I saw there is a few EA can replace a Chart with A Browser and showing a web pages on top of the MT4 chart.   How to do it?  I know a little bit of the background, it seems it loaded the chart with a Browser ActiveX by using the WindowHandle, but how? any example. 
[Deleted]
Hello  I haven an EA that runs 24 hours a day and takes into account the 3 main timezone session. Here is what I usE to identify the current time zone and so it is then used to find the start bar of the session:   //+------------------------------------------------------------------+//|...
Hello Can you send push notifications to a Windows 8 device in the same manner your do to an Android or Apple OS? It should be possible: http://msdn.microsoft.com/en-us/library/hh202967%28v=vs.92%29.aspx
Hi all, I've been focusing on relative strength trading , mostly according to MQL 484 article (realllly good, go check it out if you've never read it). Anyone else do this? I use CFP and complex pairs but have been trying to find ways to make it filter better trades, etc. My timeframe is 4 hour, but
MetaTrader 4 Client Terminal build 445 Terminal: Added integration of MetaTrader 4 client terminal with MQL5.Signals service. Now, all users having MQL5 accounts can subscribe to trading signals. The client terminal will copy trading signals with minimum delay according to the specified signal...
[Deleted]
Hi, I'm trying to make an EA as described below: Candle 1: - check every candle - current candle may or may not have a signal - if this candle has a signal, open a trade - if not, do nothing until next bar The problem is that my current version only opens the trade at the next candle and not the
Hi, I'm a newbie. I'm using the following code to capture the prices (open, close, max and min) every time a new candle is detected.       ........... int init() {    lastCandleOpenTime = Time[0];    return(0); } int deinit() { return(0); } int start() int start() { if (isNewCandle()) {...
[Deleted]
Hi everybody! I'm pretty new to mql4, but I think, that I have a great strategy, however, my skills are not on the required level. I have just one simple question, that I haven't found answered yet- when you want to have takeprofit that changes it's value within every tick, how do you do that? To...
[Deleted]
Hello. Here's another way to analyse quotes using Deductor Academic . I can't fully automate it because of the limitations of the free version, but I'm still pretty good at manually updating files in the Deductor Every 1 or 4 hours. In the attached archive: scripts s_forDED_MA.mq4 - generates a
[Deleted]
Hi, I've created my first expert advisor. I have also created some simple test experts to see how they run. For example I created an EA that count the number of new quotes coming through and prints this number each time in the experts window as well as in the alert. My problem is, when I remove this
[Deleted]
The EA I am developing should place one or two trades per day. The strategy tester stops as soon as the first order is opened. What conditions would cause it to do that?
[Deleted]
Is somewhere available indicator signaling, with alert, proper alignation of 7-8 EMAs ? Thanks a lot.
Hi everyone Do you know any indicator or system that can make me a 10% monthly of my capital what i need is only 10 % if is more is ok . But 10 % monthly for sure . thanks Ps : I'm using MT4 fabs17
I can't find document for ObjectGetValueByShift()
[Deleted]
  strange EA error  (10)
I have been running the same EA for 2 years. Once or twice in that time it has traded when all conditions were not met. The latest was when Close[2] was lower than respective bollinger band level, when the condition statement ask for it to be higher than the band. Has anyone come accross this? It...
[Deleted]
  amend script  (11   1 2)
Can somebody help to amend EA code to have possibility to open position based on fixed/constant  number ?  Want to be able use it for certain period of time with not always changing base for position size calculation. Would like to add case 3:  .....be able to write amount of money and keep it till...
SIR I NEED EA FOR THIS CODE //+------------------------------------------------------------------+ //|                                                   SKYFXSYSTEM.mq4 | //|                             copyright © 2012, SKYFXSYSTEM | //|                                         http:/SKYFXSYSTEM.COM...
Hellocolleagues/experts Iam modifying an existing code I found to what I need (partially closeposition). Ineed help not regarding how to get what I need (maybe later) but about an errorI am getting when compiling code with MetaEditor included on MT4 (version 4.00build 445). Error I got is:...
Hello, Can you tell me your opinion on this piece of code please. Its goal is to count the total number of active orders (op_buy and op_sell only, no pending) in progress on several EAs. Thanks, Emmanuel.    Total_Orders = OrdersTotal();   Compteur = 0;   for(Position_Index = Total_Orders - 1;...
Hello, I'm Gerhard Lang from Germany , I want to tell you the secret of my success . I start trading with 5000 USD 2 months before and now the balance is 58889 USD I here attached my statement please check it out . This success behind a EA , I'm Using a EA in my account and i'm wonder . Finally i
Can anybody point me in the direction of a good digital volume indicator , if there is one? I am currently using the standard MT4 one but i find it hard to read as even with a strong Bullish move i still see Red bars and vice versa
I am in  desperate need of help? I have been experiencing major problems with MT4 and i think my specific broker, who i know i canot discuss about. Recently my platform has just started lagging, jerking, freezing to name but  few issues, the more recent, soon as i change timeframe it shuts down the...
-
Ive tried to download data (History Center) from 3 different brokers (all of them subscribe to Alpari history) and I keep getting incomplete data. Im getting 1993 up to 2011 then part of January 2012 followed by a huge gap until the past few days of December 2012.  But on the charts I dont see this...
Dear generous mt4 expert, I use a modified public EA (see attached) and I set spacing to 30 pips so that the positions are 30 pips apart. When I run the EA, sometimes it gives the correct result (see below):  all positions are 30 pips apart;   sometimes it gives the incorrect result (see attached):...
Hello Every body I am a newbie I want to know the steps to configure Metaserver with MT4 . Thanks In advacne 
Hello, anyone can check for me why I run this EA on strategy tester no problem, but once go for live, there is failed [Invalid parameters] for modification? Thanks
Hello all, I'm trying to make the indicator below as a function in the EA so the EA will be able working independently. Is anyone want to lay a hand? or at least give me a complete "how to" step by step so I can do it by myself.. Thank you....
//+------------------------------------------------------------------+//|                                              phiiiiiiiiiiiii.mq4 |//|                        Copyright 2012, MetaQuotes Software Corp. |//|                                        http://www.metaquotes.net...
Only happens when "Open Price" but not "Every tick".  Is it because of my data?  Any idea?                
I submitted last week and I have not heard anything and it was not added. I was going to add other ones but I have not heard from them and it was not added so why waste my time? Also I was going to write an article but seeing as they see to take no interest in my 1st effort evidently it is a waste...