MQL4 and MetaTrader 4 - page 1158

[Deleted]
Symbol EURJPY (Euro vs Japanese Yen) Period 5 Minutes (M5) 2010.09.01 00:00 - 2011.05.30 23:55 (2010.09.01 - 2011.05.31) Model Every tick (the most precise method based on all available least timeframes) Bars in test 52379 Ticks modelled 12795862 Modelling quality n/a Mismatched charts errors 12081
I don't believe in support lines. You can see them even where they don't exist - SB (random wandering). To see them is to build on history. But "believe" is not an approach. That is why I decided to conduct a dumb experiment: build a channel and see how the future price will behave near the edges of
  Sart, what do you think of Doe?  (81   1 2 3 4 5 ... 8 9)
Of course, I am not just inviting Sart to the discussion. Here are Doe's weeks. Where do you think the Dow is now? Here's my layman's analysis. Consider that the last major wave of global growth ended with an absolute high in October 2007 (14197.7), and then a global correction took place - very
Hi, I'm coding an EA using pending orders. At a given time, I could have 2 or 3 buy orders opened and a pending sell order. The level where the pending sell order should be opened is used as a stoploss for all the opened buy orders. The problem is that it tries to open the sell order before the buy...
[Deleted]
Breaking through resistance and support levels on the CCI indicator works very well. Maybe someone has a similar EA? Or someone willing to write one
[Deleted]
I put together a simple indicator that will either display "Sell Rallies" or "Buy Dips." I actually had to modify it because the program I used to generate it would not let me just display text on the chart. Whenever I add the indicator to the chart, I get the proper text label to display, but...
[Deleted]
Any idea why when attempting to place a new order on a Demo Account that the symbol drop down is blank and I'm unable to place an order?
[Deleted]
  need help!  (18   1 2)
//+------------------------------------------------------------------+ //| pirmas.mq4 | //| Copyright © 2011, MetaQuotes Software Corp. | //| http://www.metaquotes.net |
[Deleted]
  2 wishes!  (1)
Hello friends. On my MT4 wishing list are 2 hot items. 1. When manually trading, especially these volatile times I like to make a cascade of MT4 Pending Orders I manually have to type them cumbersome and slow process if many. Is there no script that can do it, ex. use the latest price Pair=......
Hi, is there any script tell me if a broker is ECN? Thanks
I'd like to know if anyone else has found MT to calculate incorrectly, particularly something it ordinarily calculates correctly. The following worries me and I wonder if anyone has any thoughts about it. 1 The low preceding the current bar is 5 bars back (iLowest(NULL, NULL,MODE_LOW,10,1)). 2 MT...
[Deleted]
  Sleep Function  (4)
Hi, i found a really good ea but what i want is an sleepfunction. I cant modify the ea hopefully someone can help me. I want that after every open trade the ea wait for 15second to open a new one. Can anyone do this for me please?
[Deleted]
  newbie question  (4)
my code: double a[]; a[1]=1.0; a[2]=2.0; Print("a1: "+a[1]); Print("a2: "+a[2]); it shows a1: 0.000000000000000 and a2: 0.000000000000000... what's wrong with the code? i was expected to have a1: 1.0 and a2: 2.0...
[Deleted]
Hi, Trading order page is not active, i can not make any trading, can somebody help me out. Thanks.
[Deleted]
Just started using MT4, so perhaps I am not using the trailing stop correctly... I sold EURCAD at 1.3824 on Jul 6 at 23:24 (GMT??) and put on a 16pip trailing stop (right-mouse click on trade, chose Trailing Stop, 16pips). EURCAD drops about 10pips and then heads up, to a high of 1.3860 around 8:30
To participate in the Automated Trading Championship 2011, you need to register and submit an Expert Advisor trading according to your strategy. Read more about how to register and submit required materials in the article "How to Participate in the Automated Trading Championship 2011". Don't forget...
[Deleted]
Hello, I am trying to write an EA which places orders the bar after an Arrow from the indicator appears on the chart. The problem with it is, that there seems to be no identifiable deterministic rule to know whether the Arrow shows or not: 1) I tried to count all ticks in the last bar which have...
[Deleted]
Hello, I have tried different scripts from different forums and still can't get one to work or do what I want. I would like a script that: -Close all the opened orders even if the orders are on different charts ----> all at once! Thank you for your time, Vatco
[Deleted]
  Macd levels  (2)
Is there an indicator that tell the value of macd . I need to know if macd is above zero or below I am using macd with histogram so i would need to know where both lines stand
I am wanting to do some backtesting using data that is not from my broker and I want to start MT4 from a command line to do unattended runs. However, each time MT4 starts it asks for a log in. Normally I can cancel the login and run the backtesting as I like, but if I run MT4/backtesting from a...
[Deleted]
ITIL Foundation v.3 ,its full name is EX0-101,Exampdf offers you the best and latest study materials to help all candidates pass this exam easier.with its collection of questions and answers by certified experts and specialists who has worked for this area for a long time,you can find the questions...
hi every one... ifound a very profitable EA but it has one problem that it only works with traailing stop, ibelieve if a stop loss can be added it will be great, Since iknow nothing about programmin... ijust seek some one to add the stop loss MQ4 Commands . thank you in advance ..... plz see the...
Good evening expert traders and programmers: This seems a common enough problem, yet I've not managed to find a solution in any of the threads. After writing and back testing a few EA's I have been trying to demo test and can not get the EA to trade. I have checked and rechecked the enabling...
[Deleted]
Hello How do I change the charts period to 6, 8, or 12 hour period? Currently I see the 1,4 hours but not 6,8,12.
[Deleted]
After configurate and create a new account, I've installed mysql copy I tried to load an ea, but it doesn't load it. The error say: Signature check mismatch!! Anyone knows why that happens and can help me? Thank you very much ;)
[Deleted]
on the Interbank FX Trade 4, is there any way i can combine the stockhastic oscillator and the candlestick charts together as one chart? if so, how? thank you
On my demo MT4 account there has been no change in the charts since 1/7/11. This is the last day which is available to me. My account number is: 1232438. Any help is gratefully received thanx chris
Hi, Everybody. This is my first post, so pls take it easy on me. I have done a search on the forum, but could not find an answer to my question. Having failed to obtain historical tick data from two brokers I am using I decided to collect it myself going forward. (1 min data from Metaquotes or...
Do anyone know what data the metatrader server [my broker] gets when my expert start working ? on my client I can see all the extern variables name with them values, but it is very interesting to know what my broker see. Another thing, lets say I have champion E.A what are the possibilities my...
[Deleted]
Where is the setting in MT4 that shows me on my charts where I entered into orders? I've seen on other peoples screen shots a red vertical line that shows which candle they entered the order. I've also seen little triangles next to the candle to show at what price they entered the order. How do I...