General - page 440

code is: int addMinutes=21; datetime dt="2021.02.27 01:50"; datetime dt2; dt2= dt+????????????????? How to do?? dt2= "2021.02.27 02:11"; thanks
Hi. I am in the peculiar situation that I have some bonus credit that only gets released to me after I trade a specific amount of lots. Now I am no trader and I do not want to use my time to sit over the computer trying to trade all day to fill the lots so I have done some research and found out
Hi, I've been unable to open a BUY or SELL position on MT5 today form a python script, yesterday I was able to do it. Does anyone know this "market closed" result means? [10018, 0, 0, 0.0, 0.0, 0.0, 0.0, "Market closed", 17, 0, [1, 12345678, 0, "BTCUSD", 1.0, 45641.263, 0.0, 0.0, 0.0, 500, 1, 2, 0
Hi folks, What's with these Expert Advisors latelly? It seems that there is undergoing race of who is able to develop strategy with bigger Drawdown. Is it just me or do you also find these strategies incredibly risky and shady? Except high psychological stress when you are loosing like 80% of your
I want help to change my signal from private to public for others to copy. I ticked private erroneous ly
Hi, After I became certificated with my driver's license written in Japanese to register myself as a seller, my displayed name in the profile has been changed to wrong name (maybe recognized as Chinese). I want to change the displayed name to my correct name, but the system does not allow to change
Trading Account number: 6904027 OCTAFX MQL user name: hasnasalih I accidently hired VPS(3 months subscription) twice for the same trading account and lost money twice I have attached both the subscription details in this mail for your reference. VPS subscription number : #6228346 MT5 VPS
x = range (low[ 1 ],high[ 1 ]) y = (high[ 1 ]-low[ 1 ]* 0.50 ) + low[ 1 ] // GET THE 50% OF THE CANDLE RANGE if y in x: doSomething() What is the equivalent of 'in' from python to mql5/mql4? What is the equivalent of 'range ()' from python to mql5/mql4
Anyone doing backtesting with Tick Data Suite in MT4? As my undestanding, one of their data source is dukascopy, but the question is whether their volume data is reliable ? would you put trade volume as one of your parameters for EA/indciator
How do I request access to my old account if this error appears when attempting to login? My mobile terminal does not provide any message(s) or code to login, and I am logged into my profile there however. Please assist
It seems that there is better place to ask my question, so I repeat it here: I want to create absolutely my own trading robot. So I don't need Expert Advisors e.t.c. I need to create so named Form based application, but I don't find any sample how to create simple easy form. Does anybody know how to
How do I remove the default MetaQuotes ID from my profile. Clicking the wheel button and selecting delete doesn't work
My EA is supposed to open a long trade when the RSI value is greater than 70, the k is 1 and there's one position open in the current currency pair. That part works, I tested it, but when we go to the part of doing the reverse, it's doesn't happen anything, in other words, when the RSI value is
Hello, i have an indicator with 12 lines. Sometimes, when switching timeframe, indicator lines disappear. There is no crash, because other functions of indicator still work fine, also no error in the log. Where should i look ? (MT5). Thank you
Trading History: Is the profit value based on $100
Hi Friends  I tried a lot search from google but did't find Andrews Pitchfork indicator, can you one help me? how can I get free Andrew Pitchfork Indicator if some one have then please share 
I do not see my signal in public domain to sell, I assume I need to set u me seller profile, attached error message
As per subject, how do i publish signal if server is not found? Can admin add them
Hi! Help me! I deposit 50USD my master card buy Expert, but I Cancel: Payment for product. Now 50USD Balance in Payments Profile. How withdraw ? Thank very much
I'm trying to get last deal profit like this; HistorySelect(0,TimeCurrent()); double pft=0; int i=HistoryOrdersTotal(); ulong ticket=HistoryDealGetTicket(i); pft = HistoryDealGetDouble(ticket,DEAL_PROFIT); printf(i,pft); return(pft); This works on backtesting but not working in real account . On
  Help with Signal  (1)
Hi, My signal opened a Buy XAUUSD @ 1771.05 and closed @ 1772.80 for profit. However, on my account it opened a Buy XAUUSD @1773.17 and closed @ 1772.79 for a loss. No SL or TP was set on the order. I have a VPS on the account, my slippage is set high in the options. Looking at the Signal's slippage
If i need sell my signal , i hv to online my Mt5 with vps for 24hours right
is there any chance to limit when will indicator be active? for example i want indicator for eur/usd work only from 09:00-17:00 and not to send me signals out of that time
my mobil loss. how to use new mobil number update my metaquotes accoun
I'm not sure if this section it's correct for posting it: Hi, I write here before going to the "Freelance" section since I came to an idea to a <zero latency copy trade>(MT4 to MT4) but I don't know if it is technically possible. I've already asked to one programmer but he says it's not possible. I
Hi, Does anyone know how to show a trade level (in MT5 programming code) on a custom chart? If one were to create a custom chart, say a renko chart using a custom symbol, any trade of the base symbol will not show onto the custom chart. Is there any MQL5 code that can help do it
  sgd  (1)
why the only sgd pair that works for me is usdsgd? Other pairs like eursgd doesnt work in my mt4
Why I can't register the MetaQuotes ID on my Android? everything else works fine why I can't register it
  Volume help me  (3)
kindly, I am a beginner in programming. I wanted to understand the last number, shown by yellow color. What is it for?. Thank you if I can I would like to start a course, ( mql5 programming ) can you tell me some. Thank you double volume= 0.0 ; if ( StringCompare ( _Symbol , "USTEC" )== 0 ||