Hi: I am using an indicator I have traded manually for 18 months with good success. I am attempting to automate the process. However, after reading about 25 posts relating to the subject of passing data from a custom indicator, I am having no success. I am calling the indicator as follows: double...
Dear Forum, I'm trying to program and test a simple base EMA program that buy and sell on the EMA crosses. There is the problema that the program is not opening orders, is only trying to close orders, I've reade the MQL4 references and tutorial for EA creation but till now I've not a clear idea of
[Deleted]
Hi everyone, I really search the internet for hours but I do not find an answer to my question. Let us assume there are two terminals: Terminal A: terminal with broker X Terminal B: terminal with broker Y With respect to the quotes from Terminal A and B, I want to execute orders in Terminal A and B
[Deleted]
//+------------------------------------------------------------------+//| malfunc_tester.mq4 |//| Copyright © 2013, |//|...
Can anyone tell me where I can download this indicator for an MT4 platform Thanks smw10
[Deleted]
Why does this SomeDouble=SomeDouble*-1; Causes a ea to fail to compile, while this SomeDouble=-1*SomeDouble; Works fine?
Start of topic: What's new in MetaTrader 4 and MQL4 - big changes are on the way (MQL4 forum) An interesting topic for many: what's new in MetaTrader 4 and MQL4 - big changes on the way (MQL5 forum) Below is the beta version of the IDE, the same for MetaTrader 4/MQL4 and MetaTrader 5/MQL5. This is a
[Deleted]
I'm trying to find a solid way to check if the history is loaded in a Custom Indicator. I only want my indicator to run when I've got my history available. I could try to use OrdersHistoryTotal() and check if that amount is larger than 0, but that would fail on new accounts? Or does the initial...
I should point out straight away that I don't understand the tester results very well, so I use a different balance specification. I suggest to discuss. So, let's take EURUSD H1 from 19.03.2012 to 28.04.2012. Here is the chart: A certain trading system, making 47 trades, got the results (horizontal
hello to the programming experts here, I got a short question: when - just as a simple example - using a code line like : for(i=0;i==Bars;i++) Buffer[i]=Close[i]; in a custom indicator (in a "separate_window") the Close prices are drawn from Bar 0 to the max number of Bars, it works fine......
[Deleted]
Lets assume we have something like MarketInfo( "EURUSD" ,MODE_BID); Then someone who has prefix and suffix wants to use the code. Which is the best way to add it to the " EURUSD " string. I know there are many ways to link strings but i want to make sure
New article MQL5 Cookbook: Indicator Subwindow Controls - Buttons has been published at mql5.com: In this article, we will consider an example of developing a user interface with button controls. To convey the idea of interactivity to the user, buttons will change their colors when the cursor hovers...
[Deleted]
Hello, EA running on a PC, VPS or dedicated server. Have you set up a monitoring service that control from time to time that your EA is always on? Some kind of watchdog.
Please think with me for a bit. I'm looking for good reasons to be found in indicators When NOT tot trade on the 15m chart on LONG. So far i collected: when MacD 1hour is falling when MacD 4hour is falling when price is above 4H and 1H 200Ema but 15m is onder 200Ema when price is outside Pivot R3 or
hello, i'm writing a code for ea, ea will open multiple orders buy n sell several times until close all profit. 'n i need to know how to code : if last order op buy, then ea will not open buy until it op sell first and vice versa Could someone give me a help here ? Thanks in advance...
I would guess that quite a few of the posters here have used various indicators in their technical analysis and incorporated the indicators in their work. I do wonder, has anyone actually used an indicator and found it to work consistently in the long term? Obviously, I'm talking about the standard...
[Deleted]
I know Time[-1] is invalid, but you know what I mean. How do I get the time of the next bar? Or Time[-10], Time[-100]?
[Deleted]
#property copyright "Copyright 2013, MetaQuotes Software Corp."#property link "http://www.metaquotes.net"#property indicator_chart_window//+------------------------------------------------------------------+//| Custom indicator initialization function...
No, come on, guys, I can and I don't have to do it here, there are other places on the Internet. If you delete the thread again, I'll lose all respect for you. The point is, the MT4 tester is lying through its teeth. It closes deals at stoplosses and takeprofits immediately after opening orders at
i want add to ea will any body help me. first is grid ea and second is martingle grid . i want to know this part is making it martingle
Can someone help me with my mobile terminal? I'm trying to get my metaqoute ID and I have gotten to message after settings but it is telling an active Google account will be required but then my google account is active. How do I go about this to get my metaquote ID? Can somebody be of help!
I am currently working on my first EA. I have currently coded and tested the functionality of determining trade entries. My question is in regards to managing the placement of these trades. All my logic is placed within the start() function, and I only perform the logic within the first minute after...
what is it exactly that determines the value of a currency, Im guessing its mostly supply and demand, but is there other factors, like dose economic data have a direct effect on price or is it just the peoples reaction to the news, and also what changes the value when the markets closed , like what
I am running Hotforex MT4 but now want to add XM MT4. When I try to install XM I get the following error : Error Report Exception Information Code 0xc000001d Flags 0x00000000 System information Windows NT 5.1 Build : 2600 Then uninstalled Hotforex and tried again but came back with the same...
Hi, there. I must confess I am still a newbie with regards to trading as such and automated trading in particular, with just under a year of experience. But I managed to put together a MT4 cluster of over 150 terminals that can work together on a single optimization. I have been using it the past...
How can I create a script that create both buy and sell order at 10 pips apart from the current price?
(13 1 2)
How can I create a script that create both buy and sell order at 10 pips apart from the current price? One script create 2 orders buy and sell at the 10 pips apart from the current price. Is it possible?
[Deleted]
hi can some body tell me why my file writing code override the existing values? int handle; handle=FileOpen("daily.csv", FILE_CSV|FILE_WRITE, ';'); if(handle<1) { Comment("File data1.csv not found, the last error is ", GetLastError()); return(false); } else { FileWrite(handle...
[Deleted]
Hello. I don't write codes but I have one that I would like to make a small modification to. When I apply the script there is still a small border at the bottom and on the right side. Is it possible to remove those 2? Code: #import "user32.dll" int SetWindowLongA( int hWnd, int nIndex, int
Hello traders! I want access to dollar index's and gold's chart data back to 1971. Please guide me how can I get it in my meta trader 4. Also need some help about viewing charts in other time frames than default ones like quarterly or 3 minute charts. Thanks!
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
If you do not have an account, please register
Allow the use of cookies to log in to the MQL5.com website.
Please enable the necessary setting in your browser, otherwise you will not be able to log in.