General - page 1821

When I am trying to compile any MQ4 files to EX4 by using MetaEditor nothing is happening. In description it says "Compiling XXXXX.mq4" but I can't see any progress or results. Anybody can help me please. Thank you very much.
Slawa, the optimization tab seems not to be working 1. I try to change, for example the Value of Balance Minimum, from 200 to 300, and when I accept it changes back to 200 ???
[Deleted]
Hello. All trader. Did anyone have experience with this indicator? I got from Alp.from different post. 3linebreak_1.mq4 Thank Alp. Cha.
Hello I'm using MT 203 and just discovered that object description is not visible on chart. I've tried few color schemes thinking that the color is the same. I have on tools->options->Objects all checkboxes checked. (I've tried also options unchecked) Anybody else having this problem? any idea...
Hi. The title says it all. With Indicators, all Global variables are reset when a user-setting is changed? Strangely, this does not happen with EAs - is it a bug? The only solution I have is to save the value to a file which is a bit extreme......
I consider this a bug as in EVERY language logical AND operation has precedence over OR - except for mql. Checked the documentation too, and indeed it is so. Is this a kind of joke? Adam
Dear all, i want to build my own EA, for example EA will always open buy position at 05.00 GMT+7 local time . how the syntax looks like? thank you for your help
  Dice Roll EA  (14   1 2)
Im wanting a EA that picks a random whole number from 1 to 6 and if the number is 1,3,5 its a sell likewise if the number is 2,4,6 its a long. I want it to take the trade at the UK open, or a time to be determined. stop 30 target 60 trailing stop of 31 opptionally if the last trade was a loss...
I don't use EAs on a live account, so I did not notice this before, now I am testing and EA on a real live account and on a demo account at the same time, I did not know there is a 1 pip difference between live and demo account till today Its not a big deal I just wanted to share this info...
  Flimbo  (4)
Hi there, what you think about this. iam currently work on it. will how things will going on then i will post it.
Hi all, I have an EA that I would like to place an expiration date on the EA. Does anyone know where this code is suppose to be place in the .mq4 files to work properly. int start() { string expire_date = "2006.31.06"; //<-- hard coded datetime datetime e_d = StrToTime(expire_date); if (CurTime()...
Hi, Somebody can explain what is the different Between Instant and Market Execution. Thanks Fxman
I've just done a scan with McAfee and it tells me that both my NF and WHC MetaEditor installations are infected (see pic.) This is after removing an re-installing both packages when the compilers mysteriously stopped working. I have also done a complete system scan. Has anyone else experienced
Hi I have a problem with this expresion double val = iOpen(Symbol(),PERIOD_D1,iBarShift(Symbol(),PERIOD_D1,Time)) * 1.1; it will only return a value if I change 1.1 to 1, could any body tell me please how can I multipay by a doulbe? thanks
hi i am looking for a ea to be programmed its a hedge plus a bit more 1. it puts in 2 buy trades for two currency pairs say A and B 1.5. closes trades if it hits $25 profit and starts again 2. and 2 pending orders for say 20pips higher on each pair (long)A and B 3. if one of the buy...
Hi, I pressed F2 to open the history window, went down to EUR/AUD and clicked download. Now i have really crappy data for this pair. In the help manual it said it would download historical data from 1995 but it only goes back to 2005and there are large spikes. Here is a chart that the data produces:...
Hi, On the metatrader download page there is another program called data center. What is it? And do i need it? Thanks for any info
Hi there. Hopes some good metatrader4 programmer can help me with this ea. I'm trading eurusd on daily timeframe. The rollover cost is high for me when eurusd not is trending meaning staying at the same price for a while. My idea is to have an ea closing the positions i have for 1 to 10 minutes
I have been up and running with automated trading with Metatrader 4 for about a year now, but I'm trying to figure out Oanda's API using c++ now and I just don't understand about half of what is in the code. wondering if anyone here knows how to take what I have in a mql4 program and turn it into a
Deleted due to lack of interest.
Has anybody coded an indicator that identifies narrow range days? For example, an NR7 day is a day in which the range is the narrowest out of the last 7 days. Does anybody have an indi like this?
Does anyone have an EA that places a trade when a PRICE LINE crosses a MOVING AVERAGE LINE? Thanks
Hi. Apparently simple question but I'm baffled. With Indicators, how do you prevent a Globally declared variable from being re-initialised when the user changes a setting? Also, why are Global variables NOT re-initialised in EA's??? I'm hoping there's a better option than having to save a single...
Hi Newsgroup, I have been using the attached Metatrader-Addon for a while in my personal live trading. Its a module, which will extract the daily news from the ForexFactory-Website. It provides your favourite EA an easy interface to access those news-data. Now you can decide how your EA should react...
[Deleted]
  Ranging Vs. Trending  (23   1 2 3)
Does anyone use 2 trading systems, one for when a market is ranging and one for when the market is trending? Also, when do you know or how do you evaluate when to switch from one system to the next? Since most of the time the markets range, I'm trying to learn how and when to go from one to the...
  T3,t5,t8  (1)
Hi, I am wondering if someone can create and indicator for all 3 of these averagesTim Tilson t3s). They are very useful. I am aware of T3 TRIX. I will pay And can someone make indicators for these two oscillators: StoRSI: Mov( ( RSI(8) - LLV( RSI(8) ,8 ) ) / ( ( HHV( RSI(8) ,8) ) - LLV(RSI(8)...
for example OrderClose. instead of closing the order in the EA I want it to run an external script that closes the order (by giving some parameters to it). In this case if the trade closes slowly it doesnt slow down the EA, it still executes on next tick but the script loops until the trade is
I have been using Metatrder 4 for some time now. The following is a list of changes (in order of importance ) I would like to see. 1. There is too large a jump in the zoom in/out. I would like to see the zoom increase/decrease about half what it is currently. 2. The chart bars are not filling the
  Profitable Forex Strategies  (51   1 2 3 4 5 6)
Hello! Somebody know a profitable interday forex system? I tested a lot of, but the most isn't profitable for a long time. 95% of traders lose money, 5% make it and less than 1% become rich at Forex. The broker not just make a profit out of spread. If you open a long position the broker will open a...