General - page 800

Hi everybody, A new challenge, i Need to close all the opened positions in profit, compliant with the minimum profit i want, for the current symbol only. I read some related topics on this forum but i can't make it work. Here is my code void CloseAllProfit(){  double...
Hello Everybody I experienced several problems with my MQL5robot wich don't respect if conditions to open or close positions. Here is my code : //--- Logical to enter new position if (PosSellOpened== false && PosBuyOpened== false && PosSellOpened== false && CurRsiValue<rsi_high_treshold &&
Hi When I try to open a new account on my MT5, I can't find my broker or any other for this instance. Is it a program problem or other? What should I do? I've uninstall and reinstall the program and nothing changes.  Thank you
  Stochastic Color Bar!  (88   1 2 3 4 5 ... 8 9)
Hi. Lately there have been new indicators coming out that call from other MTF indicators to draw lines with easy to read signals (red/blue) to replace oscillators and histograms. This saves space on the MT4 window and allows for easy and rapid spotting of a new trend or reversal on all timeframes,...
  Signal info changed!  (16   1 2)
So all information about his signal had changed for HOLE YEAR, why? Befor    Jan        Feb      Mar     Apr            45.82     39.64   31.93   20.31 Now   Jan      Feb    Mar     Apr            21.80  10.68   8.29   5.00   Is any of this correct, or both are rong data?
Hi, Has anyone had any experience with a web based EA code generator. I am looking to generate an EA and have tried EA Buidler but we seem to be at stalemate. The EA works on back test data but will not execute a trade on a live chart. I have gone over the very obvious box ticking exercise of
there is a code for web request at the bottom in the following section.  An example of using the second version of the WebRequest() function: https://docs.mql4.com/common/webrequest I am trying to compile and run this code. But the code is not working.  can anyone help me fix this code?
something has happened to my account history on mt4.  it isnt showing for either of the signals ? also, today for some reason, one of the signals didnt copy the trades except one, and my computer was on the hole time.  i have been diligent about checking that to see i was getting all the trades too....
Hi, Currently, I have VPS monthly rentals ($ 10) with automatic renewal.What is the procedure for moving them into quarterly rental?I imagine that it is possible to change this somewhere (where?), Or do you have to delete the automatic renewal (where to do it?) And when the VPS rental expires at the...
I am a little confused.  I set up with 4 contracts s&p500 with a stop loss at 100 and a take profit at 50.  I hit the buy or sell and see everything has been placed correctly.  When the tp is placed, instead of $100 (4 contracts at $12.50 a tick and I set 2 ticks) it shows a $50 profit.  Moments...
Hi, I’m having mapping issues when copying a signal.   My broker writes like this EUR/USD.r  where as the signal account is without the .r Is there a way I can attach my signal to another account? Thanks Jonathan. 
Hi all,  Can anyone tell me how to code EA for maximum number of order Buy? I have code Maximum trades per day already and I just want to add maximum number of Buy or Sell per day. Thank you,
As the title asks, Can I follow a signal but also run a scalper at same time. I am following a signal which is fine but just tried running the free verion of bf scalper and it just shows the sad face ?? 
  Deposit denied  (3)
I´M TRYING TO DEPOSIT ON MY ACCOUNT AND IT´S BEING DENIED AND I´D LIKE TO KNOW WHAT IS HAPPENING?
hi i have an strategy that when it gets a signal it should open 5 buys with different sls and tps but it should wait until all of them being closed by hiting sl and tp and then open another 5 buy . as i said i should wait until  trade package close then open another 5 trade package  what should i...
  EA suddenly broken  (13   1 2)
Hello, This morning I open MT5 as usually, but my paid EA can't be loaded anymore. It says: 2019.05.27 08:56:21.551 Experts loading of <deleted> MT5 ( EURUSD ,M1) failed [538] Any idea ? Because I know the first recommendation is to delete and reinstall it but I have only 3/5 activations and it's
After accepting MT5 advice to upgrade to version 5.00 build 1629 (14 jul 2017) my bot stopped working. Compilation goes fine, but, after a successful order execution, HistoryOrdersTotal() now returns zero instead of 1, that was the correct behavior of previous MT5 versions. Anyone else experiencing...
I'm sorry if the question has nothing to do with MQL5, but it has to do with investments. I am profitable profitable with low risk, but not knowing about the legal issue. To be very short: -It exists a country where I initiate investment company INDEPENDENT of regulatory entities (supervisors), I
  multicurrency EA  (6)
In MT4/MT5 market, expert advisors have been categorized in various ways. may i know what does it mean by 'multicurrency' expert advisor as mentioned in MT4/MT5 market. I am raising the question here in the forum as service desk does not attend to such query.
Hello. I've lost my right to submit job requests for freelance work. What is the reason for this and can it be fixed
  not working  (3)
would anyone know about the indictor HEART Break INDI ITS A FREE ONE I NEED TO KNOW HOW COME I CAN'T GET ALERTS OR EMAILS FOR ALERTS PLEASE HELP ME THANK YOU
i want to auto renew copy signal every month, how can i do this?
Hello, I have an account subscribed to signal provider through VPS and today I noticed that in his profile all the activated orders from tday was closed , but in my accunt they were still running !!! Can somene tell me why is the happening ? Thank you 
Hi, I would have liked to find out if I could come up with a proposal. I am the signal vendor. I understand that I can not see who is a subscriber, but she would welcome a possibility to communicate with them, I understand that the "What's new" section is visible to everyone (and the unassigned). I...
Currently indicator is having 3 buffers (Max , Flat and Range) are drawn respectively. I want to move range buffer (Histogram) to Buffer 1 and remaining 2 buffers respectively. Can you please help to change this . wanted to change  buffers as like below without affecting the indicator performance....
Hi, i am facing an unusual problem. I have been on mql5 past two years or more. Today upon adding funds i got the emssage of having my faniancial operaltions limited. There was a button to message the Service Desk. When i wrote to the service desk to have my limitations removed , the message would
MT5 build 2007 cannot change the strategry tester parameters in my new notebook. The paramentes in [INPUT] tab in strategy tester will reset to default every time entered.     And "Save Version" can not use. The same problem in https://www.mql5.com/en/forum/312898,   but not work.  Win 10 64 bits...
Upgraded to MT5 Build 206x, but CustomSymbolCreate function always failed (error code: 5305). Any comments? void OnStart()  {//---    string custom_symbol = "TestSymbol";    CustomSymbolDelete(custom_symbol);    ResetLastError();    if (...
Hi, I use this code for my MTF indicator on chart in MQL4, i'm working for move to mql5: int tframe[]={1,5,15,30,60,240,1440,10080,43200};int tfnumber=9;double IndVal[9];for(int x=1;x<tfnumber+1;x++) {&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; TREND0=iMA(Symbol(),tframe[x-1],21,0,MODE_SMA...
I didn't find bug topic, so I post question in general topic. After installing MQL5 on my second computer it happens, that I cannot change parameters in tester's Input section. When I change whatever parameter, for example Turn Deals Around as it is on picture from false to true, after what switch