General - page 1727

Man made Indicators VS Natural Phenomenon?! Pls, share any ideas about 2 category of chart reading. 1) Human creation of indicators/systems based on the mathematical calculation of past price action. e.g. MA, RSI, Stochastic, MACD & etc OR the Complex mixed advanced system one using computer like...
Hi, I recently bough an expert advisor from itmt4.com. I read in a different thread on this forum that if the advisor shows up in the terminal as gray then it was not compiled correctly, is that true? Reason I am asking because this specific EA is seems to be working correctly and quite well. I...
Hello, Is it possible to get historical data of EUR/USD into Matlab from MetaTrader? If I took daily data from Metatrader for EUR/USD from 01/01/2007 to 20/01/2008 is it possible from Matlab to update my data to today's date? Thanks, Miguel
[Deleted]
I created a custom indicator with seperate window but when i try to create object in that window i was unable to create it. meanwhile object created in above windows screenshot included. IWI = WindowFind("MInfo"); if ( ObjectFind("Symbol Lable") != 0 ) { ObjectCreate( "Symbol Lable",...
If I use Print() or shows the value on screen with object_create, my double variables shows all the zeros for a certain length. Ex value 1.235 is shown as 1.23500000000 Is there any way to "hide" all theese zeros? I've tried using NormalizeDouble(), but this only decides how many numbers behind...
Hi gays i would like to thank all wonderful gays in this fourm ,this fourm helped me alot however after 4 years of trading forex alot of wining and losts i found that i always reach the brake even or get some profit and i always lost it again i realy tried to figure how is the market moving but
Hey everyone, I'm working on a strategy right now that scalps the market. I was wondering if anyone could a question for me though: -Has the EUR/USD ever gone up or down by 900 pips without reversing 200pips before? By that I mean has the EUR/USD ever gone in an up trend without spiking 200 pips
  Cross-Currency Strength  (22   1 2 3)
So we know that some currencies correlate (or are negatively correlative) to some degree and can be used to confirm or predict movements. This indicator basically puts it all on one scale (from -1 to 1, I put the max to 1.2 so you can see the graphs without the labels getting in the way). I've coded
On the website of the Automated Trading Championship 2007, the article Winners of Automated Trading Championship 2007 has been published (http://championship.mql4.com/2007/news/342/). The Winners got their prizes and awards and shared their thoughts and impressions of the Championship with us. The...
  Intelligence?  (3)
So I was trying to build what you could call a rather primitive price-predictive NN but hit a brick wall so I tried a simpler direction-predictive NN and this is what happened. I'm actually quite excited by these results but because I don't have much experience in AI (and indeed Forex) so I was...
Hi folks I promised you many free expert advisors and systems for 2008. Here is the performance in testing of GOLD breakout system A set of free expert advisors and system details will be posted , after testing them and finalising the system.Everything will be posted in due course A set of exper...
Hello everybody, I was wondering if anyone could help me find a stochastic indicator that would send an email alert when the %K crossed the %D? Any help would be greatly appreciated
Hi All, I’m not sure how to handle re-quotes. I have the following code but it didn’t work as expected in forward testing. Could someone help? Thank you, StrangeGuy extern int NumberOfTries = 10, Slippage = 5; .... void subCloseOrder() { int cnt, total = 0, ticket = 0, err = 0, c = 0; total =
Dear Admin, would be great if we didn't merge this thread and leave it separate - question (problem) very common and specific thread much easier for Search (plus this question allready in general thread, but no answer...) -------------------------------------------------------------------- When we
  Last news from TOP TRADERS  (111   1 2 3 4 5 ... 11 12)
Here you can find: forex daily and weekly analysis, technical and fundamental analysis, midterm and longterm outlook. Analysis of major currency pairs. All the latest data are on the last page.
During optimization, the number of processed passes is showing at the bottom of the Strategy Tester screen, above the horizontal bar that fills from left to the right towards completion, e.g. 115 / 1280 means it is now calculating pass number 115 of a total of 1280 passes. I have a situation...
  Is there an EA like this?  (30   1 2 3)
Just wondering if there is a simple EA that will at a time I specify will look at the previous candle and open a trade based on its close? EG: 03:00 candle Closes Higher then its Open, then place a Long trade. Thanks
  Simple Trading  (45   1 2 3 4 5)
Ok..has anyone who's gotten really tired of trying indicators tried just opening a trade on a currency pair that has a small spread and placing limit at 100 and stop at -100? No charts, no indicators, just a quick simple coin toss. Since price action is pretty much random anyway (A trend can...
  Debugger  (1)
Would it please be possible to increase our arsenal of debugging tools GetLastError() and Print() with GetLastErrorLine() which would return the line of code where the last error occured
Hi... I'm a newbie... I cannot understand why this Expert Advisor cannot open trade with my DEMO account... Please help me...Can you all editing this EA? Thanks
you should see & here this: A.Aliev. Fin Math. MGU. Song my god... Subprime Mortgage Meltdown - Work in Progress Financial Mathematics
Is there any way to add code to a Custom Indicator, which will then restrict the indicator to be present only on specific time period charts, e.g., 5 min and 1 hour, say? This is to prevent the necessity of manually selecting the Visualization tab, unchecking the All Timeframes box, and then...
  withdrawals delay  (21   1 2 3)
Hi , did anyone hear about the new offer in forexgen ?
If I didn't miss something, an indicator cannot draws 2 curves in different windows. I mean: - 1 cure in the main window (#property indicator_chart_window). - and 1 curve in a separate window (#property indicator_separate_window). For some case (when the 2 curves are linked*), it could be great...
  Volume EMA  (1)
Hi everyone... I was wondering has anyone seen a Volume EMA indicator for MT4 ? If so, could you post where I might download the indicator. Thanks, Titan
[Deleted]
Helloo...it's me I need a generic Breakout EA (we all could use this, I believe). Is there any kind coder that might be interested to make this EA?...I know that many will use it for years to come in the labrynth of BO methods out there. This EA could be with the following "open-architecture" where
  weekend testing  (4)
I need to test mt4 on weekends, does anyone know how? Any demo servers which are still working on weekends?
  Server Spy?  (1)
Hi I was wondering, can a broker that is running metatrader server somehow see the code that your expert advisor is running on his server?
Hi, Assuming that I can get the bank quotes from our database is there a way to convert the text/csv to hst? Thanks,