General - page 66

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
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
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服务器。但在“虚拟主机向导”的界面,提示“没有主机服务器可用”
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
How to prevent the MT4 stop running and show the words "old version" ? I'm running EA on my MT4 and not often restart it. May I keep the MT4 running and not doing any updates
Hi there, any one can help with a well detailed code to calculate total profit and loss including swap and commission. Help will be much appreciated
When i try to download some indicators for my MT5 trading platform , sometimes I get this message in Journal: failed to compile file "C:\Program Files\MT5\Indicators\Downloads\<indicator name>.mq5". Most indicators work well but some just don't and i would like to understand why is it so. Thanks for
  VPS  (11   1 2)
I have paid vps I open MTS 5 today and it's not there what should I do
  MT5 Frozen  (4)
Hello. I logged into MT5 this morning and it's completely still. I have tried turning off my computer and restarting, but it's still not working. Any ideas
Dear all, I want to add alerts in one of my indicator I am using. The alerts should include all of the options. Email, SMS, whatsapp, discord. I have been told i need to get APIs for these services. 1. Is it possible I can watch a relevant video of how this can be implemented 2. Is there any article
Is there a way to automate the values, for example every month? I have used this code, but my code is complex and I would like to know if there is any way to do it directly. Thanks. void OnTick () { int bars = iBars ( _Symbol , PERIOD_MN1 ); if (totalBars != bars) { totalBars = bars;