- Search Forex Factory
- 65 Results (1 Threads, 64 Replies)
- GP2X replied Oct 23, 2012
Stay away from them! — I have been trading there for couple months. It's a nightmare. Their "FX Click" even cannot give the correct account balance. I was trading my IB account at the same time with exactly the same system. I kept seeing my ...
- GP2X replied Jul 21, 2012
My check list — 1. MT4 2. Leverage > 1:100 3. Macro lot, mini lot etc. 4. $500 to open, or even $50 to open whatever 5. Bonus for deposit
- GP2X replied May 13, 2010
Ninja Trader connection issue — Hi Jleblang, Could you also comment on the Ninja trader connection issue someone posted above? I got exactly the same problem here. Actually even worse because I was running an automated system when MBT got ...
- GP2X replied Apr 23, 2010
What's the data format? I tried and got a single price column file(I thought it should be two columns(Ask and Bid) as what Dukascopy provides. Thanks!
- GP2X replied Apr 21, 2010
How to get it? — I am using your NinjaTrader feeds but didn't know that I could get tick data. Could you tell me how to get it? Just launch the chart back to 15 days then do an export from NT? I do need to get it exported since NT doesn't ...
- GP2X replied May 1, 2007
There are good systems, maybe not EA, which could adjust itself to fit the market.
- GP2X replied Dec 2, 2006
Any MA cross systems should profit in Nov. The question is still, when to use it?
- GP2X replied Nov 20, 2006
We always have the same idea here :-). That's why I stopped coding EAs and started looking at Neural Network solutions. The success of Phoenix in the EA championship proves that a tuned up simple system could profit in short period, for certain ...
- GP2X replied Nov 14, 2006
Whill Phoenix go towards NN — A small system with many adjustable parameters, "curve-fitting" for the symbol and the latest data. Isn't it the same idea as Neural Network?
- GP2X replied Nov 1, 2006
Not good, I have to raise the stoploss to 200-300 to tune it to profitable.
- GP2X replied Oct 31, 2006
Done in 10 minutes. url But I don't think this simple method would work.
- GP2X replied Oct 31, 2006
My EA — The backward test result is just soso. You have to use huge stoploss(200 or 300) to make it profit. The weekly filter is very important. I don't have time to test more.
- GP2X replied Oct 31, 2006
open_long=high_price+(pips_reserve+spread)/10000; open_short=low_price-(pips_reserve+spread)/10000; Use Points instead of 10000, or it won't work for JPY pairs. I will try to code this.
- GP2X replied Oct 31, 2006
I will try it.
- GP2X replied Oct 27, 2006
For people don't know about coding, it doesn't matter to have source or binary. So I agree than we keep the source by ourselves, just in case.
- GP2X replied Oct 26, 2006
The problem is, I haven't found any detail rules about TD Combo, I thought it just starts the countdown from the first bar without any intersection. But as Phoenix said, there are more rules. Please go ahead and do it. I am busy working on an EA ...
- GP2X replied Oct 25, 2006
Ok, then we should use TD Combo, or just TD Setup without countdown
- GP2X replied Oct 23, 2006
Please go ahead and do it. I am testing TDSetup only, without countdown, intersection or recycle. To trade all of those would give too few opportunities, not enough for testing at all.
- GP2X replied Oct 20, 2006
For the mouteki method, another way to improve might be to use the rules disqualified the break so it would reduce the loss after entering, I remember saw something like that. I also tried coding Vegas4H(We always did the same thing^-^). The result ...
- GP2X replied Oct 20, 2006
So which one do you perfer? Is your mouteki EA mature, do you want to continue that? I am wondering if we can try the combinations, for example, we can use the TD setup as a filter for trend line break. Only enter if the break happens after a ...