MQL4 and MetaTrader 4 - page 41

  MT4 to Telegram  (18   1 2)
Can anyone code or have any idea how to send trade details from MT4 to a Telegram channel. This is the sort of thing I am talking about. Thanks.
Hello Everyone I would like to ask how I can get a script for MT4 with the following parameters: Open multiple pending positions at the same price(to customize price), Open multiple positions at the market order at the same price(to customize price), Close all positions in one click, Stop loss with
Hello everyone! I made an indicator as a request for MT5 that works fine. And now I want to have it also on MT4. So I did it, and it works well too. When plotted on the chart or when parameters are changed, the indi "refreshes" very well. BUT, sometimes, when the timeframe period is changed (works
  MT4 Can't Login  (1)
I have all my info. Changed my password and tried everything but I can't get into my account. It just says "No Connection" in the right corner. No pop ups or anything it feels like it doesn't register that I am loggin in or something like that
Am starting to experiment with EAs and custom indicators and would like to know if there is a fast way to 'comment-out' (//) in one go code that is selected in MetaEditor. Figure there must be, but have been unable to find the solution so far. Thanks in advance for any help.
Hi, I have 32 MT4 on one dedicated VM, it collects tick data from different brokers. CPU and memory load is <10%. During news release such as NFP, tick data is lost, it simply is not recorded, and all terminals suffer horrible lags. Does anyone has an idea why this is happening
Good day, I have entered my MetaQuotes ID on the notifications tab, under options on my MT4 Desktop. Still not getting alerts sent to my phone. Please assist: Thank you
Hi guys   As I started Meta Trader 4 this morning, I'm suddenly not able to select periods and tools for a chart. These buttons are all greyed out.   This picture explains what I mean:     I also noticed that I have no connection to the broker server. Maybe this has something to do with it?   Does...
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...
i am coding a expert advisor that get the candlestick a sell trade was taken on and then use that to get the candlestick before that sell candlestick and then place a buy trade and use it as stop loss but the ea open many orders which is not my problem the issue is that it uses the sell candlestick
Hi guys, Im new in Forex Trading and MT4, recently I have subscribed a Signal provider channel and also MT5 VPS service. Just a few questions keeps bothering me after that, so would like to ask for ur helps, Thanks in advance!! Question 1: How do I know whether my MT4 is copying signals from the
Hello I am trying to get on the MT4 web terminal and when I try to launch the site it is not working. Is there any new updates? This is the site I was launching. https://metatraderweb.app/trade
Hi everyone! I'm trying to create an indicator that identifies some price zones that interest me. I was able to create it perfectly and the logic works, the only problem is that I would like to eliminate the price zones that are invalidated (ie exceeded) but it is proving very difficult for me. I've
  insert colour  (6)
i draw two moving averages in the chart, say 100 and 200 for example, can i insert/put a colour between them, to look just like an ichimokou cloud? many tks in advance your prompt reply
So I am trying to implement a class (whose incomplete code can be seen below). In its implementation, I want to use a static pointer to help with static operations. However, I don't know what would be the best way to delete that pointer's memory upon de-initialization (I know I can implicitly delete
Hello! I am getting this error when I close the EA . ("Acces Violation Read to 0x0001F5D0") It is only coming when I use iMAOnArray funtion. double EMA_H( double &array[]){ return ( iMAOnArray(array, 0 ,InpMAPeriod, 0 , MODE_EMA , 1 )); } Any ideas? Thanks
I've tried to do so in Metatrader under the MetaQuotes-Demo server, but there is no option on "account type" so I can't move forward in the opening account process. Thank you
Hi all , I have a question about optimization passes in MT4 and how it works , I am a bit confused . . . I am running my optimization EA and I am noticing that it is only showing a select amount of my optimization result combinations within MT4 , does anyone know why this is ? This is what it looks
  I want  (3)
I want to use auto lot sizing like this : balance 1000 - 1999 lot 0.01 balance 2000 - 2999 lot 0.02 balance 3000 - 3999 lot 0.03 I am already used " % of balance => lot 100% " and it gives me lot 0.01 on balance 1000 .. but when the balance exceed 1500 the lot becomes 0.02 and when balance becomes
Is there an economic calendar out there for an expert advisor to refer to or is there a way to create one on Meta Trader 4
//---------------------------------------------- Input parameters ---! input double StartLotSize = 0.01 ; // The starting lot size input double StartBalance = 100.0 ; // The starting balance //---------------------------------------------- Money management ---! double
Here is a profitable professional system using free indicators from this site.I would like to give something back to the people , who made these free indicators, and the people who help a lot.This is some professional knowledge input into this system Enter/ OPEN TRADE   when all indicators, moving...
  Dpo Ea  (4)
Hi Scorpion and everybody. I wrote this EA based on DPO indicator,but my programming is bad. Anyone can Rewrote this EA w/this settings: DPO period=120 Buy Level= 0.0030 Sell Level= -0.0030 TP=250 EURUSD/GBPUSD 300 or more SL=100 TS=? May be Required,but in my backtest is running ok without SL. Best...
I log into my accounts and it shows the right info, but as soon as I try to open a trade it malfunctions: it doesn't even show me the currency of the trade I'm about to open, nor does it let me change it. I've been using this app for over a year and it's never given me any trouble, so I don't know
Does any one know a news indicator that has previous, forecast and actual values of events and these values can be extracted or used through an expert advisor
My intention is to make an EA Mql 4, which in my example at least closes half of the position at 4 pips and let the rest of the initial lot run, this is what I did, it works well but sometimes not... For example, sometimes the half of position is closed , a second after the position is opened! . I
Hello what does it mean this expression?...I'm confused with ? : etc. double price = (type == OP_SELL) ? Ask : Bid;
I would like to shade the area between two emas. I know there has been some discussion on this, but I can't find the right solution... I just bought a dell alienware, and it has a 4k screen. So I thought I would mention that I am dealing with high resolution. However, there are two ichimoku...
i will be thankful if anyone can solve an issue with the indicator. i downloaded an indicator "GridBuilder" (attached). it is very nice indicator for grid trading. it  automatically draw linen at given distance in pips/points. but the problem is, it draw lines sometimes above the current price only...