General - page 60

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服务器。但在“虚拟主机向导”的界面,提示“没有主机服务器可用”
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
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;
Hello! Could someone please assist me with the issue of making a $15 VPS rental payment? This has been an unresolved issue since 7.8.20 1. What payment method do you want to use? I tried all of my payment options with Paypal (4 cards and my bank account), but they all failed for some reason with
[Deleted]
  Want my money back  (21   1 2 3)
I want my money back.. i put 20usd on this account from PayPal, i did not know you have to be a seller to retreive it. I can't and don't have the means to put passport pictures or all that nonsense.. I WANT MY MONEY BACK NOW. You  can just put a PayPal link without a fuss, this is a sc*m of the...
Can you also test multiple EAs at the same time in MT5
I want to add/remove (toggle) an indicator using a CButton button from a CAppDialog. Let's say the indicator is Donchian Channels, which I use iCustom() to load. Adding the indicator is trivial. I simply use iCustom() to get the handle then use ChartIndicatorAdd(). Removing the indicator (as of...
Hi I can't connect my mql5 profile to MT5, i have this message when i try to connect : Virtual Hosting failed to connect to server ' www.mql5.com ' ( www.mql5.com:443 send request failed [12169]) So i can't use some indicators that i bought on mql5. But i can connect it to MT4, so the problem is
Hello dear seller and developers, I know most seller and developers wants to add new payment method to withdraw their money, because some of them can't withdraw their money using PayPal or card methods because their country restricted to use this feature, and everyone knows webmoney not acceptable
I just bought the " Trade Manager DaneTrades" manager and they took money from my card and it said that I should use the same email for paypal as for the MT5 account. The payment is not under "Purchases" and money is taken from my account. How do I refund this
Staff, How do profit withdrawals affect the growth of Signal accounts
Hello, I would like some help. In fact, I made a one-month VPS subscription and I did the migration as required. But I noticed that compared to my expert advisor (free robot), when I do the migration, even if my "trading algo" is deactivated, the EA still continues to work, I use my EA to trade
hey , i have no any trades open why the chart shows my equity dropping so low ? thanks