MetaTrader 4 Build 529 beta version with new MQL4 compiler has been released. This terminal is fully compatible with all previous versions of trading servers (it works in compatibility mode with them), so you can connect with it anywhere. To update, simply connect to demo.metaquotes.net:444
[Archive!] Pure mathematics, physics, chemistry, etc.: brain-training problems not related to trade in any way
(6278 1 2 3 4 5 ... 627 628)
The problem is from the Mechmatov forum, here . Петя заметил, что у всех его 25 одноклассников различное число друзей в этом классе. Сколько друзей может быть у Пети? Comment: 1. Petya is also in this class, i.e. there are 26 people in total in the class. 2. If A is friends with B, then B is friends
Hello everyone, I am posting this request again because I previously asked a similar question but unfortunately didn't reach a solution. I am working on a custom indicator for MQL4 based on a "Spike" and "P-Gap" strategy, but the code is not behaving according to my defined logic. I would really
Hi coders, int DLSSec= TimeDaylightSavings() ; I'm a trader in Asia country, the forex market open local time is either 06:00 or 05:00 daily (broker's server time = 00:00). It is in winter period right now, the DLSSEc output = 0 and the forex market open local time is at 06:00. I checked with 2 AI
Anyone fancy taking a look at this EA , when back tested in strategy on the 1m chart XAUUSD with TP 100 , the results are amazing, however in live I cant get it to be profitable? here's the script : //+------------------------------------------------------------------+ //| Expert Advisor
All lessons of Codersguru: https://www.mql5.com/en/forum/175653 Mql - Metatrader Development Course | www.metatrader.info https://www.mql5.com/en/forum/172885 All Codersguru lessons + questions/replies and so on are on this section Metatrader 4 mql 4 - Development course - Forex-TSD Book: https...
Hi guys anyone have the download from Eightcap MT4 or the IP Adress from this server EightcapLtd-Real-4 ip adress ? Thank you so much
Need someone to code a simple breakout robot for mt4, I will attach what I have but it has several errors
(14 1 2)
Hi, This robot logic is based on Tom Hougaards advanced school run strategy which he distributes freely to all through his telegram resource channel. We want the robot to enter the market based on a break of a specified range determined by a time frame, specifically we want it to scan the 4th 5 min
Hi, I’ve been trying to pass the validation phase with my EA for a few days now. I understand what this error means and what causes it, but I’m still unable to fix it. Exact logs: EURUSD,H1: invalid stoploss for OrderSend function EURUSD,H1: OrderSend error 4107 I couldn't replicate the error in my
Hi everyone, I’ve written a custom indicator called SP2L (Spike and 2 Legs) , and I’d really appreciate your help in identifying where my logic might be flawed. The core idea is as follows: A "spike" is detected when at least three consecutive candles of the same color each break the high/low of the
Hello again, I would like to detect a timeframe change and clean all objects on the chart from my indicator. Deinit() seems not to execute on a timeframe change on the same chart. -this is, clicking H4 from D1 for example. I would really appreciate some help, and thanks in advance for all your...
Good Day all. I need help running MT4 in portable mode on Linux. The instructions only work on a Windows OS. Even when you install MT4 on a Windows OS in portable mode and copy it to a USB Stick and then copy it to the Linux OS. The portable link do not work on a Linux OS. How do you create the
Hi all.
I have recently used ChartSetInteger function to programmatically change sub window height (MT4 latest build 830). Once this code is applied to the chart, then I can't change sub window size manually afterwards.
It seems the code fixes the sub window height and even if I drag my mouse...
Here is the deinit(). Could this be the problem? int deinit() { ObjectsDeleteAll(0, 23); for(int a = ObjectsTotal(); a >= 0; a--) { string name = ObjectName(a); if(ObjectType(name) == OBJ_TREND && (StringFind(name,"DP_Line") >= 0 || StringFind(name,"SW_Line") >= 0))
Hi, Mr. Guru could you please help me to constantly refresh an ea after each tick movement. I have tried everything, But I just can't make it refresh constantly. What lines of code must I insert to keep an ea and indicator refresh after every tick ? Tnx
[Deleted]
I am trying to add Loss control to my EA. 1. it will stop taking new trade ones it hit X amount in loss Today and will restart taking new trade tomorrow. void TodayLossControling() { // ================================ // 1. Calculate start of current day // ================================
[Deleted]
Hello, I am desperate need of help with getting my Forex Hacked EA to work on my live account. Below is the description of the issue I'm having. My broker is Forex Place (4xp). I do not have access to the code for this EA since it was purchased with rights. I will provide any information you...
So we know that some currencies correlate (or are negatively correlative) to some degree and can be used to confirm or predict movements. This indicator basically puts it all on one scale (from -1 to 1, I put the max to 1.2 so you can see the graphs without the labels getting in the way). I've coded
The RVI indicator ( Relative Vigor Index ) is a pretty good indicator which can be used in various ways to identify reversals. I developed a way to use it for making absolute fool-proof extremely safe and reliable entries, at the beginning of very significant trend direction changes. It can work as...
Is there a possibility to start a backtest from the command line? Something like "terminal.exe -tester EAxyz EURUSD 5min 2000.01.01 2010.01.01" ? Any other idea, how I could start a backtest from outside? I want to use external programs that start different backtests automaticaly. But I have not...
hi my mt4 is set to send the data via dde to excel. excel workbooks i recalculated every 5 seconds. now for soem strange reason dde stops aftre each horu and mt4 stops to update the prices - I am on a demo account is this a known bug??? after i restart mt4 and excel all starts to work fine and the
Comments that do not relate to the " Stop Trading Today when Loss or Consecutive Loss ", have been moved into this topic
I need help please. I have a script that closes the opened positions and opens a new position in the opposite direction. But this script applies this function only to opened positions, from the current active chart. I would now like to rewrite the script so that all open trades are rotated no matter
[Deleted]
Hi all, A year ago or so I started with coding mql4 expert advisors. I have no programming background so I had to learn everything from the start. Currently I am at the stage where I can code most common strategies. In order to improve my coding skills and gain experience, I am offering to code...
Hi together, I need MetaTrader4 and when i downdload and install mt4setup.exe MetaTrader5 opens! What can I do? best regards andy
Hello MQL5 Community, I'd appreciate it if you could help me with the following errors in my code. The first is at the beginning of my "int OnInit()" code, and the second is at the end: "return(point);" I had previously made some minor changes to the code in order to resolve other errors. I'm having
[Deleted]
Hello, I am trying to find a stronger trend. I am using ⭐ MA + ADX(DI) + MACD + Momentum + Bulls/Bears Power + ATR + Ichimoku Cloud This is the ultimate system , combining: ✔ Trend Structure (MA) ✔ Trend Direction (DI) ✔ Trend Strength (ADX) ✔ Momentum (Momentum) ✔ Momentum (MACD) ✔ Buying/Selling
I have tried to find an indicator that will measure the Fib during the ORB trading session, and not before. I would like it to measure mainly after the break out, and upon retracement, the Fib levels are established. Yes, I can use the Fib that comes with MT4, but I have to keep adjusting it, which
/// GET ENTRY PRICE FUNCTION double GetCorrectEntryPrice( string sym, int direction) { RefreshRates(); double ask = symAsk(sym); double bid = symBid(sym); double pip = PipSize(sym); // ----------------------------------------------------- // HIGHER TIMEFRAME for structure +
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.