MQL4 and MetaTrader 4 - page 115

  Ocean theory based indicators  (575   1 2 3 4 5 ... 57 58)
In this thread Jim Sloman's "Ocean theory" based indicators will be posted. _________________________________________ PS: this thread (as it stands right now) will have about 60 indicators posted here (metatrader 4 + metatrader 5 versions) Metatrader 4 versions are completed, but because I would...
Hello everyone! I need help, I have made a panel of buttons from which a button must be used to enter data, that is, a button where you can put a value and that when you press it or when you press another button it takes the data from it, I have made this function in "fxdreema" but the
Hi all, Quick question, is there a way to return an error message in the event that an #include file is not found in the EA (i.e. in the event that the file has not been saved in the correct directory or a function has been called to a non-existent #include file), like a FileIsExist() function but
#property indicator_chart_window #property indicator_buffers 4 #property indicator_color1 Red #property indicator_color2 LightSkyBlue extern int BRARperiod = 26 ; extern double BRAR_low = 60 ; double BR[]; double AR[]; double CrossUp[]; double CrossDown[]; double HCY; double CYL; double HO; double
Push notifications on iPhone MT4 stopped suddenly. They worked for years but now no one appears. I see the notifications in Journal tab on Desktop MT4 but they don't go to iPhone MT4. Can anybody suggest how to fix this issue
Hi all, I am writing a simple indicator base on 2 MA Cross. I don't understand why Slow MA can Drop down like imagie Can you help me! [img]https://charts.mql5.com/32/729/nas100-m15-fxcm-australia-pty-2.png[/img]
Anyone know why the horizontal line in this code doesn't get removed when the indicator's visualization value is unchecked from the property dialog? Here is the sample code (Test1.mq4) that shows a blue horizontal line on chart: #property strict #property indicator_chart_window int OnInit () {
اطلب إرسال أوامر من Excel إلى MT4 أطلب من شخص لديه خبرة مساعدتي في عمل رمز لتنفيذ أمر بيع أو شراء سلة من العملات مشهد للصورة المرفقة ، بعد مشاهدة مشهد سينمائي إلى منصة MetaTrader 4. Note that I use RDT to fetch data from the MetaTrader 4 platform
Is it possible to enter another broker's log-in and server to any mt4 platform on my machines
[Deleted]
My EA does not pass the MQL5 checks because it uses an unrepainted support and resistance indicator that I added to the EA, how can I make it pass the checks please
Hi all, I am using the MT4 Desktop platform, it worked well before, but after this weekend, everytime I am trying to open the MT4 program, it shuts ifself off. I have tried to reinstall the program, and even change to another PC, but it gets the same problem. I can connect MT4 every the first time I
Morning all, Why am I having formatting issues with my debug printing? Despite reading the following documentation: https://docs.mql4.com/common/printformat and despite having the following code: PrintFormat("Error Code: # %d",GetLastError()); the Journal is returning: 2022.06 . 06 10 : 24 : 26.922
Can someone help me with this one, i got this error with this indicator and can't seem to figure it out. Thanks
  MQL5 VPS problem  (57   1 2 3 4 5 6)
Hi, is anyone facing the MQL5 VPS problem? it cause my MT4 unable to start up, and the Server become a unreadable name instead of "London LD-4" server name. There's no way to contact the MQL5 support
  SAR_Bar_TradeTime  (19   1 2)
Hi BigBaloo Try this and let me know how it goes meanwhile as time permits i will see if i can solve the 1 bar delay on the signal direction change & the time issues if the START & END are on different days. sar_bar__tradetime_v1.ex4 NOTE: I have removed the 1st version as the latest version can do...
Just trying something new here. So after coding my EA and back testing it, I noticed some orders are not getting filled. I can't figure it out. The TP order on the long position should have been filled but instead it opened another long position
[Deleted]
Hello All,  I have trouble with using of iCustom & RSI signal in TDI indicator. I'm using iCustoms like this //---- calculate EMA for the trend recognition        EMA_0 = iCustom(NULL,TimePeriodDay,"EMA",5,3,1,0,0);        EMA_1 = iCustom(NULL,TimePeriodDay,"EMA",5,3,1,0,1);        EMA_2 =...
Hello guys, this is my first post here. I'm opening this topic in order to know if any of you ever experienced something like this before. I was performing some test with my EA's during the weekend. Yesterday I have bought a 3 months VPS subscription as my 1 month expired. Everything was working
Hello. After today's error of VPS, MT4 terminals where VPS worked did not turn on on PC, terminal gave a message, an unidentified error 4, I turned off terminal, I tried to restart it, it does not start, what should I do
[Deleted]
Can anyone explain to me why MT4 in the account history does not have the entry NET PROFIT (or similar) which also calculates the costs (swaps and commissions)? It is absurd that such an important thing is missing. What's the reason? Advice on how to do it
Hello, I'm coding a strategy based on 3 indicators Bollinger, RSI and STOCH! The win rate can be %99! The strategy is simple but effective! Since I'm newbie in MQL4 language, please help to code this and then we can use its signal all together :) The Logic is like this: When the candles touch lower
  MT4 won't start  (2)
Everytime I log into my MQL5 account, my MT$ shut down. I am unable to download my paid indicators. Please help
How do you guys do to get price updates from an object that is being dragged....let me explain.. I have an horizontal line placed at a let's say price XXXX, so when I click on that line to drag it up, I can get the CHARTEVENT_OBJECT_DRAG event, but it seems like it only gets received in the
Hi, My MT4 Trading platform is no longer loading, it attempts to load, then immediately turns off - any ideas anyone
Hi this is half trend indicator it stop working at Line 85,21 how to solve this error? trend[i]=trend[i+ 1 ]; //+------------------------------------------------------------------+ //| Half Trend.mq4 | //|
hey guys, can you pls help me fix this code. It gives me 3 errors and I have no clue how to fix it. This is not my code and I'm not a programmer. This is to close all loss orders at specific level. Greartl appreciated. <Deleted>
All, I’m receiving push notifications for orders that has been closed for over a month. This seems to happen every Saturday in where I receive multiple notifications to my MT4 mobile for orders that closed months ago. Anyone experience this or have an idea on how to stop it
Hi all, I am trying to pass data type long exactly timestamp to c# dll but it's gives only one value or zero value ... I don't why.... here is my code c# public class ExportAll { [DllExport("TestFill", CallingConvention = CallingConvention.StdCall)] public static int TestFill (
  ArrayResize doesn't work!  (23   1 2 3)
can someone help? double tab[]; Print ( ArrayResize (tab, 30 )); Print ( ArraySize (tab)); for ( int i= 1 ;i<= 30 ;i++) tab[ 30 -i]=i....;
Hi all, could anyone suggest to me a recourse or complete and advance easy to learn mql4 coding