Hi, I am developing an EA. While back testing I would like to make payout the profit at the end of my trading cycles. (OrdersTotal() = 0) How can I make it? Or The account balance should be reduced to opening balance and paid-out fund should be noted.. Thanks in advance.
[Deleted]
Hello all, I am interested in storing price levels and my EA acting according to how far/close they are from these price levels. To make my question easy to understand i'll create a silly example. Lets say I want to store the HIGH of every other bar. Once I have, lets say, 10 price levels I...
[Deleted]
I download the data in MT4 but i am unable to to back test it. please someone teach me how to back test data...
[Deleted]
Hi, This time, I try to export Doda Dochia level to Excel for a list of date recorded in date.txt file. There are 5 parameters in the inputs menu of this indicator and I listed in the "extern int" below. The output file create only value 0.000 for the Doda Dochia variable. Could you please help me
I am not an expert in developing codes in MT4. So I need help from other friends who can develop for me a suitable code for using EMA in MT4 for entry and exit. I have the following idea which may please be the basis for such a development. Pair Eur / USD Lot size 0.1 Use 5 minute chart / or 1...
[Deleted]
Hello, are there any plans to make the MQL4 Language also OOP compatible like MQL5 but with the possibility to use Metatarder 4 still because the Metatrader 5 have another Order handeling, no hedging and such thinks. Have Metaquotes make here any plans? Maybe a Metatarder 6 wich again allow hedgging...
[Deleted]
the follow error: 2005.01.02 20:46:15 2013.01.15 08:00 shiyou EURUSD ,H1: executable file is corrupted. Please recompile it. how to deal it
i have already subscribed to some signals formetatraders4 in: https://www.mql5.com/en/signals a coupleof weeks ago. since yesterday when i ran the platform the following messagesappeared in the journal tab section: Code Base: failedread content from server 'codebase.mql4.com' and follownig to that:...
Hi All, Just wanted to ask a question about something which I couldn't find an answer for after spending ages googling. I've used Expert Advisor Builder to make an EA that automatically places a buy/sell order. The problem is, even though all the indicators are satisfied, an order is not placed...
Hoping this message could be of any help after having lost two days working on understanding what was wrong... Apparently there is no way to create the simplest possibile application to read a 1-column csv file with n-rows of data. Any 2 ore more columns csv file will be read with no problems, but...
[Deleted]
Hello there, I started playing with the Alligator indicator and after finding the optimum settings for my exit, i suddenly realised that despite showing on the graph, the Alligator's lips were not giving me any data to my EA. Here is the code and settings: alLip_1 = iAlligator ( NULL , 0 , 13 , 8
Hello guys, i never had a problem like this. My Login/Account Information disappears after closing MetaTrader 4 Client. What could be the reason for that bug ?
New MetaTrader 4 platform build 507 is being prepared for release. After the release of the update, we will publish an additional news containing the full list of changes and the build number Attention! From August 1, 2013 desktop client terminals older than build 500 will be no longer supported....
Can a moderator check out these spam comments - samples below - Thanks 1.PSAR trader v2Best Performing Forex Robots (Test Results) Thanks! Code Base | 2013.06.14 04:11 | Beakon 2.A System: Championship 2008 Final Edit2008 eh, lets see how she performs in 2013 :)Best Performing Forex Robots (Test...
Hello, I would like to know if there must be a change in a line in this code (https://www.mql5.com/en/forum/117683 ). I would like to change the integer number to double, and how can I call a number from that file later in my EA, if I do not know its position, and I would like that number to be...
Hi all, I've been saving a few small questions to ask in 1 go: 1) is there any disadvantage to use Ask, Bid, Digits, Time[] etc. many times within a function... I see many people assign it to a variable such as "askprice" etc. and then use that thereafter... is this best practice? The same questions...
yesterday i opened strategy tester in mt4 salected date from ex 1 may and then to date does not get selected and optimization gets selected pl guide attached file photo
[Deleted]
Hi folks, I'm new to MQL4 and am trying to create a custom pivot indicator across daily, weekly, monthly calcs as an exercise in programming. My question is: If I have an indicator value in say the D1 timeframe and move to the H4 timeframe how do I maintain the values of D1 in H4? For example, if...
hi i try study mql4 but i have problem with ECN Broker :( use JFD Brokers MetaTrader 4 and forex.com but i have different result .! StopLoss=3 TakeProfit=3 Lot=0.10 slipage=1 method Buy int Buy(){RefreshRates(); if(StopLoss==0) double bsl=0; else bsl=Ask-(StopLoss*Point);...
[Deleted]
#define SIGNAL_NONE 0#define SIGNAL_BUY 1#define SIGNAL_SELL 2#define SIGNAL_CLOSEBUY 3#define SIGNAL_CLOSESELL 4#property copyright "Expert Advisor Builder"#property link "http://sufx.core.t3-ism.net/ExpertAdvisorBuilder/"extern int MagicNumber = 0;extern bool SignalMail = False;extern bool...
Hello, I am trying to export data from MT4 to excel for a list of date recorded in the input file. The High, low, close and Sto is exported correct to the output file but I cannot get the RSI information out. This code return the value of RSI of the last date on chart instead of the date in the...
[Deleted]
First, let me thank you for your help. It's been a few days already that i'm trying to find a solution to my problem. I wanna make an expert advisor a bit special. I wanna put 2 first command (buy and sell) at the same time for example: Buy=15$ and Sell=-15$ we take the 15$ and leave the -15$...
i am trading with a robot who does cost averaging on 4 hours .when trend on daily chart is buy i keep long on in setting and viceversa . but when news are there should robot be kept off.ex on wed eur/usd went from buy to sell .pl guide
Hi all, At first, ea is working fine, but once an order is closed but trailingstop the ea do not start to open an order. As it is, once price is greater than the OpenDistance the ea open an order and if price goes back more than the OppositeDistance an opposite orders is open and the last one is...
Hi I have trading a demo account on Instaforex for a few months, today I noticed an entry in the account history showing a nice size deposit with an entry "Trade Result for 2013-04". Any ideas what this is? I'm guessing a correction to something that happend back in April that has finally been...
I am a beginner programmer and have not been programming for more than a year and want to create a new EA. I have really a simple question about a line of code that is causing an error in my program. It seems that the format I use is not acceptable. Can anyone guide me to the correct format this...
What do you think of that
How to create the script to insert / change stop-loss price with the position price ? Thanks in advance ~
I want to generate lines automatically. Insert line automatically every hour with the initial 00.00.00 price, 01.00.00 price, etc? (1) How do I do this? Or (2) Where do I had better take a look at to get help? Thanks in advance - ;->
Hi, Please help me. I am coding an EA that open a trade (buy or sell) when MA20 cross MA5. I want to stoploss at cross-over point. How can I detemine cross-over point value? Thank you very much!

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.