General - page 130

I have zero spread account in HFM. All the pairs have "b" suffix at the end. Example EURUSD become EURUSD b . Can I follow master copytrade without "b" suffix ? For example my master open buy EURUSD so i will follow to buy EURUSD b
Hi there, So i have created an EA and wanted to run an optimization test on MT5 using a custom symbol with Tickstory data over the last 5-10 years as the regular data quality on MT5 only went back 15 months with 100% data quality then drops of which isnt good enough hence me trying to use the data
I'm using a VPS hosting for my signal, it stop working frequently everyday for some minutes and sometime for hours, how can I ask for customer service in MQL5 to check the quality of the VPS. This is not my first time with VPS, However, it's the first time to get a very bad VPS hosting
Have increased the "version" property from 1.0 to 2.0, but cannot upgrade EA since today
  new bee  (4)
as a new bee can any one put some light on EA which one should i buy or which is the most used strategy for gold
I want to access the information from the file generated upon the completion of the expert optimization, such as the profit factor of each result
What is the name of this indicator? https://www.youtube.com/shorts/YaUaYZ5pSm0 Thank you all
Hello All, This happens to me 2 days ago when the strategy tester is not working. I tried to reinstall, but this did not solve the problem. (Even on a new folder). Here is a dump on the strategy tester journal report using the MACD Example script. Hopefully someone here would be able to help. Thank
So I've been using this indicator for a few months. I know the Absolute Strength Histogram does not repaint. But I think the super Signals part within the indicator might. I have gotten some really wonky buy/sell signals. If someone could take a look at let me know it would be greatly appreciated
Hello, I would like to sell my EA (Expert Advisor), but it uses three currency pairs simultaneously. When I test it to perform trades, it doesn't work because it's a strategy that cannot be backtested. How can I sell it
So, i have made this code to print the list of all trades made in the backtest. But it does't print anything, there is trades (i did't shared the strategy code, but there is roughly 40 trades executed in the backtest). Could someone please help me fix my code
hi i define a function a to add moving average to my chart with pressing a button //+------------------------------------------------------------------+ //| Function to draw Moving Average | //+------------------------------------------------------------------+ void
Hello Community, I have programmed an EA that is supposed to enter trades based on fractal breaks. I have programmed my own fractal indicator for this, as I want to adjust the period. The logic is quite simple: as soon as a high fractal is broken with a close above it, a long trade should be placed
Wondering how to go about acquiring some defense strategies when trading. Example, things you do to protect your account and reduce losses
How do you think this interest rate cut, scheduled for June 6th, will affect the EUR/GBP and EUR/USD exchange rates? I believe in a potential upward trend for both exchange rates, but at the same time, I suspect that the cut could lead to a slight short-term devaluation of the euro and consequently
Hello dear community! I just wanted to know if authors who write new articles on MQL are still paid 200USD or does it no longer exist
I can not login mql5 account in MT4 . Please Help . I want to run telegram to mt4 and i have buy product from mql5 market. . So I want to login mql5 account in mt4 . but login fail
Hi I cannot log in to MQL5 community in all MT4 terminals (log-in is normal with MT5). I get the following messages in the Journal tab after the failed sign-in: MQL Base: failed connect to server Code Base: failed connect to server MQL5.community: authorization failed Notes: - The MT4 terminal is
i have ben trying to fix the issue for some hours and it is not yielding, please help //+------------------------------------------------------------------+ //| Real Money fx 💰 | //| Copyright © 2024, Olalekan Muhammed |
Can I change this parameter "Stop if equity is less than..." while signal trading is already running? As I understand it is executed from trading platform so there should not be a problem. Also wanted to clarify, do it just suspends signal and closes all trades, is this stop same as suspend
Hi All. I prepared a RSI and MA custom indicator on EA Builder, but it does not show the 20 and 80 RSI levels in the indicator window - it only shows the MA line. How can I get it to show the levels? Thank in advance
  MT5 lacks TS  (4)
Hello! I see that MT5 lacks the Trailing Stop feature. Does anyone know the reason for this
Hi, I have been unable to use a trade copier EA I bought (recognises only static IP addresses...my error) as I have to use mobile broadband/dynamic IP address due to living rurally with no fixed phone line. The trade copier company says I should use a VPS and wonder if MLQ5 VPS would be ok..... the
  Cannot load expert  (14   1 2)
Hello, I am having an issue trying to migrate my ex4 expert file to the VPS server . The VPS error log is shown in the picture attached. This problem likely started after there was an MT4 terminal upgrade at the background. Any available assistance will be greatly appreciated. *** Update *** From
I wonder if this option of MT4 for a COPY TRADING SIGNAL work very well :  "Stop if equity is less than [B] – this parameter allows you to limit losses when using trading signals. If equity drops below a specified level, copying of trade signals will be automatically...
  Ichimoku EA  (7)
I'm working on an EA and it executes correctly when the buy signal is confirmed but does not execute the sell signal. "Price Below Cloud" returns "False" when it should be "True". Can't find the problem... Please see code attached and comment. Appreciated
I carefully went through this guide " How to Subscribe to a MT5 Signal - Trading Platform - General - MQL5 programming forum " but I'm stuck at step 4 because whenever I click on the blue signal's name, nothing happens. Even when I click on "copy for x USD per month" from the mql5 website, it opens
mql or EA expert to copy trades from MT4 , MT5 to ninjatrader? Im trying to copy trade from my MT5 to ninjatrader. Anyone have any suggestions>
Deprecation of Signal* functions is still not reflected in the official documentation. How often does it update
In my experience CUDA has better support for Linux and I use Linux to run my Machine Learning. However, currently the Python bindings can only be used on Windows. Can we either get binaries for Linux or, maybe compile it ourselves from the repo if there is no security concern