General - page 801

Good morning, My Seller Application approval is not received after 15working days from date of submit. Can you please help us to get the status of Seller approval. Thanks
Hello, I'm looking for a broker which is compatible with Meta trader for trading stocks. I'd appreciated if someone can give me hand. Thanks. Reza
  Signals  (1)
Does it matter if  the Signal uses scalping or hedging and my account is a net account? How do I test the Signal if it can working on my account?
Hi all, After checking the entire forum and Google with no luck, I am posting this article to request some help. I have installed the latest version of PlayOnMac, including 3.21 of Wine. After running the MT5 installation software, I get the following pop-up window - see attached file. I cannot get...
void SendCrossAlert(){  double tenkan_senValue1 = 0;  double kijun_sen_Value1 = 0;  double tenkan_senValue2 = 0;  double kijun_sen_Value2 = 0;  currenttime=Time[0];    for(int i = 0;i < 300;i++)  {       double y = iBarShift(NULL,PERIOD_H1,Time[i],false);    tenkan_senValue1 = iIchimoku(Symbol()...
  IMA with RSI  (3)
hi guys, I'm creating an expert advisor but I need the moving average on the rsi, can you give me a hand? thanks
Hi All, I have an issue with the storage service. From my personal computer ,i commit a few EAs to my vps`s meta editor. On both computers the community account is linked. When i commit from my personal computer, without any kind of error it shows that everything is ok, and when i go to the VPS,...
  Signal Provider  (1)
Hello, Even though I met the resolution requirements in pictures with the QR code , photos ware rejected multiple times...in order to be accepted as a signal provider !!! The previous system with the phone verification opviously more usefull!! Please advice Giorgos
under 50 %, over 50 %, over 100 %, over 200 %, over 500 %, over 1000 %
someone know some tips&tricks to make mt5 faster? seams that after sometime working with mt5, it becomes slow day after day...
Hello World . Currently am back testing a  strategy on MT4 for XAU-USD pair . can some one please tell me , what spread should be considered for XAU USD (gold) back testing ??? 
I have subscribed 2 new signals from mql5 with my brocker XM.com (see the image attached), You can see that I already have more signals subscribed on that server (xm Global Real 32) The problem is: when I try to open the new VPS on those new signals, the system doesn't allow me to do it... and that
  EA code erased  (4)
I am currently testing my own EAs on a practice account using MT4. Today when I went to log into my computer I noticed that my EA's code had been completely erased. I obviously didn't do it and my computer is clean. The EA file is still on my mql4 platform but the code is empty. Has that happened to...
  Metatrader 5 Plugin  (19   1 2)
Hi everyone. I want to add a new feature to metatrader 5 platform. How can i do this?
Hi All, I am very new to MQL language, I am a software developer and i was wondering if i can use MQL to program application that can execute orders automatically based on strategy but this order will execute from the company that i work for. Is this possible using MQL or all orders must execute on...
Hi, Some of my pairs in Market Watch are highlighted in Blue. Can't find information on this. Wonder if anyone here knows the answer? Regards, Lewis
Is it possible to select a deal by ticket in MQL5 using CDeal?  Documentation: Ticket (Get method) Gets the deal ticket. ulong  Ticket() const  Return Value Deal ticket. Ticket (Set method) Select the position for further work. void  Ticket(    ulong  ticket      // ticket    ) Parameters ticket...
  MQL UML
Anyone knows of any UML modeling tools for MQL?
If you are an Italian Trader or Italian MQL developer please comment this thread! Regards Alfredo
int n=100;double a[n]; Hi, can anybody say why thee is an "invalid index value" error?
Upgraded my  EA with new version today and I install it to 15M and H1 chart. I use MQL5 VPS. So I synchronized it and I found this message from the VPS journal. Let me know what to do
Hello, When creating trades with the OrderSend() function, the volume of the trade is specified in lots. Is there any way to control the size of one lot? I haven't found any function for this in the API. Being able to use very small lot sizes would enable us to test out strategies in the real market...
hi i recently when i try to send private message to a friend , when i press send button , nothing will send . i tried two diffrent browsers but same problem ? i did not get any email or alert that said im banned or some thing .  i will be appreciated if any one know this problem solve . thanks
Hello Traders. I have an idea for an indicator that is inspired by the weis waves indicator-an improvement of it,if you will. I will post the weis wave indicator @ the bottom of the post to convey the general idea of the indicator. This particular indicator, instead of showing TOTAL volume @ the end
Hi Everyone, I am trying to make a simple test on Custom Symbol. I am using CopyTicks to get ticks' data from standard symbol and create a new custom symbol via CustomTicksAdd . The funny thing is that the CustomTicksAdd manage to add tick when it returns a value 1. However, when I check it at the...
There is few charts opened in terminal, for example: AUDCAD, DKKSEK, AUDJPY, EURZAR, USDCZK, USDCHF. And there is array of target charts: DKKSEK, EURZAR, USDCHF. How do I minimize all charts windows except chart windows of target charts
[Deleted]
how to hide transaction history in our public signal? so subscriber or anothers can find any trading report except transaction history only ? 
hi  is there code in which if there was an engulfing candle e.g on Monday, the code can read that and put in a sell or buy on the Tuesday (the next day) and then close the trade at the close of the daily bar, as there is a likelihood of price continuing in that way?  The code would see it as the...
  Coding help  (11   1 2)
Hello all, I have this indicator which works well for changing chart symbols. I want to use the indicator for monitoring various pairs  by a change of colors of the relevant button. I want to introduce a code which will cycle through the list of pairs and provide a background color for each pair...
When I try to use any of the socket functions like SocketCreate() which are documented in the Network section: https://www.mql5.com/en/docs/network I get the error message "function not defined" in the MetaEditor when it tries to compile it. Do these functions need a special include if you want to...