General - page 811

Hey guys, I want to set an alert on chart and configure it to open a buy stop order with fixed lot size, TP and SL in points. Can it be done and if so, how? Thanks Sal
Whenever Windows Updates, the Platforms I have opened all disappear, and I have to reload all of them again.  In your next update for MT5 Hedged Platform, please incorporate something that will automatically save the MT5 platforms I created so there will be no need to re-create all of my platforms....
Hi, I have accounts with different brokers. I wanted to know is there a way/software that I can use to trade these at the same time? For example, place a trade once and have it duplicated across all my accounts ?  Thanks. 
Hello, I try to change the arrow color to Aqua but this below code doesn't work. Could you help me fix it? Thanks a lot. HHC void OnStart()  {   long chart_ID=ChartID();  //---- obj_arrow, window to draw, time, place     ObjectCreate("Arrow",OBJ_ARROW, 0, Time[1], High[1]);...
  Errors  (2)
Can someone tell me what these errors are? It is in a genetic simulation of MT5 Thank you!
Hi, I try to draw a text and put it vertical from High of a bar. The problem is that when the High is near top of screen, the text is created but not show up. It only shows up when I squeeze the chart. Is there any way to make the Text show up even partially? Thank you so much. HHC void...
[Deleted]
Dear All, I mistake deposits in community instead of trade account, I want to withdraw  and transfer the funds into trade account. How can I do this? . Many thanks. Peter Muana.
Guys, the build 1960 still have problem testing strategies.. After launching a test of an EA (wheter in visual mode or not) the second launch hangs indefinitely and does not finish.  I have to manually kill the process metatester.exe and restart the testing for it to succeed. This happens also with...
[Deleted]
  Lower than $30  (3)
Hi everyone.. is the price of any new signals lower than $30 ? 
  Advertising: GOOGLE and YANDEX again  (64   1 2 3 4 5 6 7)
Greetings all. Friends, bringing up the topic of GOOGLE and YANDEX advertising again Is there a solution? Maybe someone has found one? Yandex does not work with Ukraine. Google doesn't allow forex ads..... only YouTube Has anyone found a solution
How to Merge RSI Indicator with Moving Average in my expert Like this : https://ibb.co/N660DwN https://ibb.co/pXF07ps
Hi, on metatrader, if you code: while (1>0) {} The program does not run and crashes, but why this happen? I see that in other languages there is no problem with this kind of loop. Thanks for answer
Id like your help please. My app isn't correctly sync with my real account. These positions aren't my real positions in my real account. (see attached file) Only the last one is correct. The others are closed positions but are there yet. How could I fix that? 
Hi I am trying to add 2SD 2 Standard deviation for the price ratio of two correlated pairs for example AUDUSD/NSDUSD , but getting zero result since it is not taking into array as the same way as it does in expert adviser. Please guide me where I am wrong. These are the lines I am trying to get the...
Hi, Before renting the VPS service, I have read all the info in the VPS section, I mean the lot of marketing b....t about it. I have not seen anywhere stated, that it's "cheap price" is for only one broker's one account as it seems. (even demo acc) I rented 2 week ago for an account 3 month, to try...
Hello, does anyone know how to store the number of 'integers' of a double value including leading zeros in a string variable? This is how it works with the decimal places: int digs = 2 ;string fmt = StringFormat ( "%%.%df" ,digs);string strVal = StringFormat (fmt, 9.123456678 ); This gives: 9...
Hi all! I want to know how I can place pending orders when the price makes a "double bottom / high". I was looking at the structure of MqlTradeRequest, but there are some things that I do not understand. What is the offset for? I understand that I must put an expiration time for the order, but...
MQL seems to have no formal way to submit problems I have had problems with freelancer but see no way to submit or nowhere to submit the problem I see many freelancers show problems with late turnover but again see nowhere to report such an issue on the left side of my orders there is a panel...
  VPS Signals  (1)
Does the same EA on a VPS differ to it been loaded on the computer especially if it works on ticks. Do they give the same signals on both VPS and computer.
Is service desk now a luxury only available for old accounts on this site, or am I missing something?
I am looking for a futures funded trading firm that supports MT5. Topsteptrader does not.
  time exceed  (9)
hello ,, i have a little problem in this function , when the time aarived as i mentionned it does not open any position ,, what should i add or change ? Ps; when i make the variable StrToTime it make ''possible of loss of data due to type conversion and the second one it shows any problemm but...
Hi - newbie here - wondering if anyone has implemented an EA that helps pick up the Brokers dynamic S/L and might add some buffer that one could set - or not allow the order at all if the picked up S/L wasnt outside the Broker min? I tried one out the other day - and because the params of the Min...
Hello, This site "tsetmc.com" is the Tehran stock market's website. When I use MT5, I connect to this server "MofidSecurities-Server" and it gets data from the Tehran stock market website online. My question is here: How does this server work? I mean do they pay money to "tsetmc.com" to get their
  VPS or VDS?  (13   1 2)
VPS : Virtual Private Server VDS : Virtual Dedicated Server what is the difference between two type of virtual servers? Basicly, VPS CAN BE OVERSOLD which can lead to poor performance if provider is greedy. VDS CAN NOT BE OVERSOLD and you always get the “dedicated” resources you paid for. which...
Seen below, if all goes well, is an excerpt from my EA wherein the first function is called Oppternate, (a variation of Alternate, which is of course BUY/SELL/BUY/SELL) which causes any trades occurring WHILE the first of a series of trades is OPEN to be OPPOSITE the type of the first one of that...
Hi I have a problem with the virtual server with my EA. It just stopped and can not get it to run again . Ho Can I refresh the EA and get it active again Greetings, Johan
  VPS  (2)
Disabling Auto Trading on your platform (computer) , does it stop the EA working on the VPS ?
I don't see any robots in the market tab of the terminal. The market tab is empty. can you help me. Francois Bertrand
Hi All, I have small issue with 2 dimenstion array. First I write array to .txt file and next i would like to read array to my array variables. Then occurs error 4053 "ERR_SOME_ARRAY_ERROR". Could you help me? Please see below example script code for mql4: #property copyright "FutureRobot"#property...