General - page 1856

hi guys i use float indicator. what the best indicator for filter this indicator? thx
The FOMC June 2006 meeting starts on June 28 and the FED decision will be announced on June 29 at 14:15 EST time. The consensus in for a 25 points increase to 5.25 %. The decision seems almost a done deal, but what are the things that the FED is watching for, and what happens on June 29 and beyond?...
Hi Guys, I dont now the MLQ programming very well....please help me... How can I define a BAR as "X" and if the price goes below the X the go short...I dont know how can I put a phrase into the EA... Thanks Babar
because MT4 doesn't have multi-account software (which usually needed by fund manager who control lot of MT Accounts).. i have an idea to develop it... i don't understand about MT API.. so i try to figure it out using EA... i'm looking for someone to code it and share here it must contains 2 EA, 1
Hello, Metatrader 4 needs a fast symbol navitation option like metatrader mobile. So we can view 15-20 symbols in one charts, my selecting it's name (using keyboard) fastly, without needing symbol drag/drop or writing symbol code. Even a script seems impossible for this navigation. Thanks Cengiz
I set up my MagicNumber with 6 digits because I kept track of the ticket number with the array TicketNumber[MagicNumber]. I couldn't get a number with more than 6 digits into the array. I used the first 3 digits for the EA# (EA#1=1, EA#2=2,...), the 4th digit for the DayofWeek, the 5th for the...
Slope of the regression line is completely off now, in build 194 (I can post a screenshot if neccessary). Also, I think, build 193 (or lower) was calclulating the standard deviation from the regression line incorrectly; I wrote my own regression channel code and I couldn't get the same deviation,...
This murrey math indicator here only shows lines, does anyone here know how to make this indicator display historical lines?
Hi MetaQuotes, It seems to me usefull to add to MarketInfo() the possibility to get the LotMargin for a given symbol, expressed in AccountCurrency. The calculations are not always easy, and the terminal has all informations needed to compute it. What are you thinking about ? Thanks very much...
  EMA 5 13 62 Strategy  (24   1 2 3)
Anyone familiar with Rob Bookers EMA 5 13 62 Strategy... Has anyone try to make it into an EA... I am not a programmer
[Deleted]
hi there, I have a little problem. my indicator uses the call curtime() to get the server time and also uses LocalTime() to get my time. TimeDifference = CurTime() - LocalTime(); [/PHP] My intention is to use these together to work out the start of the day from my perspective. Now it works perfectly
The updated version of build 194 can be downloaded at "MetaTrader 4 trading terminal" Changes: 1. Drawing of huge rectangles in the chart window. 2. Drawing of ellipses when their selecting points are outside the chart. 2. Forced closing of MessageBox called from expert or script before...
  I seek EA 15-40  (2)
I seek EA 15-40
[Deleted]
If you have a way to identify when to enter trades to capture big moves that can be automated I would like to know about it. I know this sounds only typical, everyone wants to know this don't they? Well sure every good trade starts with a good entry. I want to invite people who think their trading
  Reverse Firebird?  (25   1 2 3)
Hey Guys, Quick question from a non-programmer. How would I go about reversing the signals in the Firebird EA? I'm trying a little experiment and I would like to create an EA with the same signalling capabilities of Firebird, but the opposite trades opened. So when it goes long now - I would want...
Hi everybody I'm wondering how i can define one special function that returns an Array All definable function only return one variable not Array! can anyone help me? Thanks
I was wondering if you can help me with a problem I am having with Expert Advisors. My problem is this - I have designed some EA's which were programmed by a programmer with MQ4 experience. All has turned out fine and EA's are working perfectly except for one huge problem...I can only run 1...
Hellow all, Thank you everyone for answering my questions so quickly! I want to draw a line from Time[1] to a future point that I'll just describe as Time[-1]. How can I do this? Thanks for all replies. -charliev
i've got this "close at stop" at the end of the backtesting many time then it makes me really wonder "what dose it really mean?" anyone can explain pls post here thank you ^_^
[Deleted]
I wonder if there's anything that I or anyone here can do about this strategy tester issue... I ask the tester to evaluate for a date range which I have confirmed historical data exists in the history center and it only evaluates part of the date range I request. It seems very fickle. One time it...
  Price  (4)
Hi, I am trying to create an ea using fibs and what i am trying to do is taking todayClose + (yesterday High - yesterday Low ) * 0.382; but when i send this at order send function the tester shows inalid price ?? e.g 1.28574534 something like this any help thanks.
  Desire
We expect a forum of chinese .
  Nonlagging Tools  (543   1 2 3 4 5 ... 54 55)
Hi, In this thread I wish to represent the new trading tools which based on NonLagging Moving Average( NonLagMA ). Some theory: Some time ago I found that coefficent in the formula of FATL and SATL (so named Digital Filters ) are described by the formula of a fading sinusoid. Then I've developed
  Forex grid bars  (2)
Hi, Can someone explain this indicator in details , the gaps , the prices in different colors and the bars and how it works? Thx in advance
I'm finding that all the short term EA's and strategies that I use don't work or don't appear to work. The longer term trading EA's are the only things working for me. Or appear to be working. I'll have to check my numbers again. What is everyone else's feelings? The only way that I think a short
Does anyone know anything about Sure Shot Indicator advertised on EBay?
Hello everyone, I know that Comment() will write to the upper-left corner of the chart window... what writes to the upper left of the separate window Indicator? Thanks for your reply. -charliev
I was wondering how can I get the current value of the 90 day exponential MA? Is it this: test90 = iMA(NULL,PERIOD_H1,90,0,MODE_EMA,PRICE_MEDIAN,0); ? is it the right equation?
There has been a critical error Time : 2006.06.18 13:41 Program : Client Terminal Version : 4.00 (build: 193, 03 May 2006) Owner : MetaQuotes Software Corp. (MetaTrader) OS : Windows XP Professional 5.1 Service Pack 2 (Build 2600) Processors : 1, type 586, level...
I was wondering if it possible to implement a count of a time interval in a expert advisor? Let me explain - i want to count the pip change in Ask or Bid (it doesn't matter which one) for lets say an iterval of 10 seconds. Does anyone have any ideas how to do that trick?