Hi, Is it possible to send an order via a custom Indicator? If not, how can I use a custom Indicator in order to decide when to send an order? Thanks, Eyal.
Dear Community, I have read the previous posts existing in this forum regarding error 127 on DLL function calls but I'm unable to get a solution for my case. I hope you can help me. I'm coding a DLL file in Dev-cpp with a set of functions, I understand that "error 127" is caused by the non-existent...
-
7bit solved my initial problem. Please scroll down to my second post for my current issue. I am attempting to query my MySQL database with a DLL that I made in Lazarus, and return the result to MQL4. I made a standalone 'program' in lazarus that queries the database without any problems; but when I...
[Deleted]
I'm having a little problem with a concatenated value, i need to unconcetenate it and put each value in a variable. The concatenated string is: 4;1294016400;0 I'm trying this: res = "4;1294016400;0"; int inicia = StringFind(res, ";")+1; int finaliza = StringFind(res, ";", inicia);...
Hi, Is it possible to send an sms message from MT4 when an order has been created ?
[Deleted]
Has anybody seen how to program a signal or alert to be transmitted to my mobile?. I cannot find any info about what to enter for ... SMTP server or SMTP login in my email tools page. The idea is to send the alert to an email with SMS support and from there to my cell. However, all attempts have...
[Deleted]
I want to export Moving Averages price indicators calculated by the MT4 to Excel. For example to export live prices from MT4 to Excel I know how to do it. If I want to export say EURUSD bid price i will type in an excel cell: ='MT4'|BID!EURUSD Now how can i do something similar for Moving Average...
[Deleted]
hello. guys! i have some idea to trade that i have to trade by EA. can anyone help me? Pls. Creat this EA for me. Term Of EA. 1. Open Pending Order Sell / buy or both at exactly the pivot point ( Or i can adjust Spread to fix that ) 2. i can adjust TP / SL all so Trailing Stop. 3. i can adjust...
i have question on the strategy tester i need to run the tester tick by tick but is it possible to paus the strategy tester at the first tick of each new candle automaticaly till i press the paus buttom again to go on tick by tick further? i know the option open price where it shows me the open...
If a manual order hits the " invalid prices " the order does not place. How do you code so that the order is placed, even if it encounters same? after all, the idea of programing is so I don't have to sit by the computer and make sure the orders are placed
Hello. I'm looking for a way to make candles that are drawn on the duration I want. For example, candles of 5 seconds, candles of 10 seconds, ... and so on. I searched the entire web and have not found anything. Does anyone know if this indicator exist? Thanks to whom answer me. Best regards from...
[Deleted]
hi,,,, is there someone can help me..... how can I download mt4 to my pda htc hd7.... try several time cant success
Hi, can anyone tell me how can i change the error discription of a particular error code. eg. (Error 130== "invalid stops") Can i make error 130 say "invalid/no stoploss present" ?? thanks in advance.
1/. How can I get the average trading volume over the past two weeks? (intiger result as the amount of 'average volume') Please for the MQL4 syntax example using the daily period. 2/. Is it possible to find out what size were the orders for each volume over the past two weeks? (double result as the...
[Deleted]
Hello. Can you in this forum get advise about the best forexbroker. I have been told that Alpari is the best. But are they realy the best one? Regards. Lars
extern int MagicNumber = 123456;extern double Lots=0.01;extern int Timeframe=0;extern int EMA_PeriodSlow=100;extern int EMA_PeriodFast=0;extern double SL_EMA_Buyfactor=0;extern double TP_EMA_Buyfactor=0;extern double SL_EMA_Sellfactor=0;extern double...
I use Expert Advisor Builder to build my ea. I pick indicator Bolinger Band only. (you can see the website below) The rule is simple just buy when the price hit the lower band, but I tested it and it didn't work. Someone can help me fix the program or tell me what is wrong with this. I tend to use...
[Deleted]
Hi all, i used the following script to close all open orders. extern bool CloseAll = false;int start(){int i=0;if(CloseAll==true) { for(i=0;i<OrdersTotal();i++) { OrderSelect(i,SELECT_BY_POS,MODE_TRADES); if(OrderType()==OP_BUY) { OrderClose(OrderTicket(),OrderLots(),Bid,3...
The time shown on my charts does not show real time in any time zone . I am in Australia so would love to have the proper time showing on my chart that way I can overlay the chart with different trading zones as ( New York, London, Tokyo and Sydney) Thank you in advance
[Deleted]
I used metatrader in local lan in my company and the softwatre can not connect to servers and show this messeage :2011.05.01 08:22:30 HTTP Proxy: invalid NTLM answer (-----8080) when I asked about this problem from network guys they said me they are using kerberos Network Authentication Protocol...
Hi I have 3 different versions of MT4 running due to have 3 brokers. I get a socket error message come up when I open them all up. Is there a way to stop this from happening? Regards honkin
[Deleted]
iam new to MT4 and would greatly appreciate if someone could please help me out in locating where abouts in the MT4 platform will i be able to find and load onto my chart the PIvot levels for the various inputs:Daily/Weekly/Monthly.I have looked in all the indiactor lists and still can not find it...
Please.. maybe you guys could figure it out.. I've been through it fast, then slow, then fast again.. next thing I know, it's 1am and I still haven't figured out why it will only draw one buffer imdex. Thanks in advance! #property copyright """#property link ""#property...
Does anyone know of an outside indicator (not MetaTrader built in fib tools) for fibonacci time series - Thanks
[Deleted]
This is getting a little absurd here guys, half of the threads per page are now stickies, and most of them are advertising MQL5 and have nothing to do with MQL4...If you just want to kill the MQL4 forum you only need about 10 more stickies! You can do it, I have total confidence! (and I like how...
what happens is that is that nesesito make a program that takes an integer for example 1.345678 and remove the value of 78 or another example 2.346798 and remove the 98 . Can not use string commands converters to run this program double to integer . I did was that totals the number goes 2.0 1.63960
[Deleted]
does anybode else have problems when searching with the search field on the upper right side of the page? "an error occured, try again later" or so...
Hi, I've been all over the web looking for an indicator for the Simple Moving Average that does the following: 1. Alerts via sound and email when the PRICE crosses the SMA line 2. Can be used for the 100 and 200 SMA on the same chart 2. Can be used with any time frame Help is truly appreciated! MT

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.