MQL4 and MetaTrader 4 - page 295

hello Im using MT4 on MacBook, I would to download a session indicator. unfortunately I can not find and I don't know how to install Thanks for your help
Hi all, when I'm trying to modify my order an error message popped up and tells me about order modify error 4108. I search the web for the error but everything seems revolve in looping while my code doesn't use any looping. Anyone knows where the problem is? void OnTick (){ double EMA1 =
Hey guys, Is it posible to place your function parameters to an array like this? int My_Function( int a, int b, int c) { int myArray[ 3 ] = {a, b, c} } Im not really sure if it's possible coz I'm getting an error
Hi,  I have a problem can you help me please. I have downloaded historical quotes for this month and I import it to the MT4 platform, when I'm looking back on my platform, I see that the quotes is on the mt4 platform but When I'm doing backtesting, the tester use only one day (01/12/2016) even if...
Hi, I have opened a micro account where 1 micro lot equals 0.01 Lots. How can I calculate 1 PIPS value of EURUSD for opened 0.01 Lot position in USD? And how can I calculate the value of 1 PIPS/Points into USD for the other currency pairs? Is there any function on Meta Trader 4 ? MarketInfo()...
website can analyse mt4 statement report to see trading activity of your demo account for an EA
Hi, I need a help. I have an indicator which plots three horizontal lines automatically. I want it to display the price on the horizontal line. Can someone tell me what is the code for the same
hi guys is correct write in this mode?? long RslTime ; int ManyTime= 2 ; RslTime = Hour()*ManyTime;
Hi all, I'm coding an EA that locks into a custom indicator to give me signals and i want to include a if function which says to not to open anymore positions if the price of the new positions is equal or inside of a price range of another position. For example EUR/USD I have a sell order at: 1.1000
Hi sometimes MT4 update is failing on replacing "terminal.exe" (but successfully update metaeditor.exe file), I presume because the updater is closing the current terminal.exe before replacing files, and due to timing reasons the old "terminal.exe" file is still locked, preventing the update to
Hi all, When you develop on MQL4 on weekends and you need to test trading functions of it (opening, closing orders, etc), how do you do it? I know, that on MQL5 you can do testing on historical data, but I am stuck with MQL 4 (large project) and need a solution for MQL 4. May be there is a way to
Hi all, I tried to backtest my EA and below is the result. Anyone knows why the message tells me that I don't have enough money even though I have money (of course I have cause this is demo account) and secondly why the free margin is -20500? 2020.06 . 01 13 : 51 : 09.500 2020.04 . 01 10 : 17 : 20
Hello guys, I have a problem that I can't find solution for. I've created an expert advisor ane everything works fine as I wanted but strange thing happens when I change the chart interval. When I change interval for the first time after EA was added to the chart it works fine - EA is uninitialized
  Indicators  (1)
Hi I was wondering if anyone could help me as I am new to this market. I have planned me strategy to begin trading and downloaded MT4 along with setting up with a broker but I am finding it hard to find the correct indicators I want to use. How do I find Volume at Price indicators as well as the
  indicator  (1)
hi guys im looking for chandelier ton update indicator plz help i cant find it to my mt4
  Expert Advisor  (2)
My EA when launched works on some broker MT4 and doesn't work on other Broker's MT4 platform.Pls what could be responsible for this,and what do I do
First off, I'm really new to coding so I apologize if my code is messy and inefficient. That said, my long-term goal is to create an EA that will identify and eventually trade divergence. So, my only goal right now is just to create a script to do a tiny part. When other variables line up, that's
Hi guys, I have a question. I wanted to ask, what data is showing MT4 in the normal trading window and how far (date) and real is the data shown there?. When you open a new symbol and chart, it instantly shows the data of the market and its price, now I want to backtest a strategy which involves
  Symbol suffix .r  (2)
My MT4 has stopped working for no apparent reason. I notice that the vast majority of the symbols now have the suffix '.r' Something has gone wrong but I can not imagine what. Can anyone help me
[Deleted]
Does anyone know how to install and run MT4 using Parallels Desktop for mac? Thanks cloud bank
Hi, please help. What is the simplest and easiest way to call a function contingent to a once off trigger/ condition? For example say that the price hits a certain target and I want to call a function based on this trigger. What I have so far: void Trailing(){ //Some variables, For loop and
  Hull Moving Average EA  (67   1 2 3 4 5 6 7)
hi there. first post. i am after an expert advisor for MT4. It buys and sells with the triggers of Hulls Moving Averages . Does anyone have one, can point me to one, or build me one, please? Bradman
Hello, I have bought a product for MT4 that has 5 licenses, I have been changing from VPS for prices and speed and every time I make the change I use the same account but I see that the licenses have run out. Is there a way to get all licenses back again? since I have always used it on the same
Hi I'm new to trading, I've come across a sizable database of indicators but when I click on any of the .mq4 files instead of downloading I'm redirected to a page with the coding for the indicator. is it possible to cut and paste this to metaeditor or any possible way to get these files to my MT4
Hi all, i'm trying something to programmatically detect how strong/deep a trend is. The maths for it is beyond me, is there anything available within the mql4 lib
Hi to all, I have coded a script that compares the range of the "any candle" that you choose on "the current chart" with the available charts on "marketwatch". You also choose how many bars to check for. For example: (J) represents the amount of symbols from the market watch the code will check. (i)
Dear community, I'm looking for a trade panel with an automatic break-even (after predefinied amount of pips and instand) as well as partical close function.(25 %, 50 %) Does someone has an idea? I've tested a certain amount of utilites but found nothing really satisfactory. Thanks in advance
Hey guys ! see if anyone can help me: I'm trying to take the profit from the previous order and store it in a variable. I'm doing this way: double lastProfit = 0 ; for ( int i= 0 ; i<OrdersHistoryTotal(); i++) { if ( OrderSelect (i, SELECT_BY_TICKET, MODE_HISTORY) == true )
Hello Coders, I am just facing some problem in a indicator that place arrow into the chart but when i login into my another account and back to the chart its displace the arrow . what is the issue ? Is it bug or indicator problem ? After changing time frame its back to placement: Thank you in
I have set up a practice trade account with OANDA and can't find the server. Server is OANDA-v20 Practice-2 but it's not in MT4 (5?) I download MT4 but it says MT5 in version information. I don't know why.  I don't want to use the OANDA MT4 client as it lacks signals I wish to use.  Does anyone know...