MQL4 and MetaTrader 4 - page 1676

Does any one can help me how can I write on a 5 min chart MACD indicator calculated on a 30min base? It may be simple question but I'm a beginer in MQL so plese forgive me. Thanks
[Deleted]
Hello all Does anyone know a reliable trading system(preferably mechanical) leased or sold? Thanks
[Deleted]
Use this functin of "OBJ_GANNLINE" can solve the relation of the priceand the time. have anybody try?
  MACD BB Dots  (55   1 2 3 4 5 6)
Nexgen T-3 Fibs ProTrader. http://www.nss-t3.com/t3.htm I hear a lot of folks raving about this thing. I think that this is something we could use.
Hello, I don't know what it is with this indicator, but when I try to put it on the strategy tester the whole system freezes up, and I have to crash the program. I adjusted it from the original to have it lookat the MN1 time frame, and thats about it. It shows errors on compile, but works on the...
Help, i need a programmer, for System from Visualchart to transform to mql.4. How can it do for me??. Regarts gatowman
This is the predefined MA indicator from terminal, it has a drop-down list for MA method, and a drop-down list for Apply to. I am just wondering how can I put these drop-down lists in customer indicator. Cheers
On the website of the Automated Trading Championship 2006, the "Statistical Report #2" has been published. It contains data about the most popular symbols and timeframesof the Championship, about amounts of multicurrency Expert Advisors. Moreover,it gives statistics on the amount of closed orders,...
I find a possible bug in the new build 199, MT. When you open a Profile in MT, it will not close the previous Profile. So if you wish to switch between Profiles, actually, you will end up with openall the charts in those Profile on the screen. Cheers
I was wondering if anyone has any experience with this EA? It likes to trade A LOT, and it looks good on the backtesting (yea, I know backtesting means virtually nothing, but still...)
[Deleted]
Does anyone know of a method to utilize more than one Manual Assist EA on the samepair? I would like to be able to enter manual trades on the 30 minute and the 5minute but apply a different manual assist to each. Both would have a magicnumber == 0 so is it possible to distinquish the tradeswith...
[Deleted]
System tester fails if expert uses two or more different pairs. Even all used pairs having historical minute data, tester simulates only main pair (EURUSD) The others in the expert are not simulated in this case (USDCHF, GBPUSD, USDJPY ) Thanks. Cengiz
On the website of the Automated Trading Championship 2006, the Interview with Alexander Egorov (Aver) has been published. The developer did not reveal all secrets of his expert advisor,but he still told about his vision concerning automated trading systems: While writing expert advisors, I knew from...
[Deleted]
I've been trying to get my EA to trade on a demo account. I'd run it for a day or two and it would do nothing, despite having loaded andinitialiezed ok. after the day of (no) trading I put it back in the tester with the same days worthof data. in the tester it workes and trades and logs any does...
[Deleted]
The article about how to read results from the Strategy Tester module are a bit dated because it's missing information about the meaning and calculationof Relative drawdown. I'm having a hard time finding anything about it. Can someoneshed some light on the subject of Relative drawdown? Also, how is...
[Deleted]
To whom it may concern, We are a Swiss based investment management company having developed an automatichedging/investment strategy for our clients and are looking therefore to becomean IB for a major forex trading house. Currently we are screening the market. Wewould be pleased if you could...
I know how to have the indicator update every new bar but is there anyway to onlyhave it update every new day? Also is there any function in mql4 that gives you market open and close times?I can't see anything myself. MarketInfo() doesn't give you this information. Cheers.
[Deleted]
Hi Can anyone help me. I am trying to write an Indicator called ROM200 to open upin a new window. I am new to this and even though a programmer myself, I do notknow C like langauges. Indicator I need For each closing price on a daily chart, I want to plot the ROM Oscillator calculatedas follows...
  Is the tester working correctly ?  (63   1 2 3 4 5 6 7)
I notice that the tester often overestimates profits. Some trades are closed with a large surplus in places where the price was not even ... as a result, put the EA in the real world and it loses. How do I feel about it? How do I fight it? I finally want to get accurate data from testing
On the website of the Automated Trading Championship 2006, the "Championship Report: Fifth Week" has been published. It briefly summarizes the results of the week. Hendrick scoredoff Vdiddi38 and took the first place. The third place was taken by ldamiani withthe same open positions, Sashken sank to...
  Offering the game !!!!!  (96   1 2 3 4 5 ... 9 10)
How about creating a bank of ideas.... Traders who have ideas should post them in this thread. Programmers who like ideas make Expert Advisors and send copies to those who gave them. As a result, everyone wins .... I have enough ideas for a book and want to share them all
I want to test my EA, but I haven't got enough history data (M1 or tick data). How can I get more data? I have downloaded M1 data from 09 10 2006 with MetaTrader (Velocity Trader). My EA uses GBPUSD , Daily. Could anybody send me history file? Or help me to download detailed data
[Deleted]
Hi all, I'm having a problem calculating the moving average of the RSI. I thought thatI had the code right, but, the values I'm returning from the code are differentthan what I'm getting in the indicator window. I've attached a screenshot (yes,I'm having similar problems with the Bollinger Bands...
Hello All I have been looking at some of the EA programs and their results and pleasantlysurprised to see some of them very successful. Iam looking for an EA for Live Trading. If any body has an EA and willing to SELL,Iam ready to BIUY for a reasonable amount I am not looking for extra-ordinary...
I was thinking that my ea (which depends on ms time) running with 200 others might not trigger correctly, because 200 ea's on the server and each one taking at least 20ms would cycle each ea every 4 seconds, which would kill my ea, but got to thinking, the system uses an interupt during each cycle
can ea work if a computer in state of off?
What is better for you ? 1. if you trading manualy, plz. post yr indicators and comments, charts etc.... 2.if yr tradnig using EA, plz. post everything statement, broker alowed scalping etc.. I hope that one of the moderators will follow my mind. Or this is another stupid idea ? 3. Or diffrent...
[Deleted]
  My First Expert  (2)
Hello guys, Thank you for the great site; I am trying to write my first expert; I would appreciate if someone can take a look at it and get me a feedback aboutit; its not that wow thing; I am just trying to get myself familiar with the properstructure for writing expert advisors; my expert should...
Hi I just wondering is there any way to find out if an order was closed manuallyor by an expert? Thanking you in advance,
Greetings, I'm trying to create an envelop around an SMA, so altogether I have 3 indicators i.e. SMA itself, the upper band and the lower band. In my code, indicator buffers allocates memory for maximum allowable 8 indicators. However, only 2 first indicators (out of 3) show up on the chart. The