General - page 1571

To find my signal, click at Last Week Pips See this Screenshot - h ttp://clip2net.com/clip/m55632/1285680277-clip-85kb.jpg Sign based on my own routine with Expert. Signal with excellent profits used in five currency pairs. EURUSD, GBPUSD, GBPCHF, GBPJPY, EURJPY With years of experience in the forex...
On the website of the Automated Trading Championship 2010, we've published the new article: How to Write an Expert Advisor and Not to Violate the Championship Rules . All Expert Advisors submitted for the contest go through the automatic pre-testing, during which errors can be detected. However, you...
Please add your vote or comment to this question... I would say YES. After all the championship starts in about 5 days. I got my robot to compile 1 hr after registration. I know we had plenty of time, 4 months, but some of us decided late and had to get acquainted with the new language an...
Here is some code I made (a test script): double a[10];void OnStart()&nbsp;&nbsp;{//--- for (int i=0;i<10;i++) {&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;a[i] = i; printf("initial state: a[%d]=%d",i,a[i]);&nbsp;&nbsp; }&nbsp;&nbsp; double sum;&nbsp;&nbsp; for (int i=0;i<10;i++)...
I somehow put it in one-click trading view and I want to get back. Suggestion: Add to right click menu an option like "Switch to one-click trading" and "Switch to list view", to be easier. 
And I say in backtester, because only there it happens. I am returning with this bug here on forum, because I have a huge function that needs to work in the tester, yet it's impossible because of this.  SymbolName(...,true) returns blank string outside previously activated symbols.  There is...
  WinnerSignals Daily Forex Forecasts  (145   1 2 3 4 5 ... 14 15)
Hi all friend I decided to place my daily FOREX signals here since September We only work on daily time frame and so only check the charts 1 time a day. we are working base on GMT and usually checking is done between 5:30 AM GMT and 7:30 AM GMT each signals has a special number for indexing. all of
Which RAS system is working for you? This thread is only for subscribers please. If you are having good luck with a system, please share. I have wasted too much time and money lately on systems that 'look' good for a month, then go to crap when I go to sleep. For vendors, please don't spam your...
when i used tester to test my EA, I found that a trade show on the chart, but at tester result tab , i can see the deal exist, why it can be happen? #2 should be opened at 08:00 18 Aug 2010 , but the result tab show it is open at 20:00, what's matter?? and why there are two #2 order? my...
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...
Dear all, This is my first thread in TSD. I just learn alot from other members. I would like to post the indicator that shows the missing data in the chart. (may be i am wrong). Please refer to the pics for what i mean. Kenykau
What are you going to do? Isn't it unfair?? Why the same EA was tested without error before the close?? What if there was still plenty of time to apply a fix if the auto tester gave us the correct answer?? In my case I have many previous versions tested OK, even before Sep 22! shouldn't ATC...
  Intra 500 ID31829  (14   1 2)
DESCRIPTION Trading three pairs max. Max 3 reverses per day per pair, on average You should expect 2. No scalping, no profit targets, no million position opened every 1 sec. I always do mirror trading on live account, so Your account should grow exactly like mine STRATEGY Semi manual day trend
Hi I am offering a signal based on a MTF EA. The EA will produce about 25-30 trades a day. Thanks for looking IHWTL
What about the 1726 participants ? am I missing something ?
I dont' know if Im right to post a new topic here for reporting problems, anyway I also sent an email to the support staff of MT4. I'm a metatrader 5 user (I'm also a software programmer),and on last friday 24 september, a new version of MT5 automatically installed in my PC.This new version, for...
I think the success to anything does not simply lie on "Failure is okay; just keep doing it till successful." This is wrong. It urges you to blindly risk whatever it takes in hope that success would come at the end. Of course, success will come after a string of failures but at what price you have...
Errors found in your Expert Advisors during checking: 2010.09.26 07:051. Copy experts\combined.ex5 ok2. Compile3. Configuration combined on USDCHF:M20 every tick 2010.01.01-2010.08.014. Start finished in 1 min 43 sec5. Statistics 215 kb of log files 233 trades, 409 deals, profit -8591.91...
On the website of the Automated Trading Championship 2010, we've published the new article: "Registration Extended to September 25, 2010". The peak of applications occurred at the end of Automated Trading Championship 2010 Registration period. Unfortunately at the same time we had problems with...
Before the previous deadline, I had created a fairly involved expert which unfortunately did not make a profit.  It relies on a dataset generated by an external C++ program, and in the intervening days I had found an error in the processing that created the external data; having corrected this error...
I have test my EA in myself computer without question, but the ATC.Tester report: 4. Start    finished in 0 min 0 sec 5. Statistics    0 kb of log files    strategy tester report not found I spend a lot time to study, I find: My EA  is multicurrency...
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...
  Eur/jpy Trading Journals  (24   1 2 3)
I will start trading on the special journals for pair eurjpy . Because this is my favorite pair so it will be more focused if only this pair that will goes. For next monday EJ : SELL at 113.45 >>>>> Target ? HT
where to fill which currency, timeframe i want to attach on in ATC 2010?
I would like to thank our residing genius coders for taking the time to read this. I have the FXSecretSignal Indicator that apparently does not repaint. The indicator has a zero line which when bars cross, the bars change from Red to Green and vice versa. 1) Can one of our Super Coders add an
2 Books by John L Person... Hope this is useful for pivot lover...
Hi- Was wondering if there were any MQL coders in or around NYC that would be interested in creating a user group and meeting once a month or more often. -Keith aka ForexFoo
On 2010.09.21, one of my MT-5 terminals updated to build 334 successfully. But, another MT-5 terminal failed to update. All files were updated OK, except the terminal. Since then, there has been several unsuccessful LIve Update attempts. This is copy of log entry. DP 3 LiveUpdate 06:42:10...
Is is possible? And if yes, how? Or, can we debug EA's on history data? Or over the weekend? I tried last weekend but as market was closed, no ticks coming, the breakpoint in OnTick() is never hit :D If we could use debugging on history data, then the "visual testing" problem is somehow solved....
There's a problem with AccountInfoDouble(ACCOUNT_BALANCE) function. When I close a position inside OnTick() and then execute AccountInfoDouble(ACCOUNT_BALANCE), it returns the account balance before the position was closed. It's easy to reproduce by calling the function immediately before and after...