General - page 129

//+------------------------------------------------------------------+ //| Session_EA.mq5 | //| | //| Copyright 2024, OpenAI Copilot | //|
Hi i have rsi ma indicator. I would like to convert this indicotor to mt5 platform. It will be possible or code is too complicated
I am trying to include CTrade in my Expert Advisor and it says its not found, I am not sure what is happening here
Hey there, Does anyone know how to change the text of the EA while it's loaded. For example: EA.mq5 will display EA in blue text and the hat icon on the top right of the chart. Does anyone know of a quick way to change the Hat icon or preferably the text to say something like "EA **paused**"? Thanks
MT5 app for IOS stops recording price action while screen is off. That creates a time gap, lack of chart continuity, indicators messed up. Problem appeared only 2 days ago on ipad and iphone, months before that everything was working perfectly. I have cleaned the cache and updated apps however
  What do you think of the gold joke?  (74   1 2 3 4 5 ... 7 8)
US prepares to halt precious metals quotations and fix official dollar exchange rate 29.12.14 17:10 Economy Source: Les États-Unis préparent la fin de la cotation des métaux précieux et verrouillent le cours officiel du dollar From 22 December 2014, fluctuations in precious metals rates, which have
I need to delete a market product draft. I do not see an option
#include <Trade\Trade.mqh> CTrade trade; input double PartialProfitTarget = 500.0 ; // Target profit in account currency for partial closure (TP1) input double FullProfitTarget = 300.0 ; // Target profit for full closure (TP2) input double PartialClosePercentage = 0.5 ; // Percentage of the position
Hello, Is it possible to have 2 trading accounts and separately subscribe to the same signal with both accounts (paying twice for the signal of course)? If so, how is this managed by the terminal
Hello, Saturday and Sunday market closed so EA does not performance and Monday market reopened. So between Market close and Market Open does MT4/MT5 Deinit and Reinit automatically? Deinit when market is closed (Saturday) and Reinit when market is opened (Monday)? or EA does not deinit and reinit
Hello everyone, I hope this message finds you well. I am encountering an issue while testing my EA today, and I'm hoping to get some insights. Yesterday, everything was running smoothly, but today I'm receiving the following alert: ``` 2024.03.01 09:46:07.550 Tester EURUSD : no history data from
Can anyone help, I'm looking to rent a vps to run an EA. When I try to use the vps from mql they refer me to download MT5 when I want to use it for MT4. If I rent the vps from an MT5 account, can I also run MT4 accounts on the VPS
Is the dema indicator not available on MT5 mobile or are there extra steps needed to be able to use it
Good morning I have a problem that doesn't help me write my code. Here is a test code which reproduces the problem on my side it will just display in Comment() the choice of user input ENUM_TIMEFRAMES g_TimeFrameInp = PERIOD_D1 ; and display the current outstanding value selected on the
Can you use forex robots on demo account from MT5 or other forex I opened several demo accounts on different forex and when I login it shows me 0 money and on that forex I have $1000
As you can see, my MQL5 can't get chart even though I changed accounts, update to the latest version... And it happens in every pair. I'm using Windows 11 dev. The price at the market watch is still showing correctly, but the chart is not. Can anyone tell me how to fix that problem
Hello all I noticed that you cant change vps host location manually anymore. Am i missing something? im stuck on a location from a previous account from when i moved broker. does anyone have a way to change default host location? or do i need to delete the vps and start over? can i even pick my
[Deleted]
There is StringToInteget function having long as return type. What about ulong? Tickets have ulong type. Assume I need to store a ticket as the string then load it and convert back to ulong. How to do? MQL5 has not StringToUlong function
Hi, i got a Problem with validation on market here with my EXpert Advisor this is the Problem ; invalid lots amount for OrderSend function The EA IS RUNNING ON Mt4 without Problems. But Validation on Market here dont works. Can anyone help me? here is the code
Not receiving the confirmation code to mobile device to confirm changes are made by profile owner. Good day, i am not receiving the code send to my mobile to confirm my identity when i am adding an MetaQuotes ID to my profile
  renting a VPS  (2)
Can anyone tell me how many accounts/platforms can be hosted on a VPS? I have 3 Live accounts that i want to transfer from my computer to a VPS but i can't find info about this in the migration info and the bot is very limited Any help is appreciated
Hi everyone, I am currently coding an EA around news trading. My aim is to trade around given news such as the US GDP values annoucement for example. To do so, I check the calendar and compare the event IDs of the day with the ones I stored in an array. However, my problem is not on the code itself
Hi team I have this message when I try to place a trade with MT4 Trade Assistant: "Trade by symbol is disabled by the trading server" I still can place a trade for the same Symbol manually... Never had this problem before with the trade assistant. How can I fix this? thanks Adam
Hello support, I consider to subscribe to following signal, but it is not possible: <link to the signal was deleted by moderator> The signal provider has already reduced the laverage to 1:100, but it is still not available for copy user. Why is it so
One of the EA's I use uses grid trading. Recently it closed all trades excluding one. It is relatively in a large drawdown. Why did not it close? Same EA on 10K and 5K accounts closed all trades. But in the 200K trade it did not close. I changed the magic number. Can it be because of that? Attached
When I double click on an existing order or right click and then select "modify or delete", NOTHING pops up. Anyone experienced this before
  Installation is failed  (27   1 2 3)
I got the following error message when trying to update a paid for EA on my live VPS. Any idea what the problem might be? Thanks
I prefer to work with minimal distraction. One thing that works for me is to theme Windows with the classic, more minimal skin. There were too many problems with MT4 which forced me back to normal theme. MT5 I hope will let me somehow work into using permanently the Windows theme I create. While I...
Hello, I have this simple code: string name = ( string ) iTime ( Symbol (), PERIOD_H1 , 0 ); ObjectCreate ( NULL , name, OBJ_RECTANGLE , 0 ,zone.ZoneTimeStart,zone.ZoneHigh,zone.ZoneTimeEnd,zone.ZoneLow); ObjectSetInteger ( NULL , name, OBJPROP_CORNER , 0 ); ObjectSetInteger ( NULL
[Deleted]
Hi, I just installed the updated MT5 on my Mac M1 Pro, and it seems not right. The app is running slow, lagging, and opening as wine64 instead of Metatrader 5. I have my friend with same device and it is working fine, also running as Metatrader 5. Is there any solution for this