General - page 569

Hi , I want to learn MQL5 language. Can anyone please help me. From where should I start? Thanks
Dear experienced traders Is that possible to download all symbols' tick in every timeframe together? Do you know any tool work for this. I used to use Ctrl+U to download them 1 by 1... Thank you in advance and all the best for you
After an update which is the only thing I can think of, the rented indicator I purchased stopped working on the platform and when I try to add it to the template it won't add or show up on the indicator list when right clicking on the chart. Wondering if there is a way to check and trouble shoot
I would like to top up my MQL5 account using PayPal, but I can no longer find that option and my credit cards are being refused. Any ideas on what is going on
I have one open position and one pending position ... I have enough margin but I dont want pending position to open when I already have one open position running.. I want to use buy stop or sell stop but I dont want to run two orders at same time even when I have enough margin... can you tell me how
I recently purchased Idea pro gold , i ran it from my terminal the had a computer update that required a restart. When i reopened MT4 I could not launch the EA. It has a gray diamond next to it. I went back into the market and launched it from there. Its working now but it still has a grey diamond
  For MQL5  (1)
I sent money, why cant instal. Why didn't reply me
Hi I Start study about MQL4 and MQL5 and I want create Ichimoku for tutorial, But the kumo not fill color as I want. I user the histogram but the final result not work correctly. this is my code: SenkuABuffer[i] = (T + K)/ 2 ; highest = high[ ArrayMaximum (high,i,SenkuB)]; lowest = low[
  S/L  (2)
My two trade executions were stopped out but the market never came close to m S/L. How is this possible
I would like to abandon EA that I bought and just copy a signal , I found what is equal to my funds since from the very beginning as I planned
Hello, I used Tradingview, but because of the costs, i want to switch to MT5. And MT5 has a lot of advantages i experienced! I practiced this a long time (MT5), but i cannot get used to the default scrolling thru the charts (sorry i am not English). What i want is that the y-axe scale thus not size
Hello, I have this problem, figured maybe there is something updated with the search? It is difficult to use this site without the search. I was hoping somebody could tell me why that is or look into it. Thanks in advance
i have an XMultralow micro account. The balance was 608 dollars. And I used a signal with a balance of $30000. The signal opened 2.3lot of transactions, but my micro account opened 0.1lot of transactions. (Minimum number of XMultallow micro accounts is 0.1) How can I solve this problem? my Use no
my mt4 account is copying someone's signals in here but i want to change this account to another account .. the account relates to fxopen company but i want to change it to an account relates to exness company
  close code  (3)
I am trying to generate stoploss code. If 1% loss occurs, the position should be closed. but I want it according to the closing price. that is, not just any price in the bar. The position should be closed only if the closing price is at 1% loss
  Install problem  (1)
Hello, I purchased on 8th February 2021 but not allowed to install. Pls Info
I had my VPS upgraded, it would not let me download my EA, said I had no activations left, so I paid via community website. I cannot even contact technical assistance as it keeps giving me an error message. Can someone help me with how to contact technical assistance
Hello friends . I have a problem setting the trading volume value in the alarm section The default value for volume is 1000000.00 but this value is too small I want to change this value ??? please help me
Hi i want to copy my trade from broker x and past to breker y at the same time copy trade from another broker to put in my broker. is that possible
I need help trying to select the last two opening prices in mql5, I have used several code configurations, and the closest thing I could do was, if I open orders only on one asset, the values match, but when I open on several assets, the values are incorrect
Hi guys new here I subbed to a signal for 40$ as I thought it'd help me but then read the news where he said do not buy unless deposit is at least 5k or 2.5k so I don't know what to do right now. Ive cancelled it but my money is lost, is there any way to get it back? i only bought it an hour ago
Code: bool NoTradesToday() { datetime today = iTime ( NULL , PERIOD_D1 , 0 ); for ( int i=OrdersHistoryTotal()- 1 ; i>= 0 ; i--) { if (! OrderSelect (i,SELECT_BY_POS,MODE_HISTORY)) continue ; if (OrderSymbol() != _Symbol )
Hi I am coding an EA for Bollingerbands. I want to use CopyBuffer but this function is not chooseable. Only CopyTime, Rate, etc. How can I use CopyBuffer? or is their a different Function that works the same? Thank u in advance
Hello, Having one issue everything seems ok untill it goes through StringSplit function . Can anyone please help? //+------------------------------------------------------------------+ void OnChartEvent ( const int id, const long &lparam, const double &dparam
string cookie = NULL, headers; // response = NULL;  bool sucess = false;  char post[], resultReq[];  string result;  int res;  string mainURL1 = "http://localhost:8080/Jatin_Team/index.jsp?action=";   //--- to enable access to the server, you should add URL "https://www.google.com/finance"  //---...
Can MQL5 copy trades from brokers by reading the book of offers
[Deleted]
Hi, I want to change the phone number but it indicates that the other phone number is already existing !!! I want to detach it from the other account (which I no longer use) to link it to my current account! is it possible ? thanks
AM trying to synchronize my EA settings but unable to connect to VPS. Tried loggin to MQL5 or click on register a VPS but am unable to connect to one. ANy one can help me on this pelase
Please, see the code example to replicate the mistake. //+------------------------------------------------------------------+ //| 201022_083730.mq5 | //| 2019-2020, dimitri pecheritsa | //|