I need a help how to lock my EA/Script based on my login account number and one broker only such as "FXDD" ? example: my login number in my broker "FXDD" is 12345 , and I want my EA/Script can run only in that login number and FXDD broker. please help NOTE: better if you can give me an example of
Hi, I'm using MT5 terminal build 1730 64-bit. I'm running EA in strategy tester (visual mode). This EA has panel with buttons BUY and SELL for manual trading. Why buttons aren't changing state (pressed or not) when I'm clicking it during testing as it works in MT4?
I have checked the EA, but results are some correct. Please review the EA and fix the self-optimization logic. You can update the EA as needed. Please see attached the Self-Optimizing EA file
Hello everyone, I'm experiencing an issue with the activator in my EA. The EA is supposed to validate a license key by contacting a verification page using the WebRequest function. Although the EA appears to connect to the page, I never receive any response. In the Experts log, I see the following
if I buy an expert advisor from MQL5 market with (let's say) 10 activations is it legal for me to re-sell the purchased EA for 9 activations? (me and another 9 traders use the same EA)
first of all this strategy tester was working without any bug after this update the stategy tester is not at all working it is keep on showing history check of xauusd failed, even though all the data was there it is failing to test my strategy
HELLO I want to ask about this message " Too much growth in the last month indicates a high risk less " why this message appear in signal ? Max deposit load: 16.6% Maximum drawdown: 25.7% Algo trading: 98% Profit Trades: 44.2% Loss Trades: 55.8% Trading activity: 90.6% from 152 to 248.81 USD in 6
The strategy that I am currently developing performs very well in the strategy tester, but when I do forward testing it fails. How can I shorteh the gap between strategy tester data and forward testing
I just want to share this, in case others struggle with OrderSend(request, result) ... like I did today. Wrote a little EA that helps setting limit, stop and market orders by calculating lot sizes on given stop level. Everything worked fine besides the market orders ORDER_TYPE_BUY, ORDER_TYPE_SELL
How can I implement logic in my EA that it may work on demo accounts but not on live accounts without a license key
Hello everyone, everything good? I have a doubt, I have the code below where I limit the use of my EA to a certain limit of Metatrader IDs, however for each new Id that I add I will need to recompile the code, I would like to know if there is any tutorial on how I can do to create a remote license
Hello Folks, I assume that its a quite easy question for you but I need your help. I got a website where I want my future EA clients to but their AccountIDs for a license Check. When I call the API via Postman I get the data, however I am unable to adapt the Webrequest() function accordingly to get
//+------------------------------------------------------------------+ //| Moving Averages.mq5 | //| Copyright 2000-2024, MetaQuotes Ltd. | //| https://www.mql5.com |
Hi guys! I would like to sell Indicators (and perhaps EA's) in the META MARKET and directly too (outside the MARKET). I'm reading about how to effectively protect an Indicator (or an EA) for EVALUATION PURPOSES (for the bought versions I can provide a good scheme based on the user account). I had
Hi, I'm a little confused about what exactly these functions return. If I understand correctly: - iTickVolume returns the count of ticks used to build a bar. It is also passed by onCalculate with the "tick_volume" array. It's also shown in the data window as "Tick volume". Right? - IRealVolume
I want to check weather the deal in history is SL or TP. How do I track the deal from the order number that assigned when place order (name: ticket01). I understand that ' HistoryDealGetTicket' parameter is 'Number of a deal in the list of deals'. But what is that? ulong deal =
OK, so I have made myself an EA and am very proud of it. So proud that I'm thinking to sell it to others. But I want it to be used only by the customers, not to be shared online or re-sold for less. Therefore it has to be sold as ex5/ex5 (ie encrypted) and it must contain an input field where the
I need help. I'm trying to optimize an EA I created myself on MT5, but it won't run when I press the start button. The broker is DECODE Fx and target currency pair is XAUUSD, but the operation log shows it's also trying to download historical data for XAUJPY, which is unrelated. Since there's no
Hi All, Can anyone help me with this issue? I dont know if it is a VPS issue or the EA issue, but an EA does nt seem to be allowing me to get to the properties box to change some inputs. All I hear is like an error sound after I right click on the EA name, as though I was trying to open something
Hi everyone, I'm working on a custom tool that needs to calculate position sizing based on risk percentage. My tool needs to convert distance (in Points/Pips) into a monetary value (e.g., how much $ I lose/gain if price moves X points). I've been using MarketInfo(Symbol(), MODE_TICKVALUE) to do
Anyone has the EA that performs as profit alarm EA: - for example, if the profit is currently negative - 150 usd - if the profit reached after some time and fell below negatively - 15 usd then the EA plays wave as the alarm located in soundw folder. Thanks in advance
What forms of advertising/promotion do you use for raising the profile of your EA
I have a custom indicator with a reusable CMA class ( Setup() + Compute() ) that computes one of 14 selectable moving-average types. Two different input-variable pairs feed separate instances of this exact same class/method: baseMAType / baseLength → feeds 4 instances ( maBaseClose , maBaseSrc
I read somewhere MQL 4/5 is not as fast in execution as using C++ to write algo`s, granted i`m new. I just wanted to preferably use raw C++ instead of learning another scripting language. Are there coding benefits in the types of things you can create/do with MQL that are longer harder in C++? Thank
When testing an EA in the strategy tester, code changes after the first test do not seem to be reflected correctly in subsequent tests. Example scenario: 1. In the settings tab of the strategy tester, I select the ex5 file of my EA, symbol, period etc. In the input tab, I set the input values. Then
Hi! Currently performing a slow complete optimization on my EA, but quite astonished to see that the number of passes covered in the forward phase is much lower than in the optimization phase ( Optimization Results ). I assume MT5 only considers the best passes of the optimization phase to assess
Sorry, but why are the simplest of things just impossible. The fact that there are other posts on here saying the same thing - with equally unclear responses - speaks volumes. The `PlaySound()` method - seriously? The file path ` C:\Users\<user>\AppData\Roaming\MetaQuotes\Terminal\Sounds ` is where
[Deleted]
Hello, How to do, let say EA usually take 10 ms and i want to set if EA taking more than 20ms during onTick operation exit/break whole operation in middle and start again in next tick
[Deleted]
fRSI(SelectedSymbol, PERIOD_CURRENT , 14 , PRICE_CLOSE , 0 ); double fRSI( string sy, ENUM_TIMEFRAMES SelectedTimeFrame, int period, ENUM_APPLIED_PRICE applied_price, int shift) { double buf[ 1 ]; int handle= iRSI (sy,SelectedTimeFrame,period,applied_price); if (handle< 0 ) {
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
If you do not have an account, please register
Allow the use of cookies to log in to the MQL5.com website.
Please enable the necessary setting in your browser, otherwise you will not be able to log in.