General - page 1913

Hello to all! According to some posts there is an EA of the Median Trader strategy described in the Bird Watching in Lion Country (BWILC) by Dr Forex floating around. Do any of you know where to find it? I am in hopes to start a thread on it and come up with a good strategy to use. The closest one...
  Avg?  (7)
Hello i have found codeTC2000 (AVGC13-AVGC13.4)>0 C=Close 13 = Bar or Bars but what is AVG ? indicator ? andwhat is 13.4 ? Thanks A
hi, does anyone have ergodic indicator for mt4? thanks
  Shift iMA  (3)
Hi there, I was wondering if anyone knows the difference between the following arguments for iMA: "ma_shift" vs "shift". All I want to do is to calculate the value for 9 bar Moving Averages for current bar, previous bar, and previous to previous bar. But I am not too sure whether I should use...
Hi all, I am trying to test a history file (manual) .. I want to start form the begining of the chart. Is their an easy way to start from begining? (It's a large history file) regards,
I designed an EA which allows more than 1 open position at the same time, but when I tried to close all the position at the same time, an error occured. My original code is: for(int i = 0; i < OrdersTotal(); i++) //go through all the existing positions { if (OrderType() ==...
  OrderMagicNumber  (5)
I was wondering if anyone can help me explaining the purpose and how to use OrderMagicNumber. I take a look at the example Moving Average Expert Advisor; and could not understand it. I think it's to differentiate one order from another. and I do have in mind running the same EA and attach it to
  Eurusd H4  (2)
Disclaimer: Forex is high risk gambling. Any advices that JDun or other poster on this board should be taken with a grain a salt. These advices are extremely risky and the chance of losing money is high. Use the information that is posted on this board at your own risk. Jdun is not liable for any...
  MT3 EA's  (1)
Can somebody please tell me where all the MT3 EA's(scripts) are ?? I can only see a handful under the MT3 down load section, and there must be alot more than that. George
hi evry bady >>> i wont to lern haw to do expert ... from wher i w'll stsrt ? thank u
  Goldwarrior EA  (68   1 2 3 4 5 6 7)
Been trying out this EA since monday 21. Setup on 4 majors, 15 min charts - default settings. I have 2 accounts: 1 on IBFX (their MT3 platform seems more reliable then MT4) and 1 on Alpari. Like always, the 2 brokers have different results. So far so good but the 1000 pips Stop loss is scary. I will
I am creating an expert that uses OrdersTotal()==0 to signal new positions. If a position is already opened this function should return 1 right? Here is a script I created to test the OrdersTotal() function: //Script Tester//Copyright © 2005 Sergey T.extern double lots = 1;extern double stoploss =...
i used to be able to edit wingdings that were on the chart in MT3. how is that done in version 4? thx!
Does not work. Build 186 10 Nov. 2005
Released the new version of MetaTrader Data Center build 285. Reconnection after restarting of main trading server and proxy-mode functionality had been fixed. MetaTrader Data Center download link: "MetaTrader 4 Data Center"
  Proboy EA  (1)
Something with break out of the fractals or channel ... may be
  'Cool' EA  (10)
Interesting EA.
Really usefull for coding data driven functions, it used to work pre build 184.
Please find 4 indicators and one template: - MESA; - BB_TSI; - BB_DS_Stochastic; - Silver-channel. Use template (attached).
2 indicators.
  Xo
10 indicators.
  Td  (1)
16 different DM indicators.
  Patterns  (9)
8 indicators.
Hi there, 1. Can you explain the purpose and how to use SetIndexValue? I am looking at the sample SimpleMA script in MQL II user guide. By the way, does a user guide for MQL4 exist? where? 2. I'm failing to grasp the idea of how everything hangs together. Let me give you a simple example: If I...
Hi guys, first of all I'd like to thank to Scorpion for helping last time when I had a problem. Now I need your help again, I've got two codes for JMA / they are different/, one of them running without a problem,but another one is my big trouble. I reinstalled my MetaTrader4 but still have the same...
  OrderType()  (6)
Please help How can I write into the EA, an instruction for the program to "see" the type of the last position. for example, if i load the EA into MT and the last position in the account was long then do one thing(A), if the last position was short then do another(B)
What is the MQL4 function for selecting the last closed order? I have tried OrderSelect(0,SELECT_BY_POS,MODE_HISTORY); but this isn't working..
Hello, Recently I have replaced the data for EUR/USD with very good quality DVD data from a 3rd party, M1 bars from 1998-2005. Then I used a reliable script from StrategyBuilderFX which then built the M5,M15,M30 and H1 bars for the same time interval. Looking at the results in the backtest profile,...
  Bulls and Bears  (2)
One of them.