General - page 683

Dear Sir/Mdm, Above mentioned subject is referred. I am able to see the news caption but when I double click on it in the news caption in Laptop, there are no contents. However, I can read them in my smartphone. Please help. THank you
  Alert box  (2)
Hi guys, some indicator open an Alert box with some messages. If I wanna reopen the alert box after closing it, what should I do? Thanks
hi Where is the storage location for the file created with the OpenّFile and the WriteFile in Metatrader 5 for use in strategy tester? thanks
Hello If we have two pairs as : A/B and C/D , is there a way to draw chart of (A/B)/(C/D) ? To be more precise I have two pairs of A/B and C/B , I need the chart of A/C. I appreciate any feedback on this. Best regards
  Invalid account  (1)
Hi Folks, I'm a newbie so I request your patience. I have a demo account from ATC brokers that I haven't used for a while and when I use what I thought was my login credentials, its how's in the lower left corner my account in invalid. is there any way to reset my password (assuming that is the
Hi All, First time poster here. When I try to specify dates for backtesting I get an error message: "test generator; no history data GBPUSD-560" specifying the last 3 months data. But when I uncheck the "use Dates" box, then the strategy tester runs. Any ideas what I'm doing wrong here? FYI, I'm
The following was posted on an open forum to calculate the implied volatility for a given time period (i.e. week, day, hour, 15 minutes, etc.) and then project standard deviation levels for the next time period. This was the formula: (MathLog(Close / Close[1]) * Sqrt(Time) )*ZScore Can someone
Hi All, newbie problems I suspect. I have been reading every thread and article I can on how to use cloud network but I still can not get it to process tasks. After I start it disconnects Then says failed. Or USA doesn't do anything I disabled my local agents. I have funds in the account. What am I
Hi all, I'm new here. Can anyone tell me - MT5 is much faster for optimizations, so can I run optimizations using every tick on MT5 DEMO EA then apply the best parameters to the same in MT4 if I already own this? I mean, of course I can do it, but will the results be the same
Hi all I have implemented reading .CSV file code in OnInit() function ....every thing is OK ...BUT every time that i chang chart's TimeFrame , the OnInit() runs again ...!!!! How can i Read my .CSV file just Once ??? is it possible at all ? Thanks in advanced. Kind Regards
Hi there, I need some help to code a price alert on CLOSE PRICE of candlestick on the TIMEFRAME I am currently on if the close price is > or < than my specific price level I set up to alert on. The alarm would go off only once and or send only one push notification as soon the candle is closed given
I have an indicator that picks up data starting from the M5 time frame and works all the way to monthly. I am able to max out chart data, but My indicator only goes so far. I need to get this fixed bc the data the indicator provides relys on previous candle data Is there a code that I need to
Dear all, I found out that the calculated moving average (mode SMMA) is different vom the same moving average in the normal chart window. The consequence is a wrong behavour of the EA. Let's take this small "EA" to show the problem: void OnTick() { // Create an array double
since Spread removed from MQL5 and helpfile mentioned this method double Spread=Ask-Bid; but when i try to trim it from something like this 2020.02.07 22:05:02.297 Calling_Functions (EURUSD,M1) 2.999999999997449e-10 with NormalizeDouble it only return 2020.02.07 22:05:06.829 Calling_Functions
I am trying to migrate to VPS, and I chose "ALL", and it returns "MIgration Faild Please check the journal of the platform" This is journal output: 2020.02.07 00:00:21.949 Virtual Hosting 6104579: prepare to transfer experts, indicators and signal 2020.02.07 00:00:21.953 Virtual Hosting 6104579
  I need your help  (1)
How can I deposit and collect the MQL5 Pro account asking for a number. Confirmation but never arrives to me am I telephone
GuysBy Google tradutorDoes anyone use stop orders on Mobile?I have a MOTO G5s plus and when trying to enter a stop order, changing the price it deletes the characters and only lets you enter the number 5.This is a Bug
I have this code from my EA of mt4 and I need mt5 code if(IsDemo()) Print("I work at a demo account only"); if(!IsDemo()) { ExpertRemove(); }
I have signed a signal in MT5. My signal provider have issued several orders and they are all open. If I disconnect from MT5 and my provider manually close any order, what happens to my open orders? Or if the provider manually took profit when I was disconnected, and then the order is negative
Hello, With certain trading accounts, you can find instruments on the futures markets ... 1: why do the Charts have no (or few) history ? 2: is it possible to copy files :: base / history / name of brokers / name of instrument / file hcc... , From one broker , to another broker, To recover
How do I get alerts on my phone 24/7 even when I close my laptop
Hello I am looking for a way to make a stop loss on a hedged position, can anyone help me? Of course I know how to make a regular stop loss. e.g. If I buy stock A at price 100, I can fx make a stop loss at 90, so if the price goes below 90, the stock will be sold. What I am looking for is a stop
G'day, I have a question for the experienced MQL5 users. I have 2 x brokers. 1 x MT5 platform with Broker 1, and another MT5 platform I use for broker 2. My question is : Am I meant to use the same MLQ5 account with both different broker MT5's platforms, Or am I meant to have 1 x MLQ5 Acc for each
In my view forex volumes are a count of all ticks per bar and not a very accurate measure of actual volumes. Could there any other way to estimate volume
I have recently tried using stoplimit orders and they seem to be the perfect solution for sliipage. How well do they work during news time? any experience
Hi Im using signals from provider but he is playing very small capital - like 0.01 lot size few times a week. I want to alocate much more capital on his trades as he is 87% correct in his trades. I wrote to him but unfortunatelly he did not respond. Can someone tell me how can I adjust more money
Hello Guys I hope someone can help me. I created a stragety i like to use to trade. The problem is since i work i dont have always the time to have the chart open and look at it. So i created notification that send a message as soon as a signal appeared. But since i cant do that on my work Computer
Hello fiend I need a code to copy a file to clipboard and paste from clipboard by DLLs Something like CopytextToClipboard : https://www.mql5.com/en/forum/124802 is it possible by mql4 or mql5
Has anyone any idea of why this keep happening ? This is the official vps of metatrader and it keep shutting down randomly during the night. Has anyone any clue
Hi there, I wrote a script that downloads the current and the courses of the past months. The problem is that the times of the courses are one hour ahead. You would have to pull off for 1 hour Unfortunately I can't get any further Time intervall is M5 and M10 Tomm MqlRates rates[]; MqlDateTime tm;