General - page 1955

Hi, lets say I have 3 lines drawn by my indicator: - the High of the Bar (a) - the High + 0.0010 (b) - the Low - 0.0010 (c) I want to shade between lines a & b, blue and between lines a & c red. is this possible in MT4?
In the Modes of Modeling tab, when I choose the OPEN PRICE ONLY tab, the expert trades at time = 00:00 and at time =21:00 i´m using MIG Invetmrnts´ server... because in the Metaquotes server its ok is that what its supposed to do? can it only trade at time =00:00? Thanks
Slava, it says in the manual that Linear Regression Channel uses maximum closing price deviation for drawing the parallel lines, and Standard Deviation Channel uses standard closing price deviation. Is the central regression line also calculated on closing prices, or how is it calculated?
Is it possible to view a specific time range from the past only or up to a certain point? For example I only want to view data on my chart from 1.18.2006 14:00 until 1.18.2006 23:00? Can this be done? Thanks
  Another EA...  (1)
http://www.fxlite.com/downloads/FXL-Hourly2.zip
MetaTrader 4 Client Terminal build 189 will be released tomorrow (2 February, 2006). Changes: 1. Fixed appearance of messages in internal mailing system; 2. Tester: The contents of Results and Graphs tabs will be cleared after testing settings (symbol, period, expert) have been changed; 3....
  Www.mql4.com  (18   1 2)
Did everyone hear about the official www.mql4.com website from metaquotes? The website started in 2/1/2006. It contains forums, expert advisors, indicators, and information from the developers at metaquotes. I suggest that everyone serious about trading with metatrader check this website out....
  MT3 Questions  (12   1 2)
I recently realized that broker (particularly interbank fx) spreads can diverge more than 10 pips. I am scalping using MT3, and I attempted to code an algorithm to stay out of the market in such times. As the code is fairly simple, i seem to have problems with the following: define: spread(2); tt=...
Ok I have a problem. When I set up by open like this it works. ticket1=OrderSend(Symbol(),OP_SELL,1.0,Bid,0,0,0,"expert comment",255,0,CLR_NONE); But when I put in my stop loss and my take profit it doesn't. I've tried the 3 following variations but to no avail. ticket1=OrderSend(Symbol(),OP_SELL,1...
  Magic number  (4)
can someone explain to me what a magic number is please
Errors 1) When placed on mT4 chart the last bar the lines go all weird 2) I think the TureHigh and TrueLow calculations are not correct, please help 3) How does when debug Mt4 code, output variables, during calculations etc.....
I am converting an MT3 expert to run on MT4 and need to know what the difference between 'Time' and 'CurTime' is. This is how it appears in the code: If TimeYear(time)<StartYear then Exit; if Curtime - LastTradeTime < 11 then exit; Thanks in advance.
  DLL and bool bug  (1)
Metaquotes, I import a function from dll with a bool as a parameter double GetValue(bool x); My compiler reads the bool value in the dll as - unsigned char with the value of ' 0" '. This will always be read as 0 or false. I think this is a bug and thought it should be brought to your attention...
  Gartley 222  (36   1 2 3 4)
who can convert from Tradestation to metatrader here is the code: TradeStation code for Gartley 222 pattern found in "Trading the Gartley 222" by Aaron Behle and Mark Conway, p. 38: Inputs: Length(100), Strength(8), Tolerance(0.10), BullColor(Blue), BearColor(Red); Variables: F1(0.618), F2(0.786)
  Sample quality  (2)
How do i increase the sample quality when backtesting in MT4? Even with tick data its at 50% on 4H charts for the year.
Was just on godago site and found a script that I want to try but I dont know how to set up a script,how to test,test on history etc. Can someone please give me some instruction on how to do this.
  MakeGrid  (78   1 2 3 4 5 ... 7 8)
Anyone who is doing any trading/testing with MakeGrid, please post here. Here are two demo statements that I have had running for about a week. I think they illustrate why this EA really needs to be thought through carefully. On one account, I have it running only in the direction of positive
  Cynthia Kase  (26   1 2 3)
Anyone know of any MT4 indicators that approximate Kase's MACD , peak out oscillator? It's pretty effective for showing divergence setups I think and she's done a lot of research showing it's superiority over other indicators--for what it's worth. Thru
I'm new to the MT4 and recently downloaded the automatic pivots onto my chart, pretty much every one I could find. I'm not exactly sure what formula I have to enter or setting I have to change to get them to calculate correctly from Midnight to Midnight each day. I understand that each period is...
I'm after a list of what the various Error Messages in the Journal mean. Can someone point me in the right direction? I have asked a couple of brokers, and their reply is like "dah?". I'd also like to know what the different colours (green/red, lt green/dk green) mean in the little coloured box...
Hi How does one place an order with no specified takeprofit? Does specifying a 0 for takeprofit mean no takeprofit? Thanks for the help
I cant able to start the 100 pips script, i receive this message script 100 loaded sucesssfuly and script 100 pips remove dont work. Can anyone help , how i can use it ? Thanks Sergio Scalfaro
What indicators is on this picture??
Hi What exactly is the write way to do this?: int Weights[4][4] = {{1, 1, 1, 1}, {2, 2, 2, 2}, {3, 3, 3, 3}, {4, 4, 4, 4}}; MetaEditor compains saying "initialization expected", when thats what I gave it :(
Well i was testing an EA called makegrid193-1 and it was in profitable and the trade ends in profit. after 10 min all the trade which was done all was gone i could not find any detail how it is happened but it did not only in interbank but also in Dealing24 i do not know wt happened but it happened...
  Cci & Ema50  (2)
Hello everybody!!! I need indicator CCI with EMA50 attached so maybe somebody can help me to create it. That indicator will help to avoid false signals to enter market when you use CatFX50 strategy. Later I can explain how. Thanks
I think this indicator is not refreshing and showing the last dot. You have to shut metatrader down and reopen in order to see the dots. Could anybody please help??
  ADXcross  (139   1 2 3 4 5 ... 13 14)
Please who can modifi this fille for adx cross to give me a signal on the next candle? Look at the pictures. Also i have some problem when i look back some week, sorry for my english look at both pictures Also is posible to have MP3 signal? Thanks
This was given November 2005 and covers pitchforks. Very good system of trading support/resistance channel. rtsp://198.246.142.2:554/mpd/dow/011906_morge.rm
Here's the indicator. Basicly all it is is a pivot point indicator which used fibonacci #'s to calculate support and resistance instead of the standard pivot calcs. Now, I can only seem to make it update at 00:00 GMT which is exactly what it's asked to do in the code, because I can't figure out a