General - page 2

[Deleted]
Dear all... Searching for a way to get different market data from the same Metatrader installation simultaneously, I have found this (https://www.metaquotes.net/en/company/news/5224). There is a Market Data Subscription service. I have tried to find more about it, without any success. Metaquotes
I have learned a lot about MQL5 storage. I like it very much. I used to use revision of my repository in the code when I use local SVN. I'd like to switch to MQL5 storage. I don't know how to get revision with MQL5
Hello Guys iam a new Trader and i learned the Supply and Demand strategy it worked fine 2 Times but still it takes too long, i trade it on 3m 5m 10m Timeframe but still it takes too long am i doing something wrong? Today i drawed an Demand line at 13:00 ( 1 PM ) and till now as iam writing this post
I have and EA being built and the freelancer can't resolve a problem. It works well in hedging accounts for CFDs, but on netting-furures contracts it presents the following mistakes: In MYMU21-most active contract, live demo: 1 - Although N value (ATR*tick) is correct and lot size shows correct
  How to delete account  (15   1 2)
I want to delete my account and I have no idea how to do that. The tech support on this platform may as well not exist, so can anyone tell me how to delete my account? The reason that I wish to delete my account is so that I can set up a real trading account. Currently when I attempt to do so, I get
I've subscribed mt4 signal for next 3 months and  when 30/4/2017 signal will be 2 month left. So If I dont want to use this signal anymore, Can I refund for 2 month that i paid before? Thanks,
Hello, I have a problem with MT4 and I can no longer log in. I have already reinstalled, restarted VPS, deleted community folder, etc. without success. Please help ! It works with METATRADER 5 but I only have MT4
When I go to create a new signal I get this message Your application has been rejected Sorry, your application has not passed automated checks and has been rejected. You have correctly filled the required data, but the Verified User status could not be granted to you for security and service
Hello. Does the percentage shown include deposits made throughout the signal
hi guys i ve got problem today . my pending order isnot active today. i couldnt set any pending order!!!! any body have an idea how to active this feature
Hello, In MT5's strategy tester, backtest tab, profits and losses by hours chart, are those bars in that chart indicate trades that are finished at that hour or started at that hour? if anyone knows the link where i can read up on this it would be greatly appreciated. thank you
Can anyone help me please, I don't understand as my product are not visible to buyers but I have no do anything wrong. All my products are written this statement. Author debarred from selling products
Hello experts! As a daytrader in scalping, i am looking for a solution where i can execute on MT5 mobile app (IOS), but auto pre-set the TP and SL. This is not possible as a "default setting" on mobile app, i can open a position and set a TP and SL but when markets moves fast i waste my time trying
Hi, Is it possible to scale out the "depth of market" chart so that I see only round values, e.g. 5020,5021,5022, etc. for US500? I searched the forum but didn't find anything on this subject. The question concerns mt5. Some other platforms offer such options. Regards
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
Hi There, Can anyone please advise why i have this message when i start my MT5 software? Tester: "cloud servers switched off". I cannot use the strategy tester because of this issue. Thanks
All lessons of Codersguru: https://www.mql5.com/en/forum/175653 Mql - Metatrader Development Course | www.metatrader.info https://www.mql5.com/en/forum/172885 All Codersguru lessons + questions/replies and so on are on this section Metatrader 4 mql 4 - Development course - Forex-TSD Book: https...
  Indonesian Member  (5988   1 2 3 4 5 ... 598 599)
I want to know how many people from Indonesia is joining this forum. If you're from Indonesia, please comment this topic..Thank you..
Hi All, I have built an EA and wish to test. But I am having problems backtesting with the strategy tester on MT4. Initially, I have done a test on the ST with same code, BTCUSD on 1H timeframe. It generated a result. I repeated with 4H, 30M, and 15M and the ST worked fine. However when I tried with
  AI 2023. Meet ChatGPT.  (2136   1 2 3 4 5 ... 213 214)
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
High profit, Minimal drawdown
Hi in mt4 i saw that max number of bars in history can change in Tools -> Options -> Charts with max bars in chart, but how can i change in mt5?, there is only max bars in chart, i could not find any answer for this in the forum as well, using all rates_total in each indicator in mql5 consumes too
I want to rent a new vps server. But in the "Virtual Host Wizard" interface, it prompts "No host server is available" 我想租新的vps服务器。但在“虚拟主机向导”的界面,提示“没有主机服务器可用”
The attached code is my effort to create a Stochastic Oscillator Divergence indicator. This indicator is supposed to send the relevant alerts whenever there is a bullish or bearish divergence . I created the indicator by modifying the RSI_Divergence.mq5 code (which does not have alert features). The
please find attahed screen shot of the mt5 plaform indicating the problem of missing 'Trade' tab. Please tell me what to do to get the tab back on the tool bar
What threshold should I use? All of them are equally needed to make decision. I tried doing it on my own but it still trading using 1 indicator only and not all. MACD significance: 10 m_pattern_0(10) SAR significance: 40 m_pattern_0(40) RSI significance: 70 m_pattern_0(70) Timefilter has 0
[Deleted]
Why I am having this restriction. I can even create new account. Support team is not responding yet. I still have balance in my account and i want to purchase other EA too
Can someone please assist me with solution to resolve warning message in below code. implicit conversion from 'number' to 'string' double CalculateTotalRisk( string symbol, double sl) { double totalRisk = 0.0 ; for ( int i = 0 ; i < PositionsTotal (); ++i) { if ( PositionSelect (i))
Hello everyone. I'm trying to create an extension that would allow adding notes and displaying them prominently in MQL5, always visible. I don't know C++ and the principles behind creating these extensions, so I used ChatGPT to write the code. During the process, I managed to fix some errors, and
  Magic number  (10)
Hi traders, If I run the same expert on more than one chart but different pairs for the same account. Can I use the same magic number for all pairs? Thanks