MQL4 and MetaTrader 4 - page 5

  Pollan's indicators  (1755   1 2 3 4 5 ... 175 176)
As your see, IP (BBS-m).v8 and IP (BBS-index).v8 seem popular for last days. They are not repainting. However it is a great work done by a great coder. You can check it. А такой рисунок видели? - MQL4 форум А такой рисунок видели? - MQL4 форум Pollan wrote (a) >> He received a lot of questions about...
[Deleted]
Hi everyone! This website has been super helpful as I'm very new to coding. But there's just one thing I could not figure out myself, I really appreciate if someone can assist me. I am trying to create a trailing stop system based on the AccountProfit() values within the trading period of a single...
Cloud protector not working on MetaEditor4( version 5.00 build 2415 ) I tried re-login, change network and PC reboot. But not solved. On MetaEditor5 is working. Anyone help me? Or not supported MQL4 already
[Deleted]
Please look at the attached file for full code . **** int OnInit () { return ( INIT_SUCCEEDED ); } void OnDeinit ( const int reason) {} double TakeProfit,StopLoss,start_price; } int fun_vol() { if (Volume[ 0 ]> 1 ) return 0 ; else return 1 ; } int fun_touch( int stauts) { if
Hello, why is MetaQuotes blocking my servers IP address. It used to work, then it stopped working, then it worked again, now it stopped working again. Also I can’t find any official support email. info@metaquotes.net is not working. kind regards, Roman
Done. All questions here. No more questions in index 2 :) The previous ones are here. https://www.mql5.com/ru/forum/111497 h ttps://www.mql5.com/ru/forum/131277 Useful links to similar topics. Forum navigator and frequently asked questions (FAQ) FAQ subreddit Only "Useful features from KimIV"
Hi there... So, I developed a very good EA (IMHO), comprised of 5 algos, back tested it for 14 years (using tickstory, even though my algos are not day-trading), run it on a live account for the last year... I like the results. Anyway, I'm finding some investors and will need to open a joint account...
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
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
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
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))
  Coding help  (7912   1 2 3 4 5 ... 791 792)
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...
  Cross-Currency Strength  (23   1 2 3)
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...