General - page 173

  Market rules  (50   1 2 3 4 5)
What is the rule around giving previous versions of a product away for those who purchased a product. Can this be done, is it allowed? I cant reupload previous versions. For example, in the description, "Get the previous version indicator/EA when you purchase."
hi pls I want to copy signals from this guy and i want to start copying his signals at the same volume he has how i do it and this is the guy I talk about https://www.mql5.com/en/signals/1741047?source=Site+Signals+Favorites#!tab=history so what I should do here to start copying his signals at the
Is it written with for example branchless programming and bit twiddling? Or is it written in an academic software programmer way? I have been reading https://johnnysswlab.com/ and started wondering how much performance can be squeezed out from an ea if the platform is not well optimized? Is it well
// Spot Grid Trading Expert Advisor for MQL5 input double gridStep = 10; // Grid step in points input int maxOrders = 5; // Maximum number of grid positions input double stopLoss = 50; // Stop loss in points input double takeProfit = 100; // Take profit in points input double lotSize = 0.01; // Lot
Note:I'm using the translation tool. There may be wrong expressions.please excuse any inaccuracies or unnatural expressions. Is scalping also a basic tactic of following trends? I've been doing reverse tension near the horizon. I kept losing. The risk reward value was 2. It was a plan that the
Hello, I have entered this site with my Google account. To download an indicator, a password is required. In order to create a password, the previous password is required. When creating an account with Google email, enter without registering any password. What should I enter this previous password
  vps  (6)
hii question: if i deposit 200$ in my account, can i win more than 15$ that i paid form vps service per month? thanks
After just a couple months of doing this stuff with MQL5 working on indicators and an EA, time and time again I've seen that slowing down, contemplating, defining, planning, organizing is the most effective use of time to start off, and to regularly engage in, for any project. This is basically all
Good day, I normally put a description on the horizontal lines as shown on picture below.However,one cannot change the font size and color of the description and the text size is just too small for someone to see if they keep their computer slightly further away from their eyes. If possible,can I
Quick question. Posted a job, got a few guys that might fit the bill and asked for their profiles so I could check comments, see how many jobs they have done etc. First guy to reply says sorry, that is against forum rules. How am I supposed to evaluate the person I am going to spend money with or
I am doing optimization test and it gives me some wrong results. If I run single tests of the marked passes the result is far away from the shown on the optimization. But there are other passes that are not marked as red, they are correct. So why some passes show wrong results and others show
Hello Support I am unable to view my messages for over 2 months now. Had thought it was a temporary issue and would resolve by itself. Unfortunately it hasnt. Keeps showing Timeout error. Can you be of help? Thanks
Hello! I want to start selling signals via mql5, but I find the procedure to be highly complicated and I cannot find a systematic manual on it. Could you please share with me some sort of documentaion regarding the whole procces? I connected my profile to the mql5, but I have no idea where to send
Hi guys, I am new here first of all thank you for your time on reading and helping me. I am about to follow a signal, but I see the pair he ise are like this-} USDJPY .s USDJPY.ar What does it means? Will by metatrader copy the trade? Thank you in advance
Hello Gents Please how can i create a link to a custom indicator in my published market space/product to avoid clients asking me for indicator file once purchased product does not appear on their chart screens. Usually some products wont appear unless the custom indicator used in creating the
Excuse me, my friends, I want to ask about the reason why the indicator signals are delayed or not appearing, except in the case of an update, if you click on refresh in MetaTrader 5, the red and blue arrow signals will appear, but if I don't do that, it will not appear automatically, what is the
EURUSD, GBPUSD, USDCHF, USDCAD, AUDUSD, USDJPY, OTHER
I want to start copy signals and I have no idea what should I do on option signals i have on my balance 200$
Hello i am a seller, and fees minutes ago I noticed that Financial operations have been limited on my account. This is the first time this is happening. What could be the cause, and how do I resolve it
import MetaTrader5 as mt5 File "C:\Users\Thiago Rezende\PycharmProjects\PythonProjetosThiago\venv\lib\site-packages\MetaTrader5\__init__.py", line 258, in <module> from ._core import * ImportError: DLL load failed while importing _core: The specified module could not be found In the
Hello, On Windows Server 2022, I installed MetaTrader5 package for Python. But then, when I run a test code: import MetaTrader5 as mt5 # affiche les données sur le package MetaTrader 5 print( "Auteur du package MetaTrader5 : " ,mt5.__author__) print( "Version du package MetaTrader5 : "
What is the reason for the low quality of history in Strategy Tester? I am testing on MT5 with real ticks. Broker FusionMarkets
I am using Metatrader vps service. And while using another paid service, the service provider installed EA on the vps and started automatic trading. Is there any way to copy ea file from VPS
Hi, I'm trying to find how much margin is required to open a buy a standard lot of different forex pairs/share CFDs/ etc.in MQL5. I think I might be heading in the right direction, but there's a good chance I'm miles out. Anyhow ...... I have trolled these forums and googled until my mouse finger is
Similar to the freelance service but : in this description the "owner" is the person starting the project , just like in the freelance section (the client not the coder). the "backer(s)" is an additional "owner" , not a coder (to parallelize with freelance) but is not the initiator of the project
Hi, if I draw lines in my mt5 charts and then change the time frame all the drawings disappear, does anyone know why this is happening
how i can access to specific houre of specific day ? for example current day is 2023.07.19 11:00 and i want to save date and time of 20 days ago
Hi guys! I'm currently testing a EA using the forward backtest tool in the Strategy Tester and using a total period of 3-5 years (among some other instructions, following this Strategy Testing - Algorithmic Trading, Trading Robots - MetaTrader 5 Help ). After selecting 5 variable input parameters
Hello, I bought vps directly in mt4, migrated everything including charts. Everything works but I can't get to the graph on vps. Can someone please advise me how to get to the chart on vps mt4. Thank you Radek
Hello, In my EA I have updated this code: input double OverBought = 92.51 ; input double OverSold = 7.49 ; then compiled it. But I still get the same values set in the Strategy Tester Input section: Any idea on how to solve this ? Thanks