MQL4 and MetaTrader 4 - page 1413

[Deleted]
I have installed and attached to a graph, given it an inital deposit size. The program has been running 1 week, and I see no change. The 'experts' have been enabled.. What am I missing? anxious to get analysis going, thanks, chuck
[Deleted]
I'm creating an EA which defines certain parameters / variables at Init(). When I started creating it, I was under the impression that Init() would only run when I first drag / enable the EA on a chart. Of course, I've read the manual which says: "In Expert Advisors the special function init() is...
Hello! I've tried to knock together a quick lot calc that takes the the current bar High/Low difference and divides it against 3% of your free margin.. However i'm getting unexpected results & I cant seem to work out why... It would seem that the Bid-lo & hi-Bid return results with many 0s in the...
It's Scalping in a SCAM broker... http://danielvc.mt4stats.com My dream is some day turn it true in my account :D I think that is the dream of all of us. Best regards, Dan
A very magical technical indicators you seen it? Ask you to seize the opportunity, right? I was in China, please contact me.QQ574012776;13313625412 Liu
Hi I have used this to build an EA but keep comming up with Trade Context Busy and Old tick http://sufx.core.t3-ism.net/ExpertAdvisorBuilder/ below is part of the template that is used but where does the code go that is contained in this article 'Error 146 ("Trade context busy") and How to Deal with...
[Deleted]
Hi, I need someone to code for me, PM me please.
Hello, I am a software developer that is offering my service for those that may be having trouble writing EA's. I have been a software developer for 14 years and write in all variants of the C language (C/C++, C#), JAVA, SQL, etc. I have written EA's based on indicators and price action. Let me...
[Deleted]
hi http://efxexp.mt4stats.com/ expert.fx@hotmail.com
Is there anyone to help me?!! Considering to these codes,I’d like to avoid trading during news events, and I’ve tried to read from file like that attached here,on the other hand, I’ve made a simple example for trade rule but I don’t know why my cycle ( For()….. )that I used here didn’t work...
[Deleted]
  stopping ea  (1)
is it possible to stoop an expert from the mql4 code?
Hi, Is it possible to perform some action exactly at the "end of the candle" tick? The problem is that my market is open from 8.30 till 16.09 exactly. I would like to decide at the latest time possible, should the order remain open or should I close it. Now I'm checking it with TimeToStr() > "16:05"...
  Time problem  (1)
Hi, This is a very simple and "interesting" problem. Here is my code: Print(TimeToStr(iTime("EURUSD",PERIOD_H4,0),TIME_DATE|TIME_MINUTES)); The result is: 2009.03.05 16:00 What?! Today is 09.05.26! How can I resolve this? Thanks
[Deleted]
Please read the instructions before posting questions. I couldn't get the Russian one working so I wrote my own. This EA is kind of ugly and hoaky but here's the first version. You must drag and drop the icons on to the chart to interact. You must have chart shift turned on with sufficient room to...
Hi, I have found an interesting article, feel free to read it. Successful use of scalping is directly depending on your broker. Experienced traders choose brokers very carefully with consideration of many factors. The first factor, is the spread on the traded currency pair . Most of the brokers...
I have a cbit of code that draws a horizonatl line on a chart at specified values. How can I get a label on the right hand side of the chart just above the line as a description? How can I set the text to the right hand side of the screen:       ObjectCreate("H4KsText", OBJ_TEXT, 0, Time[0],...
[Deleted]
Are there *.srv files available for the current InterbankFx servers. The ones in the download seem to be pre-2009? Also does anyone know which SSL MetaTrader uses?
I wrote a very simple EA using one Indicator, i compare like this.... if (indicator_1>indicator_2) result="buy"; if (indicator_1<indicator_2) result="sell"; return(result); then I get this straight linear down slope with plenty of trades. So i reversed the decision (> for <) and was expecting a...
I'm looking for ideas on how to decide what the appropriate size would be of the window to evaluate the dynamic performance of a system on. - One idea would simply be to take the last 20 trades and run your statistics on that to decide whether the system still works fine in the current market. -...
I've started to collect tick data lately for testingpurposes (that have nothing to do with this thread). Just out of curiosity Iused simple csv2fxt (https://www.mql5.com/en/code/8658) script to convert thedata into an hst file. I took a spare MT4 installation, deleted the hst filesand replaced them...
[Deleted]
I would like an ea for this strategy.. I'm looking for an EA for the following strategy. ØEMA 7 (red) and EMA 14 (blue) Exponential close Ø The Awesome Oscillator Ø You will get exact trading signals Ø And you will get exact exit signals Ø 70-80% positive trades Ø Limited loss, ’unlimited’ profit...
Is it possible to draw a 1hr midline bollinger on a 15min chart? Any ideas on how to do it? Do I have to create an object to draw the lines?
[Deleted]
Hi, How would i create a ea that places an order at market open using the high of the last 4h candle at market close. So using the last high of the last 4h candle on friday it then places the order at market open on sunday Any help would be great thanks
[Deleted]
Dear all, i trade Gold in Viet Nam by our currency ( VND). But MT4 present in USD. Please help how to display gold price in VND in chart ? Thanks so much.
How can I get price to show alongside the Fib percentages and save it as part of the Fib properties? For example 61.8 1.3122 Trev
[Deleted]
I AM NEW TO AUTOMATED TRADING AND EXLPERT ADVISORS. ANY ONE WHO CAN HELP ME IS REQUESTED TO CONTACT ME THROUGH EMAIL: armsking1942@yahoo.com
[Deleted]
Based on 5 minute charts, can anyone advise the top 4 currency pairs for depth of market ?
I welcome everyone to download it from my website and try it out and give me your comments. thanks. My site is www.4xGoEasy.com
Assume 3 bars: Bar [2], Bar [1] and Bar [0] (Current). Is the following "stop_low()" function correct to find the lowest low of bar [2] and [3] ? double stop_low = iLowest(Symbol(),0,1,2,1); ------------------------------------------------------------ Reference: int iLowest( string...
Anyone know any good trade management STRATEGIES or scripts like those that insure maximum profitability and good risk management to minimize risk ? For example, once a position is is in profit for 10 pips, half the position is closed, the stop loss is moved to break even, and the other half is let...