General - page 494

Hello guys, while learning MQL5 I wanted to code an indicator which prints a dot in the middle of the candle body. A green dot if it is a bullish candle and a red dot if it is a bearish candle. Can somebody please tell me what's wrong with my code? #property indicator_chart_window #property
  Copy Trade  (4)
How can i install and use a copy trade. My friend and i bought a robot and i put it on my machine, so now, i need to send the signals to his metatrader thats is in another machine. So, my metatrader should be the mester and his, the server. Anyone knows how to help me? I apreciate
  Error on EA after migrating  (18   1 2)
Hello, today when i made some changes in the setup of my EAs and migrated to VPS it stopped to works with the error 546, like image below: I already tried to change the configuration back and got same error. I tried to change server on VPS, but still no success. The EAs and VPS was running for more
  Help  (2)
Hi! Can you help me with a srcipt capable of performing the following functions: Opening of the 3 purchase orders with TP and SL if possible to repeat every 10 minutes for a whole day or even more? For example: SELL EURUSD TP 10 pip and SL 10 pip at 7:00 a.m. and reopening at 7:10 a.m., 7:20 a.m
How can I scale the image according to Display Resolution? For text size and other object size I am using the scale factor TerminalInfoInteger(TERMINAL_SCREEN_DPI), but the picture (CPicture or OBJ_BITMAP) does not scale if I change the width or height. Please help me
Hello guys, I need some help with File-Management... if some requirements are met, my indicator saves a screenshot. This screenshot can only be saved in MQL5/Files. Now I want to copy or move this screenshot to any free folder. I tried it with CopyFileW() and MoveFileW() but it didn't work properly
Hi everyone I have purchased 12 EAs over time and have installed these on my VPS platform. I wanted to update some of these to the new versions but can now only see 3 of them in the 'Market' tab . The missing EAs can still be seen on the Navigator panel but I have no idea how to update them as they
Good day to all, I'm using MT4, but I just started to convert my indicators and scripts to MT5, so MT5 is new to me. I'm using the code below which is in principle the same as I used to calculate the starting point of the grid in MT4, but in MT5 LastGloseGridnumber is calculated as zero which is not
  Username Change  (1)
Hi guys please someone tell me the way to change my username. please help
I use integrated VPS and latency is still very unstable. Sometimes it's only 3-5 ms but sometimes you see in my shot. What I do wrong getting such a high latency? Note: my robot allways sents four trades on the same time
Hi guys, I'm new in forex and I appreciate your help. Do I have to have an account in the same broker where I'm hiring the signal? for example, My account is on FxPro.com-Real05 and the signal that I'm looking for to hire is from ICMarkets-Live03. Do I have to open an account in IC Market and an
Good Day all - Does any one have similar issue. VPS stated as New York. Expert and indicator was removed when I synchronize to VPS
Signal to set to the wrong broker account and i have to wait a week, can that be changed
Hi I'm considering to sell my signal but have a concern about lot size. I guest that all follower will have the exact lot size according to the signal  If my EA open order at 1 micro lot which is best for my fund, Is it possible to automatically change lot size at follower's side ? Another question...
so ive built a scalping ea that trades based on stochastics high/low and price position, but for some weird reason i have to keep re compiling for it to continue to work properly. when my trades are initiated, well sometimes and sometimes not, with the indicator pulled up on chart on a live demo
Hello! I have an issue with Meta Trader last day because the Profit column in the Trade tab is not updating accordingly to the real situation. The number stays frozen as it was when I relaunched the software. I have already restarted PC. The connection seems ok and the ticks are working. What is the
i signed up for signals to my mt4 account, however it wasn't receiving signals so i changed it to another mt4 account however, when changing it the login for receiving the signals was incorrect. is there anyway someone can override the subscription and change it to a login that i give before a week
I'm subscribed to a signal, and it appears that there were a coupe of signals that were opened and closed that aren't appearing on their trading history. It also appears that there are more losses that don't seem to be appearing as well. I'm just wondering if there is a way they can manipulate the
Hello, I am on a mql5 VPS server. And I am copying a signal. It is only giving me negative profit for 2 straight days. The owner says " you are copying another exchange high leads to the copy delay. I can show you the pass view bot is really ok if you copy from another exchange it is very easy to
mql5\Scripts\Export_Summary_By_Days.mq5(12,11) : error 106: can't open 'MQL5\Include\Trade\DealInfo.mqh' include file mql5\Scripts\Export_Summary_By_Days.mq5(74,4) : error 256: 'CDealInfo' - undeclared identifier mql5\Scripts\Export_Summary_By_Days.mq5(74,14) : error 256: 'deal' - undeclared
The title says it all really.. I've had a couple of notifications on MT5 iphone app today telling me someone in different locations is accessing my account, it also says they're accessing it on an iPhone 12 which I don't have. Is there some sort of two factor authorisation on here where you need a
What’s the difference between currency trading and cryptocurrency trading? And which one is better?” First fact: The foreign currency exchange (or Forex) market and the cryptocurrency market are separate. These markets have unique aspects that make them appealing to traders. The Forex market is the
I have trouble going left by clicking the home button on my Dell Laptop
Hi, I want to open a new account, but List of brokers is quite limited for me. I have tried adding brokers, but nothing, so my list looks like this
Hi there - I decided I wanted to start using a signal, so I set up a new MT5 account (my other one is through a UK broker and so didn't think I could use that account). I subscribed to the signal, subscribed to the server, but have realised it's on the demo account. I have tried to set-up a new live
i get this message on journal signal - synchronization failed processing of trade actions disabled and i cant receive any signal
Hello Can someone explain why i cannot trade for a amount for example 0.25 lot of gbpusd ? Thank you shaoh
hello i want to add specific text label to rectangle box edge . this is part of source code what i found and want to add specific text like "Support Line". ObjectCreate(s,OBJ_RECTANGLE,0,0,0,0,0); ObjectSet(s,OBJPROP_TIME1,t1); ObjectSet(s,OBJPROP_PRICE1,BuferDn1[i]);