[Deleted]
Hello all, I don't know if anyone has ran into a similar problem like this or not but it's about to make me crazy. I have my metatrader 4 build 646 running on an Amazon VPS that's running Windows Server 2012. I have an indicator that fetches economic news from forex factory that I got from here . If...
hello Every one I am a new user. I am facing a problem, as I plot an indicator on my charts,there is an error in experts column as "incorrect start position 1784 for Arrayminimum function" and "incorrect start position 1784 for ArrayMaximum function". how can I correct this or am I doing somthing...
[Deleted]
Hi guys I have a strategic share with. See attached file In the beginning open one buy1 and one sell1 position with 0.01 lot simultaneously If market goes up 10pips or any setting pips, then close buy1 position by taking profit At the same time open position buy2 with 0.02 lots and set take...
I was considering sending out orders across currencies that would act as some sort of message but I also realised that this would not be possible with some brokers. Is there another way to do this? Would I have to use some sort of dll?
[Deleted]
case 6 : Open += 1 / ( ( iOpen ( List[y] , TimeFrame , x ) ) * Multiplier[y] ) ; High += 1 / ( ( iHigh ( List[y] , TimeFrame , x ) ) * Multiplier[y] ) ; Low += 1 / ( ( iLow ( List[y] , TimeFrame , x ) ) * Multiplier[y]
I try to subscribe to a "FREE" signal service. Than the system does not recognize my password. Asked for new password , logging in worked fine , subscribing negative. Please a hint, thank you.
In Debug when i select a variable to Add to Watch i get the messages Expression could not be Evaluated. How can i solve this?
[Deleted]
Advisor can’t open position on EURCHFX M1. Error message: “Notenough rights” appears. It works well on other pairs/TF, and position can be open manually. Why it is happen? How possible to fix this?
Hi friends!!. I introduce myself briefly, my name is Marcos Correas, from Argentina. Please, sorry for my english!!! I am a C/C++/ Python developer, and for a little time ago a newbie in the forex world. What most interests to me is from the developer point of view, I am fascinated by the wide...
[Deleted]
Hi folks, I'm editing an indi that prints the previous sessions High & Low & plots them as horizontal trendlines, I'm trying to edit the text that is associated with each line. The changes I make to the ObjectSetText line don't seem to have any bearing on the format of the text, wondering what I'm...
Hi everyone, I have an trading account in my broker and his server on UK time zone . Is it possible to program SMA to follow the close time by US server ? Thanks all E
Any reliable broker that provides trading for the E-minis group? SP500, Nasdaq-100, Dow and Russel200?
Hi, I used to test my data on my old computer and everything was fine. When I bought a new computer and installed MT4 on it, the results I get on the new computer differ drastically from the ones on the old computer. I transferred the same history data for EURUSD from old computer to new one, so
Hi, i wanna handle more than one symbol , so i tried these code : string Forexsymbol[24] = {"EURUSD","USDJPY","GBPUSD","USDCHF","NZDCUSD","AUDUSD","EURJPY","EURGBP","EURCHF","EURAUD","EURCAD","EURNZD","GBPJPY","GBPCHF","GBPCAUD","GBPNZD","CHFJPY","CADJPY","CADCHF","AUDJPY","AUDCHF","AUDCAD"...
Hi The Martingale part: I basically want to be able to increase the percentage of equity/account balance risked if the last trade was profitable. Keep increasing the percentage by 1% to a max of 10%. I have managed to code this. In testing the first issue came as I then ran out of margin as soon...
Having some issues with creating an ECN compatible OrderSend The error is that the "OrderSend" fails giving me a different ticket # than it should even the orders are being opened - the order Modify also never triggers to set the stops (minStop, StopLoss and TakeProfit arguments are in Pips) Code
When I try to subscribe to a signal inside MT4 it won't let me click ok & it says this: "The volume of copied trade operations may not coincide with the initial volume of trade operations at Provider side." Has anyone else had this problem? I tried changing the lot size & it still didn't work. Any...
Hi, I have an issue whereby after downloading the latest version of the iPhone mt4 app, under settings there is no tab for messages. I wish to set up push notification form my desktop and need a metaquotes ID but can't access it on the app. See photo attached. Does it have anything to do with the...
Help for these two functions is not very helpful: CopyRealVolume(): The function gets into volume_array the history data of trade volumes for the selected symbol-period pair in the specified quantity.CopyTickVolume(): The function gets into volume_array the history data of tick volumes for the...
Hello, I have a Wordpress-page with a member section. I would like to create an EA where the Users can login with their member details and will be able to recieve a trade signal with my predefined parameters . Is there a possiblity to connect Metatrader with my Wordpress-Plugin so that the EA only
[Deleted]
Hi folks, I've got a signal indi which refers to each session open, and then flashes red or green, based on whether price is below or above the session open. Eg; trading during the Asian session , my MT4 platform time is Time[i] = 3:30 and the Tokyo Session started at 3:00. I've got each session as
How can i get Symbol Commission? I need to calc Commission for order, no issues with OP_BUY and OP_SELL, but with pending orders (OP_BUYSTOP, OP_BUYLIMIT, OP_SELLSTOP, OP_SELLLIMIT) OrderCommission() return always 0. Any solutions?
Hi, I would like to ask question regarding to error 4109 when i try to use the function OrderSend. I keep getting this error even though i checked the 'Allow live trading' tickbox. Do someone know? I'm a newbie to MQL 4 coding so please bare with me =) Here's the code by the way. I just put the...
Is there any way to know the list of all ticks in the current bar? My EA lasts a lot of time, so several ticks can appear while my EA is running. Therefore, I need know the list of appeared ticks in the current bar. Is it possible in MQL4? Thank you very much!
Hi there, I tried to subscribe to a signal but when trying from the terminal it returns the following error message - any ideas? I tried the broker and they pointed me to support at MQL - so I tried them and they just pointed me to the FAQ sheet, which I had already read, so now I am at a loss
I am looking for the ADXW (Wilder) Indicator for MT4. I know it is available in MT5 but require this for an EA calculation in MT4.
Hi all, I found a trailing stop EA, but I want to modify it for some specific expert advisor whose magic numbers let's say between 1000-2000. Please can you help? <code removed by moderator>
Hello, Does anyone have code for this? By searching google in previous topics I found something like this but it doesn't seem to work: for (int k = 0; k < OrdersTotal(); k --) { OrderSelect(k, SELECT_BY_POS, MODE_TRADES); if(OrderType() <= OP_SELL && OrderSymbol() == Symbol())...
I'm using build 646 v4.00. Alert("TimeHour(TimeCurrent()) = ", TimeHour(TimeCurrent())); //works Alert("TimeMinute(Time[i]) = ", TimeMinute(Time[10])); //works, alert displays minute value 10 mins ago Alert("TimeHour(Time[i]) = ", TimeHour(Time[4])); //Doesn't work, alert displays current...

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.