- Search Metals Mine
- 533 Results (31 Threads, 502 Replies)
-
akukaya replied Sep 16, 2012interesting — i am always interested with new EA ideas. Count me in. best rgds, AkuKaya
I'm releasing an EA for beta testing in one week
-
akukaya replied Aug 31, 2012Depends on the trading strategy — August 2012 is with good results : +28% plus another 29% in affiliate

Is August the most difficult trading month?
-
akukaya replied Aug 1, 2012Move from Rookies forum — Seems Twee not allow this thread in rookies section. IamThat, I will send the details to your p.m later.
My New Project: Compounding EA
-
My New Project: Compounding EA
Started Jul 31, 2012|Commercial Content|6 replies
Hello FF Rookies, I am not sure whether i am allowed to offer this project to this forum. ...
-
akukaya replied Jul 30, 2012your Oanda may statement ~5% gain — how about system that generate ~10% gain per month. Interested to give a try? I've coded into EA, results so far consistent. No martingale, fixed lot size and precision entry system
you would not need to ...I have a profitable trading strategy. Should I quit my job?
-
akukaya replied Jun 29, 2012I can code for you — Hi, I think your request is OK, at least at this open forum
I think I can code you or give you one of my collection EA that had something similar as your request. Not guarantee profitable but seems fit to your request. ...I need somebody to code or advise me on a system
-
akukaya replied Jun 25, 2012It is OK to be skeptical to forex robot — Yes, it is normal to be skeptical! and we should be careful with so many EA advertisement. BTW, if you have your own profitable manual method and want to convert it to automate trading or want to test ...
Which forex robot is the best?
-
akukaya replied Mar 13, 2012try this on demo — Hi, if I can help. try this on demo, if it suit you. almost every day with 20pips, but some day no trades, and some days with drawdowns: depends on your trader type: EA design for EURUSD, start account equity with USD500. ...
20 pips per day, is there anyone can help me?
-
akukaya replied Feb 20, 2012I like this reason — Yes! simple reason. Those who still hit the wall and want to try another way to get over the wall, can try p.m me.
Why did YOU persist after years of unprofitable trading?
-
akukaya replied Feb 6, 2012High Risk System Game!! — I have one high risk system with high profitability but it needs a very hard balls traders
, may suit the trade starter appetite... I will share here: The system is very simple and the idea start as one day i saw my ...Best High Risk trading in Forex?
-
akukaya replied Feb 4, 2012congratulation ixbone — Yes, I think it is a clear cut that standard martingale EA will fail. And modified martingale may profitable(though not guaranteed, nothing is gurantee in forex). I had develop martingale hedge EA myself too. 2 ...
Does the martingale system really work?
-
akukaya replied Dec 3, 2011want to test by EA? — You put in clear flowchart, I will try coding for EA.
PIPS Martingale
-
akukaya replied Nov 2, 2011Jan 2011 results — Alright, Jan summary: week1+week2+week3+week4= $91+$76+$67+$65=$299 (29.9%) results over my initial target (>10%). Will continue to see for Feb market
Consistent Profitable Automatic Trading EA
-
akukaya replied Nov 2, 2011week4 2011 — results: backtest Jan2011_week4 (24Jan to 28Jan) Equity: $1000-->$1048 (+$48) Aff acc: +$17 total gain: +$65 (6.5%) total trades: 80 Max DD: -$36
Consistent Profitable Automatic Trading EA
-
akukaya replied Nov 2, 2011week3 2011 — results: backtest Jan2011_week3 (17Jan to 21Jan) Equity: $1000-->$1052 (+$52) Aff acc: +$15 total gain: +$67 (6.7%) total trades: 80 Max DD: -$47
Consistent Profitable Automatic Trading EA
-
akukaya replied Nov 2, 2011week2 2011 — first results: backtest Jan2011_week2 (10Jan to 14Jan) Equity: $1000-->$1047 (+$47) Aff acc: +$29 total gain: +$76 (7.6%) total trades: 78 Max DD: -$134
Consistent Profitable Automatic Trading EA
-
akukaya replied Nov 2, 2011first week2011 backtest — first results: backtest Jan2011_week1 (3Jan to 8Jan) Equity: $1000-->$1054 (+$54) Aff acc: +$37 total gain: +$91 (9.1%) total trades: 84 Max DD: -$78
Consistent Profitable Automatic Trading EA
-
Consistent Profitable Automatic Trading EA
Started Nov 1, 2011|Trading Journals|8 replies
Dear Traders, It's my hobby to coding a system into EA. I've created a lot but none to seems ...
-
akukaya replied Oct 19, 2011interesting experience — Hi M.A.C. Doug, How about getting 10% consistently month by month with only starting account of USD1000 account. And this is done fully by automatically(EA). Would you interested to test the consistency? Aim to be ...
20% per month. Is this possible?
-
akukaya replied Jul 20, 2011use NewBar function — Hi, if i understand u right, may be better to make use of NewBar function. bool NewBar() { static datetime lastbar=0; datetime curbar=Time[0]; if(lastbar!=curbar) { lastbar=curbar; return (true); } else{ return (false); ...
Quick EA modification needed