Forum

How to Send Requests via MQL5 VPS?

Hello everyone, I’m currently running my EA on MQL5 VPS and I’d like to understand how (or if) it’s possible to send external requests from the VPS environment. Specifically: Can the EA make WebRequest() calls while hosted on MQL5 VPS? If not, is there any workaround or alternative method to

Will My EA Keep Running on MQL5 VPS After Changing Master Password?

Hi everyone, I’m currently running the same trading account on 2 different VPS instances. On one of them, I only want to monitor the account without allowing any trades to be executed. Because of this, I’m considering changing my master password. But I have some doubts: On my MQL5 VPS, I already

Loading sets window doesnt working in macbook

After reinstalling to upgrade the version, it disappeared. I just wanted to inform you so the developers can fix this issue

The 'Storage' tab is not visible

While developing code in MetaEditor, I accidentally activated MQL5 Storage . After that, the files under the Navigator became invisible. I tried to deactivate it by logging into my account, but I couldn't find the option. How can I disable it or access the related settings page

The EA I developed needs another indicator in the market. How do I put it in the market?

I developed an EA on an indicator I purchased. I want to sell this EA. However, can those who download the demo automatically download this indicator as a demo? If the indicator is updated, it may not work correctly in EA. Can you give me an idea about this? I am thinking of warning those who

doesnt show anything in [CalendarValueHistory]

When i try this code to get the number of events; It doesnt give any results in strategy tester but it works in real data. Why doesnt it give any data in the backtest? How can i fix my code? Thanks void OnTick () { datetime start_of_day = iTime ( _Symbol , PERIOD_D1 , 0 ); datetime end_of_day =

backtest shows swap for islamic (swap-free) accounts

Hi guys, I have my own EA to test it in my broker. While testing, it shows swap fee but it wasnt showing before. It happened after updating mt5. How can i fix it? Is there any idea

I send Slippage 0 but my broker results my position with big slippage

Hi, MqlTradeRequest request; MqlTradeResult result; ZeroMemory (request); ZeroMemory (result); request.action = TRADE_ACTION_DEAL ; request.type = ORDER_TYPE_BUY ; request.symbol = _Symbol ; request.volume = NormalizeDouble (buy_volume, _Digits ); double price = SymbolInfoDouble (