MQL4 and MetaTrader 4 - page 619

Mt4 is not importing the CSV file which contains bid rates from 1950 eurusd m1 data..plz help.it doesn't show any error also
[Deleted]
  Array Help  (3)
I have tried the search function but I dont know how to word it.     I want to load the previous 5 bars into an array for calculations later on in the program. I have the below so far but it does not work. So the data should be collected at the start of the new bar. These arrays have sent my head...
[Deleted]
  what's wrong with iCustom ?  (25   1 2 3)
Hello, I'm trying to code a very simple indicator using iCustom and Laguerre.mq4 when Laguerre cross the 0.75 level head down it gives a sell signal and when it cross the 0.15 level head up it gives a buy signal, it works but, of course it's not very useful like that and i have to add something else...
Hi all. I have a little doubt. I was user from MBTrading that now is part of TradeKing...  I have a script that show me with this line code  DoubleToStr(MarketInfo(EURUSD, MODE_BID),5) always 5 pips more that showed in mt4 chart...The spread sometimes is 1,0 or 1,5 pips but this 5 pips more I am...
How do I keep my code hidden if I want to share it but don't want the source to be seen?
hello dear  Can you help me to put a account number as password in a EA with a expiry date . please help with step by step thanks 
New article Error Handling and Logging in MQL5 has been published on mql5.com: This article focuses on general issues linked to handling software errors. Furthermore, the logging term is brought up and the examples of logging implementation with MQL5 tools are shown. During the operation of most...
[Deleted]
  Capturing a lagging indicator  (22   1 2 3)
Hi,   I'm new to mql4 coding and I understand the basics (very basic).     How do you capture a lagging indicator with iCustom?   i have been playing with the code inside the indicator tester and it seems to work fine. However when on live it never trades.   For example fractals will not always be...
I have the following indicator code. It shows an arrow on the screen when a certain condition exists. I want to have it send an email when the condition exists AFTER I attach it to the chart.  The problem is that it currently tries to send emails for each occurrence when I attach it. Can anyone...
Hi, I'm new with mql4 and coding as a whole so can any of the experts please help me with the following two dilemmas. I need to add an arrow and alert when price breaches an MA from above, but it should repaint as when the price does not close below the MA to disappear again. It draws the arrow and...
[Deleted]
Issue: I am calling iCustom to calculate values for several custom indicators within an Expert. When running on historical data, I am flooded with entries like this: <SYSTEM DATE>    <DATE>  Custom indicator <iCustom Name> EURUSDpro,M30: removed Example: 2015.11.16 09:16:11    2015.09.23 08:30...
could you kindly clarify if mt4 has stock screening facility based on customised technical indicators please.    
[Deleted]
Hi, I looking for some way to open order (long/short)  at  specific times (Like 14:00, 18:00, 19:00) in the current price of the market with stop loss & take profit that I'll set. Anyone have some EA that can do that? Or any idea? Thanks! 
[Deleted]
In EA testing, "Tester memory handler: tester stopped because not enough memory"?
I'm sure it's out there, but I have not found a discussion of this:   Brief: The Custom Indicator runs twice each bar, once on it's own and again when referenced in the EA. Is this a necessary behavior or am I doing something fundamentally wrong? Detail, as short as I can make it: 1. Here's a Custom...
  Problem with EA  (2)
Hello guys, Im here new and also Ive been studying MQL for about a week (no previous experience with programming)... I tried to write a simple EA (only to practice what I've learnt) The idea is to double the lot size if the previous trade didnt work out well... if it again doesnt work out well then...
I have a account at a market maker. Thespread sometimes widens extremely. So I like to program an indicatorto show the spread. I adopted the excellent „Clock_v1_3”indicator from „Jerome  to show the currentspread besides the different time zones. I am new to programming indicators so Ido not know...
Hello Everybody, Please I need your help. I made this ea to pick trades on news release but when the time set is reached it doesn't pick trades. Take a look at the code below maybe there is something I am doing wrong: Thanks in advance extern string        newsdate         = "2015.06.10"; // Date...
  Fibonacci levels: myth or reality?  (161   1 2 3 4 5 ... 16 17)
I decided the other day to check how often Fibonacci levels occur in forex using EURUSD over the last 10 years. All calculations in the program are based on the zig-zag. ----------------------------------------------------------------------------------------------------------------------- Method 1
Hello forum, Something rather odd is happening, I have this simple order modify for the stoploss (see below). The ADJ in ADJ*Point() is defined as a double on global scope. I am looking at ADJ values of 1 and fractions, say 0.5 (point). The order modification works fine with the Buy orders, both...
[Deleted]
Hello, Currently development a program that would use intermarket influence withAI, Program currently extracts forward data prices from Metatrader and has builtin Astrological engine For the past couple of weeks I have been training data with open source Artificialintelligence engine NUPIC www...
[Deleted]
I practice to migrate a indicator. like follow. but i find a problem. the value of indicator is fixed to the last value  no matter where mouse focus.  Just like the following 2 pictures, both always shows 13.0497 how to change the indicator's value with the mouse. thank you.              
Hi Guys, Back when I was playing with MQL5 it didn't allow hedging and this was a issue for me so I went back to MQL4. I now see MQL5 is all over your face and taking over MQL4 website links...  Were should I go ? to 5 or can I stay on 4? O NEED HEDGING....its a deal breaker... 
  Is there any difference between to use "Ask" directly  and to use "MarketInfo (Symbol(), MODE_ASK)" instead? In another word,  "MarketInfo (Symbol(), MODE_ASK) " = "Ask"? "MarketInfo (Symbol(), MODE_BID) " = "Bid"? Otherwise, when are they same? When are they different? Thanks. 
[Deleted]
Hi,  I'm really struggling with a what is most likely easy piece of code. I'm new to mql 4 so bear with me.   What I'm trying to achieve is this. Wait for the previous bar to close outside of the bollinger bands. Easy enough.  What i'm struggling with is when this has been achieved I then need to...
[Deleted]
Seriously consider forex signals if you are not yet trading profitably, have limited experience, or just don't have much time to devote to your forex trading. From the simple one email a day variety to the forex mentor who sits with you all day holding your hand as you trade, a portfolio of forex...
[Deleted]
  Hello All  (1)
I am Skylondon and live in United States . I am professional trader .I want to share my trading life . People tend to have many questions when they are presented with something new, especially when it is related to their money. Lots and lots of questions will pop up during the first encounter. The
PLEASE. Aonde eu encontro o arquivo metaLang.exe?  Where do I find the metaLang.exe file?   Eu quero compilar .mq4 pelo php para .ex4. Ajuda! I want compile .mq4 to .ex4 using php. Help !   Obrigado. Thanks. 
Hi, I'm working on an EA and I'd like to be able to pause trading without deselecting Autotrading Button or deleting it from the chart since it is holding important data in memory in form of arrays that are needed to continue after unpausing: I'm using the following code