General - page 49

I'm registered, using login + password from my normal MT4, i can use the MLQ5. Making this from my VPS , it know me, but ask always in the access, SIGN IN. But using the credentials, everytime no reknow me and i cannot enter oin MLQ5. Someone can help me please
Hi All, a couple of my EA's works fine live, but don't make any activity (e.g.opening / closing positions) if tested with the strategy tester ; some others don't work at all neither on the strategy tester nor live; others, just work on the strategy tester but not live. I would appreciate a lot if
I am a new trader and using MT4 and MT5 platform. yesterday, I observed that the 4hr Candlestic formation at MT4 and MT5 is not the same. (I think the issue happens due to how they combine the consecutive 4 hrs)
So there is a signal which trades 3 symbols, in the 3 symbols 2 symbols trade well, one is a disaster so much so it even takes on profits of the other symbols, because of it the service has had 3 drawdowns of 60% is there a way i can disable the signal? removing it from market watch doesn't help it
Hello everyone, I'm currently dealing with an issue where my MT4 signal service closes certain small positions every time my broker charges a daily admin fee. My account is already at a 40% drawdown, and today alone, I lost $80 due to these forced closures. The broker has informed me that they
I am attempting to write a few different EAs but cannot figure out how to 'fix' one problem I am having. I've been able to modify my ideas slightly to accommodate what MQL5 is ultimately doing, but I would like to still test using my original thoughts... After going through a handful of logic in the
i got this error this morning when trying to start a withdraw from my earned funds via paypal.. this happended on the first try..had a similar issue yesterday trying to withdraw via bank card any tips? We can't send code to you. Confirmation limit exceeded. Maximum 3 confirmations can be sent per
I created a Custom indicator to use in the MetaTrader Editor Wizard, utilizing the instructions from: Create Your Own Trading Robot in 6 Steps! - MQL5 Articles . the finished Bot that is using the indicator tested successfully and all parameters were optimized without issues; however, when I tried
Hi, can anyone please tell me if there is a solution to MT5 that I am having an issue? After the system opens from being closed or it reboots, my tool bar (standard, line studies, timeframes) and status bar menu items have to be re-selected and checked in order for them to show on my charts
I'm sure I'm being an idiot... I've got one live challenge account with FTMO, running 4 EA's. I want to attach a new EA to my demo account to live test it. Every time I double click on "MetaTrader 5 Desktop Demo" all of my EA's get transferred to the demo account, and algo trading gets switched off
I have seen that articles can be downloaded in PDF format, and I wanted to ask if there is a way to download all the articles with one click, or if it has to be done manually
Hi guys. These 2 experts are inspired on 2 "pine script" successful strategies. I did it in MT4 and the problem on strategy tester is always the same (despite 0 errors and 0 warnings). Am I missing something? I leave the both files attached. I can also share the tradingview pine editor code with
Hi, I have tried everything but i keep getting this error: 'WebRequest' - no one of the overloads can be applied to the function call bool IsHighImpactNewsUpcoming() { uchar result[4096]; // Buffer for the response string headers[]; // Empty array for GET request int timeout = 30000; // Timeout in
Hi, I need help as my money is locked into a project since early November and the developer is not responding to any messages. Support says I should wait for the developer, but he is not responding OR have even attempted to do th job. Please HELP Thanks
Hello guys i recently had connection issues , i cannot login with any of my accounts after login connection looks stuck 0/0 . No firewalls or antiviruses are active i excluded metatrader from windows defender. Could you help me
I want to buy VPS hosting, but when I read a little about the terms and method of operation, I noticed that it is not possible to allow indicators or expert advisors that use DLL. Knowing that the main reason that prompted me to decide to purchase VPS hosting is an indicator and expert advisor that
Hello! I have 2 different MT4 terminals from the same broker. One is logged into a demo account and the other is logged into a live account. I am able to see the "VPS Hosting Speed Up" option in the latency area of the demo account terminal, but this option is NOT appearing on the live account
This guy sending me Golden Buffalo 6000% every weekend, is very boring, I don’t know how to block him, is he on my friends list? how can he message my chat? Please how to find Copyboy and stop him
When I press Start debug on real data button, It opens real chart and display yelow, white curve + arrows - it is OK. When I press Start debugging on history data button, it opens strategy tester, but with different indicator. In the MetaEditor my project is EA and it by clicking on blue button
Is it possible to withdraw money to corporate bank account? If yes, which closing/confirmation documents/emails you can provide for bank
Been having issues with MetaTester since Friday - and I think I finally figured out what is wrong: agent7.mql5.net cannot be connected to. I have 4 machines on the same network, but only 2 of them will connect after 7/19/24. All 4 had been running fine for months. I've tried everything suggested
Hello! I want to earn money via my computers resources. I learned that thru mql5 cloud network. But upon installation, it seems like it is only available for windows computer. I am using macbook. Is there any other way around to start with this on macbook
double sell_stop = support - Point; double buy_stop = resistance + Point; for my5 expert in these lines i got error ';' - open parenthesis expected
Hi there!,, I have been testing and returning few small MQL5 functions.. but none are returning any values!.. eg. Such as Signal info, and History Transactions/Deals. double totalDeposits = 0.0 ; double totalWithdrawals = 0.0 ; // int totalDeals = HistoryOrdersTotal(); int totalDeals =
Lot size = Risk Money / (Stop Loss Distance * Tick Value) This formula retrieves the lot size. Since Price levels are same and tick values are same for every broker that lot size is the common lot size . But the required margin for that lot size could be different due to the leverage of the trading
Hi, I'm just asking in case there's something I wasn't aware of. If I want to move my current attached indicators from one chart to a different chart (on a different symbol) - how do I do it? Is the solution to save a template, and then load that template on the new chart
It seems return value of indicators is not being respected by terminal. It works for Experts, but not for indicators. Expert code: int OnInit () { printf (" OnInit () returning: INIT_FAILED : %i", INIT_FAILED ); return ( INIT_FAILED ); } Result in Terminal Journal: 2024.01.28 11:15:52.140
Hi developers If I set a button/label height and width according to screen DPI like below double screen_dpi = ( double ) TerminalInfoInteger ( TERMINAL_SCREEN_DPI ); m_DPIScale = screen_dpi / 96.0 ; height = ( int ) MathRound ( 170 * m_DPIScale); then how can I find appropriate font size for that
HI all! I'm developing a "Helicopter View" of all symbols and all timeframes. My approach is using sufficient handles for the built-in indicators. Thus, creating & freeing the handles intensively as the following #include <Telegram\ Comment .mqh> #include <Indicators\Trend.mqh> CiBands BB20;