MQL4 and MetaTrader 4 - page 8

  MT4 Purchases Not Showing Up  (16   1 2)
Hi, I am having trouble with the 'market' tab on MT4 after I login to community, I am unable to see all my purchases on my account to download my products I have purchased, and this started occurring after I reinstalled metatrader, but also checked a different installation I have on MT4 on a
  EA Modification  (5)
I have been trying to have my Grid/Martingale EA modified to make it safer and more efficient. Unfortunately, the feedback and results coming in have been unsuccessful. 1. Can a skilled MQL5 programmer modify an EA with any conceivable modification idea possible? 2. Does the ability of a programmer
[Deleted]
Hello, I learned In MT4 and Forex Market volume does not mean total number of Active and Pending Orders but instead it means how many Tick per X time or How much price change per Tick. Is there any indicator which i can use to check Market Volatility and Speed of the market or Which Indicator shows
Say we have a few custom indicators in the bot/EA: #resource "\\Indicators\\indi1.ex4" #resource "\\Indicators\\indi2.ex4" #resource "\\Indicators\\indi3.ex4" (has a resource to indi4.ex4) i.e. 2 level nested #resource "\\Indicators\\indi4.ex4" All these custom indicators work by themselves...
How do i fix this
Hi Its my 1st time, i want to run my ea on MT4 but facing this issue, How can i run my EA on vps plz guide . thx
EDIT #1: I've set the max spread allowed to 0.0 in the input settings following the recommendation of @ Fernando Carreiro (thanks!). I've also added a function to close the trades I'm opening on every tick (I wasn't closing them before). Finally there was an issue in the "RunChecksBeforeOrderSend"
I have built some EA's that work fine on MT4 terminal with 'Autotrading' switched on. But when I migrate them to VPS they will not trade. The only unique thing that I can see is the EA's that do not work on VPS use Indicators on Custom Timeframes, for example: Moving Average on a 2 Hour timeframe
Hi, I purchased the VPS hosting package and have synchronised all to run on the server. How can I check the connection speed? This shows 52.49, and I would prefer the 3.81ms. How to get the speed up? Regards, Bruce
  Free MQL4 training  (72   1 2 3 4 5 ... 7 8)
Hello! I hope the moderators won't cut me, I am running a free online training course "How to make your own trading robot for the Metatrader terminal in 7 days". The course is designed for traders who use MT4 terminal and want to learn how to program EAs, but have absolutely no knowledge of
I can not download the free demo of my own product . Free Demo download is not available. It says "İnstallation Failed" What is wrong about it. I dont know which unit to ask that
I'm looking for someone who can convert a basic mt4 indicator to trading view pine script... Can anyone who could help me with that
Hi All, If a person has my investor password. Is he able to see my EA name, which is display on chart on left side on top? Or able to see in logs, Journerl
Hi everyone, since i've developed around 3 sub-versions of an EA Strategy, I'd like to run multiple back-tests at once or at least 2 backtest together so i can save up some time ... is that possible? what would be the ways to do that? Btw i'm using a RDP from MacBook to access a Windows VPS
  Elite indicators links thread  (56   1 2 3 4 5 6)
It is the thread to download good elite section indicators mainly developed for elite section and for public sections as well.
Hello all,  I'd like to know which is the exact formula (used by brokers) to calculate preventively the monetary value of a SL or a TP.  I'll explain better: if I set a pending order or I send an order to the market and I put mouse over my SL or TP level, the platform says me how much (in deposit...
Below are step by step instructions, of how to subscribe to a MΤ4 signal: 1. Register a MQL5 account: https://www.mql5.com/en/auth_register 2. Open your MT4 platform and go to Menu >> Tools >> Optios and click on the Community tab. There you put your Login and Password of your MQL5 account
Hello everyone, I’ve been experimenting with my Expert Advisor in MT4’s Strategy Tester using the generic algorithm optimizer, and I’ve noticed a puzzling inconsistency: the parameter combination that delivers outstanding results during optimization almost flat-lines when I plug the same inputs into
Hi all, I am programming an indicator and I wonder if it is possible to use non-standard timeframes in MQL4. Basically, I am thinking of using M10, H2, H6, H8 and H12 which are all available in MT5. Is this somehow possible to use them in MQL4? Currently, I was trying something like iHigh(_Symbol
Can someone make it to have alert only on first new signal? Thanks
I'm aware that the subject of point value, delta lot value, and related calculations has been extensively discussed on this forum. Until recently, none of my customers had encountered issues with point value calculations when using my products. However, I've encountered a unique problem for a client
I would like to report a serious case of intellectual property infringement and fraudulent activity. A third-party website has recently appeared, unlawfully offering multiple high-ranking EAs from the MQL5 marketplace for sale. This site is using the exact same names, logos, and even screenshots
[Deleted]
Hello, When I am using MT4 in online mode with my current broker (Oanda) I can use 2 digit lot sizes (e.g: 0.11) but if I do backwards testing on a weekend where I have to use the offline mode in order to be able to use the weekday spreads and not the week-end spreads for the whole testing I can...
Hello everyone, I am real beginner so soory for simple question but... I want to show on the actual chart in MT4 some additional info coming from a EA. Actually I was only able to print the informatione in the expert tab. How can I send the info to the chart? (If there is some doc here, I will be
  EA  (2)
Hello, I am new to coding. I started using the MT5 EA to use their indicators to generate an algo trading but it doesn't work to my expectation. I mostly take trades personally but I want to be smart to use an algo since I can be caught up somewhere....I do spread betting
Hello all, I'm new here (just created this account in order to ask for help with a problem I've been having recently and to which I have found no solution online), so I apologize if I'm writing this on the wrong section of the forum. I'm a regular user with practically no coding skills, and I am...
Hello everyone.. I want use below indicator on MT5 EA this is possible..? // @version= 5 indicator ( "ALİ ALT BUY DENEME" , overlay = true ) Kol_Linii = input ( 2 , "Количество линий" ) Signal = open [ 3 ] > close [ 3 ] and open [ 2 ] > close [ 2 ] and open [ 1 ] > close [ 1 ] and close > open and
[Deleted]
I have an EA open or a number of charts. It has always been the case that when I make a change to the code (for example a new default value of an input parameter) and compile, all open charts/EA:s will re-initialize. However, since the upgrade this seems to be a bit random. Right now I am running...
Hi, If I examine the prices on one-click buy/sell buttons, I see different numbers than the current tick price feed. This is because I opened a particular account with fixed spread in order to make automation easier. For a particular automated strategy, I need to use the one-click buy/sell prices
  there are no trading operations  (69   1 2 3 4 5 6 7)
I test me EA on my own broker it works okay. But when I send in for validation I get the following : test on EURUSD,H1 there are no trading operations test on NZDUSD,H1 there are no trading operations test on GBPUSDcheck,M30 there are no trading operations test on XAUUSDcheck,Daily there are no...