General - page 840

  Indicator to EA  (4)
[external link was deleted by moderator] Is a great tool. But I cant pay for the full version. Does anyone have any other options? 
Hello friends, I sent an email to mql5, but the answer I had was to post in the forum. I am providing an EA to operate only on the Mini Index, but the validation is not accepted because it returns that there were stops errors and limited orders in the EURUSD. [link to the Market product was...
[Deleted]
Hello, is it allowed to register here as a seller for selling signals and adding a trade account from my partner? Because i have somebody hoe want me to register as a seller and then we want to sell his signals. So he is the trader and the account is register on his name at the broker, but i want to...
Hi, It seems that the products that I've recently bought in the marketplace is limited to 5 activations. I was not aware of it and it seems that I am already closed to the limit when in fact I have only activated it in a single PC, while all other machines are only meant for testing purposes. Is...
void OnStart()  {    for (int idx=0;idx<SymbolsTotal(false);idx++){         string sn=SymbolName(idx,false);         int y=(int)MarketInfo(sn,MODE_MARGINCALCMODE);         if ( y>3) Print(sn," MODE_MARGINCALCMODE is ",y);    } } it return 4,and the docs of MQL4 is not yet definded. maybe there will...
Hope you all okay... After I run my account statement and save it as a detailed report. What do PROFIT FACTOR and EXPECTED PROFIT mean in the report? Thank you
Good Day Any one who can help me with this Following Issue (EA Robot not placing Orders, Error. Trading Disable error 133)
From a pushbutton on a chart, I open a new chart: long newChart = ChartOpen (pair, PERIOD_D1 ); then apply a template (which is defined with an EA on it): if ( ! ChartApplyTemplate (newChart,InpTemplateName) ) { PrintFormat ("Failed to apply template [%s] to chart [%d]"
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
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