[Deleted]
I use a custom expert adviser to close trades that are already open. The problem is that it only seems to close one trade each second. Is the expert adviser only being run once per second? Is there any way to make it run 10 times a second?
Hi all, In code I get the error message '(' - function definition unexpected, Could anyone help me to get this right ? In attach is all the code and in Bold is where I suppose the problem is, nevertheless I've been uncessuful to get it right. Ticket=OrderSend(Symbol(),OP_BUY,LotSize,Ask...
[Deleted]
Hello, I am working on an EA and am looking for a technique to do the following: Before opening an order, I want to find the last time an order on the desired symbol was closed and get the following info: 1. Did it close in my favor. 2. What Bar did it close on or, does the current bar...
[Deleted]
Hello, I´m Tom. I´m looking for a software solution to collect the quotes from the mt4 tick by tick in a database. I want to calculate with these tickdatas later in excel and for that I need a solid data basis. The problem could be that I use actually 8 brokers and so I want to collect the...
[Deleted]
Hello guys; I need a little help about this issue. I would like to create an EMA "dynamic", where the parameter "pr" changes; in fact here you are the script. The script is a "standard script" for an EMA plus two arrays; one is a collection of price close, the other the collection af an EMA. Thus, I...
Hello traders, Any one can help me that, how to make wingdings shown little distance in the chart , because i have up down arrow in the chart, it shows touching the price bars ups and downs, i would like make this little bit distance from price bars high and low thanks in advance abdul I attached...
Masters Hello, I would like to design two EA program, this program is very simple, it very single operation, 1: one can only buy another can only sell 2: to set up their own stop-loss, 3: ownsetting profit targets, 4: when earnings target can be automatically closed 5: when on a transaction...
Hello everybody, I know that with MT4 is possible to partially close an open position ... but with my MT4 mobile version for iPhone, seems unpossible to do it. I can only close all or nothing. Does anybody has any idea about ? Thanks so much Corrado
[Deleted]
Good afternoon! I would like to share with you the results of my trading on PAMM account. http://www.alpari.ru/ru/pamm/info/id/210579/ I am trading since last December. The final yield for half a year about 60% I work strictly according to TS. MM is respected. Entry, exit is defined by me, all
[Deleted]
i been starting leaning mql4 code , and run into thise code://*//* my_DailyOpen_indicator//*//* Revision 1.1 2005/11/13 Midnite//* Initial DailyOpen indicator//* based pm //*#property copyright "Midnite"#property link "me@home.net"#property indicator_chart_window#property indicator_buffers...
I am looking for a developer that can customize the MT4 browser so that when someone at my office comes in and uses the platform they cannot change or view any of the customization we have already developed. The ideal thing would be to create a "SKIN" around the browser where all they have is...
I'm trying to produce a break-even EA strategy which places pairs of opposing buy/sell limit orders with equally spaced s/l and t/p limits. 100% of the trades made in back-testing are loss trades and I'm finding it very hard to explain why. Here is an example:...
I am having problems with my first attempt at backtesting and hoped someone could help, i'm trying to download data to commence EA testing but it only comes back with a database of no more than 2000, turorials state there should be around 3m? Even is this isnt enough data, i have left standard EA...
[Deleted]
I tried adding ea updates and new files to mql4.com codebase but some mql5 support sent me an email everytime telling me to convert my products to mql5 and sell them at mql5.com market. Is this the end of mql4.com codebase?
Good day Is there any one who can help with this code. I am trying to code the EA that will send email. My problem is that when I compile it is giving me the error below. int start() { double RSI_1h; {//---- RSI_1h=iRSI(NULL,PERIOD_H1,Period_RSI,PRICE_CLOSE,0);//----} if((RSI_1h>50)...
-
Hi All What causes a new H1 bar to commence? Is it (a) a change in server time hour, (b) the arrival of the first tick for any pair after the server time hour has changed (c) something else? I guess I want to know whether, if I had a H1 chart open and on display for every available pair, would they
someone who is here anyone can help me, why this indicator can not be attached, I was browsing on google and have a lot of files that I downloaded, but all error,. I know this indicator is an indicator of the line but I can not fix it, . maybe anyone can help me then I would be very grateful,. and...
Why probability? I am starting this thread in order to demonstrate a sustainable model of behaviour in the market that is based on an understanding of the consequences of chaotic processes, and exploits the most persistent tendency, - the chaotic tendency to destabilise. My official position
CurMinusPrev=iHigh(NULL,PERIOD_M1,1)-iHigh(NULL,PERIOD_M1,30) //open buy if CurMinusPrevV=iHigh(NULL,PERIOD_H4,1)-iHigh(NULL,PERIOD_H4,20) if CurMinusPrev >0.008 //open buy now //how best can this(H4 and M1) be put and work together are there better ways?
how to change the first MA use "method 0" and a second MA use"method 1"
I'm using MT4 build 451 together with Tick Data Suite Loader to do back testing. I'm consistently getting the following error message in journal, although the EA seems to run: "Tester: exchange rate cannot be calculated" I've read elsewhere that this occurs if you don't use the correct currency on...
Hey guys, on my MT4 account I'm following a profitable signal provider . But sometimes it has a big floating drawdown. Often it turns back into profit, but sometimes also in an even bigger loss. My idea is to reduce the risk of big losses by direct hedging after a certain drawdown. For example, all
[Deleted]
Hi, I'm using metatrader 4 on a ZTE Warp running Android 2.3.5, and I haven't been able to login to my account DanteCCC in days. Whenever I tap inside the username box, it pops up a list of numbers instead of letters, as if i were dialing a number. I tried entering my account number instead but it...
Ever since build 432 of MT4 the connection between the dots is missing in the back test optimization graph? Is there a way to restore the connection? Flag or setup configuration? I much prefer the dots connected and am forced to use build 432 for back testing!
Hello, I would like to know how i can execute or call a script from my EA ? Thanks for your answer
Is it possible to write a successful EA? What does the code of such an EA look like? Are there common design patterns / sections / tools that successful EA's share? Do they all use the 'standard' indicators that come with MT4, or custom/proprietary EA? Do you need to a successful manual trader in
Hi guys could someone modify this expert in order to don't have error:130 anymore? Many thanks <DECOMPILED (stolen) CODE REMOVED >
I want to use Signal_Bars_Executive in a EA ... at 90% green or red it should give a buy or sell signal ... how can this be done? double s=iCustom(0,0,"Signal_Bars_Executive_v1",0,2,1),sig=iCustom(0,0,"Signal_Bars_Executive_v1",0,3,1);if(fib>90) sign = 1;if(fib>90) sign = -1;
Could someone please help me or point me in the right direction of how to receive subscribed signals to my MT4 account, am trying to sign up through the platform and have subscribed to a signal on here but can't link the 2 together? any help would be greatly appreciated?
[Deleted]
#define __STRATEGY_MAGIC 1525183756 //Inputs //Declaration double _Bollinger_Bands_up; double _Bid; bool _Compare; bool _Open_Position; double _Bollinger_Bands_lower_band; double _Bid_2; bool _Compare_2; bool _Open_Position_2; int start(){ //Level 1 _Bollinger_Bands_up = iBands ( Symbol (), 0

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.