General - page 800

Hi to all ! My name is Emanuele, from Italy ! I just want to ask this question: how many messages can I send to community users for ask info about their EA in the same day ? Becouse I try to send more than five but seems that I have some problems. Great community and features, congrats to all ! Bye...
hi i drew a hLine in chart with ObjectCreate() function and initial parameter for hLine is set in OnInit in my indicator. user can select the line ,move and change properties. that is ok. but when i change input parameters in indicator and it is not related to line however the line will move to the...
Hi all, I would like to create own .dll to MT4. I trying create file using Code::Blocks and compiler TDM-GCC 32 but is not working after load library to folder in mql4. Any ideas? Or do I use oher IDE like VC++? Please advise. Thanks
Hello i buy two Server for 3 months in server new york 1 and 2 but i want cancel and buy anther server else becuse when i buy server newyork 1 and 2 , the company mql5 show my fast under 8 ms when connect with my account demo mt5 then i buy it . After from buy servers one day , i found my fast ms...
Hi, I'm having problems with the mql5 account. I have 2 accounts one old and one recent. I would like to eliminate the old one but I do not understand how to do it. On recent account I have to insert 2 jpg photos to be evaluated as sellers but their form accepts only one file, how can I do? Thank...
Hi, I've been doing manual trading in the past 3-4 years. I know I should risk 1% per trade but occasionally I rick 50% per trade thus blowing up my account. Why? I see a great set up then risk big for bigger win. The set up is reversed and I can't dare to close my position with big loss and the
Hello, My terminal was upgraded to version 1966, and I've noticed a problem when I attach an EA to a graph related to the copy of MqlRates from other timeframes. For example, an EA runs on M6 timeframe, but at initialization it checks some rates from D1, and in this case the function CopyRates...
New bar function is it necessary to use new bar function when implement buy or sell order or not if i have coded price filter function should i use new bar function inside price filter bool NewBarB(int TF=0)  {   static datetime NewTime=0;   if(NewTime!=iTime(Symbol(),TF,0))...
I'm trying to deposit some money, I've pinpointed that the reason why I cannot is because I don't have a phone number in my profile, I have tried to add a phone number and confirm the change by entering my password but everytime I do so, it keeps failing, what's going on? Can someone assist me, I...
  Where can I open a trading account?  (63   1 2 3 4 5 6 7)
Where to open a trading account? In which DC service provider? Where is the most honest in the withdrawal of funds? - Do not specify in the theme the name of the brokerage company, there is ls for that. (IMPORTANT). Only in this thread we discuss nuances and what we should pay attention to when
  Tick chart (proposals)  (84   1 2 3 4 5 ... 8 9)
Developers. The tick chart is of interest to many users. I would like to make some suggestions for its further development: - Make the tick chart a complete trading window, but, unlike other windows, not to load history from the server, but to use only those quotations data that are saved by users
Cannot log into community via MT5 no matter what I try, google search have no answers. Thanks
Hi If I unsbuscribe one signal after 2 weeks will I get my money back?
Hi, What is the different between  Close  price and  Bid  Price? Thanks
https://www.mql5.com/ru/job/73683 here's the job itself. Left a bid for $10 and it worked. Is it back to the old days
[Deleted]
hello, please is it possible to delete a conversation in the PM? i looked for some infos in forum and it talks about a timer in old posts (year 2015), and also about a timer that i can t find anywhere in the PM... i can t believe i can t decide to delete some spam in my PM... thank you for help
I'm currently using build 1940 of Metatrader 5.   I was having major problems with a custom indicator in some earlier builds due to the Bars() function seeming to 'lock up' for some time, after which it would return zero when there are actually >0 bars on the requested symbol/timeframe.  This issue...
This error updating custom rates, generates giant bar. This error is happening since build 1881. Really hope you guys improve backward compatibility in the next versions //Code       copied = CustomRatesUpdate(custom_symbol, custom_rates);      CopyRates(custom_symbol, 0, 0, 1, check);      valid =...
I keep getting 1 Error during the product validation. I just spent 3 hours trying to find out what it is.  Does anyone have any suggestions where to find out what the error is to point me in the right direction at least?
Hi; is it possible in MT4 to make candlesticks transparent (see through) so that I can see the indicator actually moving through the candlestick? Right now the candlesticks appear on top of the indicator, as if the indicator is in the background and the candlestick is in the foreground. I want to be
int x[] ={iCustom(NULL, NULL, "XXX",0,i),66,22,99};int maxValue = ArrayMaximum(x); Hi I try to compare values of the external indicator and numbers. is it correct to compare numbers and iCustom return value? Is it any other way to do this? thanks
Hi Guys, does anyone know if I rent a VPS from here do I still get the SMS alerts on my phone as normal? Cheers Jonathan.
In order to protect users' privacy and to improve the service convenience, we have further improved the Chat system. Now you can select users who are allowed to send you private messages. Choose the category of users who can write messages to you: all users of the website or only the users from...
  will the FOREX live on?  (226   1 2 3 4 5 ... 22 23)
Probably everyone has already heard that the 5 biggest forex brokers will soon cease their work in Russia and this raises some questions. Will this be the end of your trading career? Or will some of you go to master other markets? In general, how do you feel about it
For example, I have 3 open orders with magic number 1111, but I want to select the order that is the latest. I know that i can select the latest order, but I have other strategies that marked with other magic number. Thank you in advance.
Are you one of those who are looking to find forex trading tips on how it works? Well, in that case you are not the only who is looking for an answer to come out from this dilemma. One major mistake that many newcomers make is attempting to trade without sufficient capital. Trading with minimum
Good day,                I have reached a point of high frustration in that MLQ5 support is simply turning my back on their requests.                I therefore have to throw my problem into the Forum in the hope that somebody possesses the expertise to help me. Here is the problem: I cannot...
Has anyone found the strategy tester giving wrong results ? gbp-usd especially, the data is faulty only since christmas this year, I would like to hear your comments? also when compiling it says expression not boolean ?   Geoff
Hello, This is strange. I am unable to download free or demo EAs. Sometime yes, most time no. I tried both from mql5 site and the terminal. As soon as I type something in the search box in Market tab on MT4, everything in the market tab disappears. It become a blank box. It might take a long time...
Hi  ...I'm in the middle of developing algorithm which is involving a bit of data, and I noticed  on multiple occasions  that adding size to the array is  getting slower with size if we pass certain size of array (each case is different) . below I created example what i mean This is just a simple...