General - page 41

i can't login with my google account because mt4 pc terminal not have google login options how can i login with G account in mt4 pc terminal? ( i try many name options but cant login) , if i try new account option, system said me "this account in use)
Hi everyone. After some struggling I change the account number at the VPS on the website but now on my Metatrader 5 I don't know how to connect the account to the VPS. When I right click on the account on MT5 I see "register a virtual server" and it take me to the tab for buying a VPS service. Any
I cannot access or use the overview report in MT5, when I open the overview report, which appears the whiteboard, doesn't show my performance. How can I fix this problem of my MT5
I searched a lot, but I could not find any related article/ documentation about it. I know how to display a text/label on top/bottom of each candle, but this is not what I'm looking for, as shown in below picture, the number of labels (marked with red rectangle), changed based on the scale of the
In my MT4, it says 'Invalid Metaquotes ID', and the id is available in Profile-> settings-> messages. But in my case, when I go to this section, it says ' WebSocket connection to 'msg3.mql5.com' failed'. please help
Hi, I have an EA that open and closes positions, but my trailing stop and breakeven isn't working properly on VPS, but it works just as expected when backtesting. void trailSlAndBreakEven( void ) { for ( int i = 0 ; i < PositionsTotal (); i++) { ulong posTicket = PositionGetTicket (i);
Hello everyone, I want to modify the MT5 built-in Experts: ExpertMACD.mq5, if the current signal is to buy, then open a sell order, if the signal is to sell, then open a buy order I have no experience with MQL scripting , but I know it's probably a simple line or 2 of code that could be edited to
  AI 2023. Meet ChatGPT.  (2155   1 2 3 4 5 ... 215 216)
In this thread I propose to discuss a noisy, perhaps prematurely overblown, but undoubtedly significant event in the field of IT technologies. An event that even hardened sceptics cannot ignore. Scientists, programmers, artists, entrepreneurs, workers. Everyone is watching, thinking or talking about
Good afternoon , I am newbie and I would like if someone could help me in developing an EA with metatrader 5. When I developed I get this message and do not know if mine is wrong or is that the broker will not let me . can't open
Hello, I provide service to my users to copy my trades and using octafx broker.Currently i have 40 clients who are copying my trades and i have setted up vps for these clients. Last night I received error of connection lost to octafx and all of my trades closed and reopened with same lot sizes only
Good morning, I don't understand anything about programming and I found this wonderful forum full of very expert people. I would like to test an automation that replicates what I've been doing by hand for a month: opens a BUY operation on EURUSD of a fixed amount (for example 50 euros with x30
  Service Desk Bug  (3)
I have an open Ticket, but i cant update or close it. I also cant open a new one. Need help
Hello, guys. Do you know why I can't get tick volume or volume_real from Meta5? Please see the attached picture . The Depth of Market table (on the right-hand side) shows "Volume" numbers on the platform, but I need help getting these numbers into the export (CSV). So far, I have tried the
I have tried telegram bot but it wasn't work. Pls help me
Hello, I am testing the functions with vectors and matrices a little and initially I have encountered this problem I don't know what the formula is behind the result that this function gives me. I thought it was a weighted average, but the result does not coincide except in 2 elements As an example
Image an scenario where a 1 lot long position is -$100 in profit, and it is hedged with 1 lot short position, locking the profit at -$100. Say the price moves even lower, and I want to reduce the lost to -$50 while keeping the positions balanced. How can that be done? I thought one should do a
Greetings coders. There's an interesting task to do something really useful, and I think crowdsourcing would be a good option. First, the results of the work will be available to everyone in the early stages. Second, we will make something new using MQL. And perhaps we will even ask the MT
I am new to mql5 programming. I wrote a basic code like this. But it is not possible to run it completely. I hope you guys with experience here can help me fix it. Thanks a lot ! Here is my code: input double lotsize = 0.1 ; input int SL = 100 ; input double RR = 1.5 ; input int
I would like to be refunded as the vps is not working as it is supposed to
hello i need ea that moves take-profit instead of stop-loss to breakeven after reaching distance points in loss from input where to find that ea anyone can help :)
Dear Friends, I can not send e-mails with the Gmail servers (smtp.gmail.com:465/587). Gmail no longer supports sending email. Can you offer me any other solution for instead of smtp.gmail.com? Thank you in advance
Hi all, Anybody knows about CID in MT4 operation ? Any different between CID in MT4-directly installed and MT4-portable folder? EA/Indicators/Scripts have private CID? If 2 trader use the same EA/Indicator/Script, can broker know that
I have an ea and added a custom indicator. I added it to the resource and built it successfully, but when it was published on the market and Automatic validation, I got the error cannot load custom indicator 4802. Even though it ran successfully on the strategy tester. Please help me. Thanks
I tried to start MT5 with python script but it failed with errors: 2024.06.11 10:35:47.217 MQL5 unknown type, loading of initialize (EURUSD,M1) failed 2024.06.11 10:35:47.217 MQL5 cannot load script 'demo' from start config Details: # command to run mt5 wine terminal64.exe /portable
  50k dollars a month  (368   1 2 3 4 5 ... 36 37)
Hello forum Has anyone met or contacted those successful scalpers who make fictional figures of profit per month? im starting to think its a myth, haven't met anyone real who can scalp for those high profits, using a small account as a start!
Why is my journal full of this? 2024.06.09 19:55:25.576 MQL5.chats: activated for 'TomiLuv' is it something to do with the VPN? ALL of my brokers (2) are saying this every few minutes. thx
Hello there! I would like to know how I can automate the process of loading a .set file to the test model I have developed instead of manually doing it every time. Is there a way of doing this
Hello everybody, I am having the problem of calculating if my strategy is profitable or not since some of the positions are long term, and when I do the testing it shows me 0 swap costs, does anybody know how to solve this
Hi I'm new to trading and MT5. I have searched this enormous and incredible portal for quite some time, and I cannot find where I can set a control to enable viewing the current position of my trailing stop, in the way that Stops and Take profits are displayed with a dashed line and some data. The
Hi I want to receive that ticket when I open the position. There is a similar command in MQL4: Ticket_Number = ordersend(symbol(),OP_BUY,1,Ask,..........); But , I need this in MQL5 Thank you for your help