MQL4 and MetaTrader 4 - page 6

Hi together, I need MetaTrader4 and when i downdload and install mt4setup.exe MetaTrader5 opens! What can I do? best regards andy
Hello MQL5 Community, I'd appreciate it if you could help me with the following errors in my code. The first is at the beginning of my "int OnInit()" code, and the second is at the end: "return(point);" I had previously made some minor changes to the code in order to resolve other errors. I'm having
[Deleted]
Hello, I am trying to find a stronger trend. I am using ⭐ MA + ADX(DI) + MACD + Momentum + Bulls/Bears Power + ATR + Ichimoku Cloud This is the ultimate system , combining: ✔ Trend Structure (MA) ✔ Trend Direction (DI) ✔ Trend Strength (ADX) ✔ Momentum (Momentum) ✔ Momentum (MACD) ✔ Buying/Selling
  ORB FIB  (1)
I have tried to find an indicator that will measure the Fib during the ORB trading session, and not before. I would like it to measure mainly after the break out, and upon retracement, the Fib levels are established. Yes, I can use the Fib that comes with MT4, but I have to keep adjusting it, which
/// GET ENTRY PRICE FUNCTION double GetCorrectEntryPrice( string sym, int direction) { RefreshRates(); double ask = symAsk(sym); double bid = symBid(sym); double pip = PipSize(sym); // ----------------------------------------------------- // HIGHER TIMEFRAME for structure +
[Deleted]
  RSI+BB+MA Scalping  (13   1 2)
Hello, In a trending market, I try to take trades during small counter-trend moves. For example, in an uptrend, the market moves down, then goes back up strongly, then pulls back slightly, and then goes up again. During these smaller pullbacks (counter-trend moves), I take buy trades in the
[Deleted]
Hi all, I have a news scalper EA, but I wish to change some option on it. But I do not compatible with programming and meta4 language. First of all I would like to change the pending orders, to take it 5 pips from the open price. Now it place it from 10 pips from the open price. Secondly I wisht to...
Hi, I set up email in option of metatrader4 , but it is not work. Know everyone what can do
Hi! Somehow I don't have the tab on the bottom of my screen with the trade history. The tool icon is on the top and it doesn't have any history. Does anyone know how can I add it, please? Thanks in advance.
Any ideas how to fix or diagnose this error? it only appears after the EA has been running for hours or days. "Access violation read to 0x0701B3D8 in 'C:\Users\jerky\AppData\Roaming\MetaQuotes\Terminal\D1BB2038AA6820EBB33F0781C376BCE1\MQL4\Experts\MechaPip-New-9000.ex4'"
Hi all, I’m working on a custom MQL4 swing-based indicator that should generate only one clean BUY signal when a bullish trend is confirmed , and only one SELL signal when a bearish trend is confirmed — then stay silent until the trend actually reverses
Hello, I faced a strange error. I'm using ontime function based EAs and recently some EAs stopped with message "cannot set timer (xxx)". As you know, ontimer function requires 'EventSetTimer(xxx) to run the function repeatively. Have you guys ever met this kinds of error? Thank you for your feedback...
  New to Forex: Where do I start?  (265   1 2 3 4 5 ... 26 27)
Hello guys, my name is Mike hope to be a regular here , does anyone have any suggestions on where to start on forex? I know babypips.com but does anyone know any good book that teach the basics? And, a few questions to the reqular traders here if it's okay :P : 1) How profitable can forex be? 2)...
The MetaTrader 4 platform update will be released on Thursday , December 10, 2020. This version provides error fixes and platform stability improvements. In particular, the update fixes an error in the optimization of data connections between client terminals and brokers' data centers. The new build
Hi I am looking for a time/day filter where I can choose what hours I want to trade and what days. Not just from 8:00 - 20:00 but ex. Monday=true Trading Hours= 1,2,3,8,9,10,11,12,15,16,19,20 // This is the same as (01:00-03:00)(8:00-16:00)and agan (19:00-20:00) Tuesday=false I want to be able to
  Time Filter Code  (7)
Where can I get the time filter code? And where, within an EA's code, should I place it? Thanks
  Z-order meaning  (4)
A question for z-order. I have a rectangle and within the rectangle an edit field. The rectangle should be moveable. It is created with z-order 0. The edit field with z-order 1. When i click into the edit, the rectangle moves sometimes, what should not be the case. This seems to be the case, because...
Is there any posibility to decode JSON(prefered) or XML in MT4? JSON/XML are simple, several entries of key-value.  It can be 3rd part library, doesn't metter, it just needs to work correctly.
hi, i have written a simple EA which works nicely with Currency pairs namely EURUSD and GBPUSD with reasonable profits...im however not sure how to code the Symbol for Gold trading as the XAUUSD doesnt seem to work at all. appreciate if someone could advise the correct symbol to be used in the EA...
  Ocean theory based indicators  (578   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...
I'd like to know where I can find the accounting details of MT4 statement configuration, namely Does the Balance field exclusively reflect deposits, withdrawals, and realized PnL (i.e., actual client money)? Is Credit excluded from the Balance and shown only within Equity? Is it technically or
Hello,   I managed to change the default templates so every new chart I open I have the right colors, but when I'm testing my EA and custom indicators I still get the old default template.   How can I change that?   thanks, Giulio 
Hello, I write because I cannot find a solution to this problem and I hope you can help me. From build 600 and above of MT4 (I currently have the latest version, build 625) I can no longer perform backtest with Volatility Factor EA and WallStreet FOREX Robot. After reading M1 data, MT4 crashes as...
HI everyone, I am new to metatrader, and I have heard great things about it and decided to give it  a try.   I went to MT4 home page and clicked the box that said "download MT4" ,  however, it downloads MT5. Can anyone tell me why this is happening?  I have looked and looked for the answer however,...
Hi all. I am seeing an intermittent problem on MT4 and MT5 (although it happens more on MT4 so far) where Initializing the Timer works fine, no errors, and the OnTimer function begins to work ok. But then at some later point, OnTimer appears to stop updating/being triggered. I am unsure of the
  Free EA creation  (247   1 2 3 4 5 ... 24 25)
Hi, If you have indies + method that trade wise works out for you, I'd be happy to mql EA it for you to have it auto-trading. No obligations, and will post the EA in this thread. I have major piece of software that will first hunt/sniff-out optimum way to use your indies In a strategy/EA, so your...
Hi, I don't want to use auto trading at all. but indicators which i use require to turn auto trading on. For instance, i have an indicator named as "Close All Positions" which closes all open orders. But it only works when auto trading is set to on. Now when i set auto trading on, some auto orders
1 lot of Short position X30, Sell @47010.10 S/L set @47010.13 closed @47105.50 realized P/L -$5.40 500+pips of slippage during non-volatile period, usually P/L will be -$0.03........ Super weird
Which indicator of mladen do you mostly use?
How can I search for indicators in this forum? I need the Hodrick Prescott Filter for MT4. Please, if anyone can help me, I thank you in advance. Gus