General - page 634

Hi! There is some kind of metric related to the rating inside the profile in Mql5.com that is related to Agent Cloud Network Supplier: I have completed tasks but it didn't affect my rating at all. Is that correct
I was mistaken in a comment: I put 3 stars instead of 5. how to modify it
Ok, what the heck does ArrayBSearch return if it doesn't find the value?? The doc says: "Returns the index of the first occurrence of a value in the first dimension of array if possible, or the nearest one, if the occurrence is not found." What the heck does that mean - "or the nearest one, if the
[Deleted]
I can't withdraw my money
  Signal provider  (4)
Hi all, I have a CENT real account with with 1: 1000 leverage. Can I become a SIGNAL PROVIDER ? Thank all
i have included this indicator into my EA.However, after including it , strategy tester became so slow , it barley moves !! Indicator used : https://www.mql5.com/en/code/19825 Can anyone help me find how to optimize it or anyway to accelerate the testing
Hi, Not sure if this is the correct place to post this but my Metatrader 5 was updated this weekend and now in history tab view when the "Comments" column is made visible there are now no comments shown, so all my orders that have closed this morning show no comments whereas there should be comments
hi, after 8 days, I opened the terminal and I saw that all indicators and experts were deleted. All my codes and my efforts are gone :( How does such a thing? does anybody encounter this situation? İs this a sabotage? I can't imagine me encounter while trading
Hi Guys, I've read the forums, and this question has come up alot. I am trying to detect a when a new candle forms, and my code is simple but for some reason, Time[0] within a while loop does not update. Could you guys explain why please? bool NewBar() { datetime date = Time[0]+PeriodSeconds();
hi my code is flowing ... int OnInit () { //storage 20 high_price history and it's date in array by loop for (i= 0 ; i<= 20 ; i++) { HSaveP[i]= iHigh ( Symbol (), Period (),i); HSaveD[i]= iTime ( Symbol (), Period (),i); } //check my condition in my array that is true by loop
Hello, I have faced a problem. I have been added my forex account as signal provider. But when I am gonna register as seller in "Seller" section then I have no register button over there. There shown an error massage which I have uploaded here. So, how can solve this
I have subscribed to the signal which trades in GOLD# (from XM Brokers), while my account is with ICMARKETS and their representation for Gold is " XAUUSD ", none of the trades are getting copied into my account for this reason. Is there a solution to this problem
hello dear support team I have a problem with commands in metatradre when we want to add the last command in metatrader i most to click that for example when we want to create some lines we can't click line and then repeat line again and again i hope to that you add a command to repeat tools. thank
How do i get my account out of investor mode so that i can trade on my laptop? I executed a couple trades and then once i downloaded the metatrader app on my phone, my laptop went into investor mode and wont allow me place a new order.... please help
  iRSI  (2)
hi my code is flowwing... double d; //+---------------------------------- int OnInit () { //--- d= iRSI ( Symbol() , Period() , 14 , PRICE_CLOSE ); Comment (d); //--- return ( INIT_SUCCEEDED ); } /* result= 10.0 */ in the code above, iRSI function returned 10, but rsi indicator on
  date time  (3)
My code is the following ... datetime a; //+---------------------------------- int OnInit () { //--- a= Period (); Comment (a); //--- return ( INIT_SUCCEEDED ); } /* result= 1970.01.01 04.33.28 16408 sec past of 1970.01.01 00.00.00 if a declared as int, result=16408 */ chart time frame is
Hello Everyone Does anyone know where can I get reliable version of TD combo indicator? Thanks
I paid for the EA rental for a month, but it is not possible to download the relevant EA in MT4
Hi there all Please help me with the following. I would like to change my candlestick chart to a candlestick chart range,just as the pictures i have attached. I tried with the following code & i know i need to add more coding to it. void OnStart () { long CurrentChart= ChartID (); if
  Renting a EA  (1)
Hi would like to ask if i rent a EA how many accounts can i tag it to the EA? is it the same as buying the EA but only for the period of renting the EA
Hello, Yesterday I bought EA , it worked under Windows on my Mac. I wanted to run it under iOS on the same computer. I tired transfer file via email, so that I copy it, but now it does not work. Can you, please, advise what to do? I might need to spend another activation, but I do not know how to do
In metatrader when price level touched a pending order and a position opened, the order number is not change. Why? Will the opened position be recorded on the previous pending order
Hello, I have a question about signal and it’s lot size, but I can’t find that subject in ‘contact us’, so please understand why I write it in this category. But I have a question about lot size. Now my balance is over 6000 usd, but it still open 0.01lot size. According to signal’s information, 0.01
Hello , i'd like to calculate Keltner channel for my EA , i only need the calculations not to make it as an indicator to display on the terminal i have calculated the ( Moving average & Average true rage ) but can't get to calculate Keltner channel right Ketlner channel calculations that i'd like to
Hi at all, I purchased an indicator which I had installed the demo before but deleted it. The new indicator is shown on my purchase list on mt5 'purchased but not installed'. -> I click install, the login (community tab on settings) opens -> I log in again but nothin happens. Does anybody had that
Hi, I have a trading method that uses two indicators overlay on each other. For example moving average overlay on RSI. Can I code an EA based on the cross of the moving average over the RSI levels (e.g., when the moving average is above RSI 70 line). Any coding ideas or suggestions. Thanks
  TDI  (6)
Does MT4 have TDI? I am new to the forex market. I have a demo version on fxglory, and would like to use the TDI for indicators. If it does have it, how do I access it? If not, where can I get it
Singnal Says it is subscribed but not copying the trades
  VPS DLL error  (2)
I can't add expert advisor to vps. I get the error "DLLs are not allowed." ( Kernel32 .dll). But I let the dll from the settings. I am trading with metatrader open but I cannot load vps
morning guys, i have a question how can i deactivate the EA thats on VPS