General - page 1517

On the website of the Automated Trading Championship 2010, we've published the "Interview with Alexander Topchylo". The winner of the Automated Trading Championship 2007 says: "The more traders are involved in forex trading, the more liquid and efficient the market is becoming - and it's becoming...
Hello, I thought I start my own signal services through Rentasignal. A few words about me: I started trading forex early 2009 as a programmer. I always aimed to automate my trading so I'm using EAs from the start. I have tested many of them and I also developed some minor strategies. Unfortunately...
I'm working on a multi-currency EA that trades all 12 currencies. Testing it on open prices of, say, M5 for year time is a pain, but things still move. Now, in order to prepare it to the champinship uploading I started testing it on every tick (a year period again), BUT nothing moves and it seems...
It´s possible call a .net DLL??
In computing, row-major order and column-major order describe methods for storing multidimensional arrays in linear memory. Following standard matrix notation, rows are identified by the first index of a two-dimensional array and columns by the second index. I declared an array as: MyArray[2][3]...
Hi, I uploaded my EA for ATC2010 on friday 17, and received 2 times by e-mail a test report with last comment No Error. Today, I received another test report which says 1 Error. I did not change the EA. It is the same. What's wrong here ? Here copy from my account, first No errors, second 1...
Strategy: Very simple signal system. REACT is a No-Indicator Price Action system (Only Microlot 0.01 Lotsize Brokers with Partial Close are Supported). It's not a flashy system but it accumulates profits in a very steady predictable manner. - If you want Win% Accuracy AND Superior Profits REACT may...
Gambler’s Conceit Article written by http://www.forextraders.com It is the bane of the gambler, and the trader: the feeling that you can risk as much as you want as long as you are the winner, because, as soon as you stop being the winner you will get out of the game is familiar to most people who...
Trade Timing — how to decide entry/exit points. Article written by http://www.forextraders.com If money management is one half-of trading, determination of entry/exit points constitutes the other half. No amount of successful analysis will be useful if we can't determine good trigger points for our...
Trend Following — The Most Popular Strategy In All Financial Markets Article written by http://www.forextraders.com How to create a trend following strategy – a step-by-step guide If there is one strategy in currency trading that is equally popular with retail and professional, technical and...
Forex Trends: How to Profit from them? Article written by http://www.forextraders.com Trends are familiar to the general public. News reports speak about them all the time, and even housewives have an idea that some people benefit greatly from them behind the scenes. If you want to be one of those...
Forex Oscillators: How to use them for profit Article written by http://www.forextraders.com Forex price action moves between the theoretical bounds of zero and infinity. Although we have the intuition that prive movements will be a lot less than what is implied by these bounds most of the time, and...
Principles in Technical Trading Article written by http://www.forextraders.com Learning how to trade is a life time endeavor requiring focus and patience, but there are a few generalities that can make your job easier. And if you make use of them while trading, in addition to an immediate...
Reading the Market Action: How to use technical Tools Article written by http://www.forextraders.com Many beginners choose to jump into trading right away after learning a little a bit about a handful of indicators. But the truth of the matter is that no indicator in itself is enough to trade any...
How to Create a Technical Strategy: A Guide for Beginners Article written by http://www.forextraders.com Performing analysis and combining indicator data to create a viable forex strategy often appears like a task suited only to the most experienced and professional traders. Beginners are...
Profiting from Fundamental Analysis Article written by http://www.forextraders.com The forex market is by far the most suitable investment medium for realizing the full potential of fundamental analysis. We know that currencies tend to reflect the underlying long-term trends that dominate economic...
Dear Traders, Please check our service. It yields consistent ROI of between 20-40%/month. To be able to profit from this service and be on the safe side, please use with the following Money Management: 0.01 lots for every 1000 USD; 0.1 lots for every 10.000 USD etc. This is necessary as there are
Current version, ObjectFind is not working. In debug mode, it works fine. But in notmal mode, it returns bad result.
The same EA tested on Sept. 18 and on Sept. 20 on the same period was reported with different profit. It was +2126.58 USD on Sept. 18 and -6604.73 USD on Sept. 20. If I try to test it with the same parameters and on the same period on my PC I get +2126.58 USD result. How did the ATC tester get...
Hi, I keep getting a value of 0 for my custom indicator. Even if I set the value of the indicator buffer to 2 in a loop, I still get 0. So, something is going wrong. What's interesting is that I can copy my code (formulas, variables, etc) into another indicator that works but never call on my...
Please teach the method of seeing the chart in the 1970's and the 1980's. My wanting to verify is at the week.
[Deleted]
The eu is still bullish but looks to be rolling over. When she does roll we should see some support near .2900 for. It's a massive psych number and S/R level. Check out the attached chart. thefxpivotpoint.com
Why do I get this error here int MAhandle;   i=0; j=0; for(i=0;i<T;i++){ for(j=0;j<N;j++){ ArrayResize(MA,0); ArrayResize(MA,T+N+1); MAhandle=0; MAhandle=iMA(symbol,Period(),j+1,0,MODE_EMA,PRICE_MEDIAN);...
I'm having severe problems installing the platform on windows 7. Downloading and initial instalation go fine. Then I register to a demo account OK. Now the program wants to install a newer version and I approve. Nothing then happens and when I double click the Metatrader 5 icon I get the...
Is it possible to debug an expert advisor when all the markets are closed (ie with historical data)? So for example, I'm programming an EA on Sunday and I want to debug it but no market is open. Do I have to wait until Monday to start debugging or is it possible to debug this with historical...
Hi All!!, An idea here, why not meet up with some of the local members in your city to discuss/trade/test/help Metatrader Trading Ideas but report/converse with other local groups via this Forum? I am in Perth Western Australia and would love to meet up with some other Metatrader Traders of all...
Greetings. I must tell you, newbies and those who haven't done their due diligence, about what the problem may be with your trading system. After reviewing some, not all, of the offered trading system here, it came quickly to my attention that few mention the use of a tick chart and/or tick...
Hello. My installation of MT5 does not create the folder virtualstore/... where all data of custom experts advisor and other stuff are created for metatrader5. I suppose this cause internal error #55 when i try to compile experts advisors that actually are stored in Program Files\Meta Trader5\...
  Ask  (2)
Nice to meet every one. What function can be used in MT5 to close a openned position trade? OrderClose? Thanks Very much.