General - page 316

Hello Everyone, I recently wanted to check if there was any update to my EAs and noticed that there is no link to the "Purchased Products" in the MARKET tab in MT5. Is this a glitch? Has it been removed in the latest version? Has it been moved somewhere else? Thanks a lot in advance
Hello my friends, Please help me. I can get magic number for one position. If I have two position, how can i get the magic for second position? For example: I have a position buy for EUR-USD I can get the magic number for this position with this order: Positiongetinteger( POSITION_MAGIC ) ok? Now I
Hi My code alerts when price touches it, its for multi symbols in marketwatch datetime LastCandle = 0 ; datetime iCurrCandleTime_M1 = iTime (symbolsList[i],TimeFrameM1, 0 ); string symbolsList[]; int symbolCount; symbolCount= SymbolsTotal ( true ); HH[i] = iHigh (symbolsList[i], PERIOD_M1 , 0 ); //
Hello my name is karabo makola i just registered a live account past 2 days It doesn't appear when I'm trying to log in on my real account
Hi all. This code works well on other pairs but in xxxJPY pairs I get 10x the desired lotsize. I used to code in MT4 and am now learning the ropes on MT5. In MT4 I recall I used to check Digits. This is meant only for FX majors, so I assumed "point" = tick. Is it not so in some pairs? This is my
[Deleted]
  MQL5 signal  (3)
I have subscribed a MQL5 signal, currently, I had changed the signal to another acc but the broker has made a mistake on the server given. I need has made subscription on a wrong acc. What should I do, Please advise
but before that, there is warning in the market page thankyou idk, may the signal only support MT4 while i use MT5
Hello, Delete / bann this user for advertising ans jumping in chats. Thank you
Hi, I am trying to transfer my indicators from one pc to another, they are working fine on the existing pc and i have copied them from the indicators folder and sent them via email to the new computer but when i try to open them they wont work. It gives me this message: 2021.12.09 16:32:27.284 MQL5
[Deleted]
I keep getting this error when trying to top up. How do I fix? Soft decline: EMV 3DS Authentication required
Hello, for 3 days I can't login to my MT5 account, either from mobile or web. I get : YOUR ACCOUNT IS FORBIDDEN TO LOG IN, PLEASE CONTACT THE ADMINISTRATOR! See also attached screenshot. Before That- I couldn't withdraw to address wallet. I have one in Binance and one in crypto.com. Both failed, I
I have EA’s that use trailing stop loss or move the price of a stop order as the price moves. I would like to know if it is possible to disable mobile push notifications in case of order modify, because when the trailing stop is activate for example, there are hundreds of notification on my phone
  Auto Take Profit  (2)
input int InpStopLossPoints = 150 ; // Stop loss in points | //+------------------------------------------------------------------+ int OnInit () { //--- //--- return ( INIT_SUCCEEDED ); }
Hi, Can someone tell me how to maximize alert window programmatically? Thanks in advance! Chandima
Hello, I need clarification on where to place TP and SL lines in case I sell or buy. I have an example I saw on YouTube that says If current market price of a pair is 1.0000 and I want to buy it at 1.0005, the spread is 5 pips and my intended TP and SL are both 10 pips then, I place Buy Stop order
I am unable make any purchases from mql5.com market place. Payment status: "Soft decline: EMV 3DS Authentication required. Order # 21106_1075. Please help resolve
Hi I don't see an indicator named <Deleted>. I want to download it and keep it for use, how do I do it
Hi, I have subscribed to a signal on the Metatrader4 2 weeks ago, during this time I even paid a second time for my subscription to continue after one month, on 1.12.21 for some reason my account stopped to take trades and follow that signal and it seems that I am not subscribed anymore and I don't
Hi, i wrote some own indicators in .mql5 I want to use it in the Webterminal in my own website. Is it somehow possible to use own template on webterminal ? best regards, Daniel
Hello, I have been trying to backtest some strategies using ticks and bars imported from Tick Data Suite. I am running into issues when using this data to backtest. When backtesting on FX symbols using every tick based on real ticks, no trades are placed even though trades are made when backtesting
Hello everyone. I'm trying to create a custom symbol and feed it with custom data that i download from API. I have created an array of MqlRates and put the downloaded data into the array. everything is ok so far, i check the array and all the values are correct. i use CustomRatesUpdate function to
Hi Guys. It's really an annoying BUG in MT5 The automatic daily % change sorting doesn't work at all. Just let it run for several minutes. Then it get's all messed up, like in the picture below: MT5 developers: can you please fix it as soon as possible? Thank you very much. :)
My function to count open positions is not working. EDIT: In case it isn't obvious, I want to count a given type, either buy or sell positions. This is how I am placing the trades: void PlaceTrade( int i, int Oper_local, string trigger) { string par_temp=SymbolList[i]; if ( StringLen
  Lot size limit  (3)
Hello traders, I have recently been funded by a prop firm but unfortunately they have a lot limit requirement for the first 3 months and to give me peace of mind I was curious if there was a lot limit setting or tool within the MT5 terminal. I would be very grateful if someone could provide with the
I got contacted via WhatsApp with a "misdialed number"... off by 1 number and got into chat with a woman from Hong Kong. We talked for almost a week, mostly about trades and how much money she was making in foreign exchange gold trades. She wanted to show me how to do it. So she asked me to download
It seems to me that such a person should be ashamed that they are not earning, because in 5-6 years people become highly skilled surgeons, programmers, engineers, etc. Spheres that require a lot of knowledge, thinking and working with their hands. Unlike forex/exchange, where you just need to know
As such no error but not able to launch new charts via following script. already created and tested the template. Script should open new charts and apply the associated template. template already has required ea and indicators. void OnStart () { long iChartID_1 = ChartOpen (
Traders! can anyone help me set up MT5? I am not able to purchase and run a virtual server . Configuration for Mac os and windows. My telegram: <...> Thank you in advance. Regards, Paweł
Hi I had rent VPS Subscriptions for 3 months to runing my EA and I already select "Auto Renew" about my EA "My EA had a function that remember the last entry price position and it will be change every time when the condition are met and open another position." My question is when the exparation
When I export my entire report history for my account I suddenly do not receive all 'orders' history (only shows the order for the current month). 'Positions' and 'Deals' are extracted correctly. Anyone knows what is going on? Thanks in advance