- Search Metals Mine
- 533 Results (31 Threads, 502 Replies)
-
akukaya replied Mar 30, 2010If all running on EA — Having consistently ~10% per month for consecutive 2 years can be considered in the 1% group? If all the 99% loser, using the same EA, would the results will change to 99%+1%=100% winner..hahaha

New study shows only 1% of traders are consistently successful
-
akukaya replied Mar 16, 2010i am testing a new kind of martingale — Hi Plasmaplants, base on your experience with martingale, any day u can consider as death trade days? Care to let me know which days? I am in testing of my new system and due to the calculation behind ...
YOUR results with live, fully-automated EAs??
-
akukaya replied Mar 16, 2010which month of 2008? — Hi Trad3r, can let me know which day or which month? interested to test mine too.

YOUR results with live, fully-automated EAs??
-
AkuKaya : IBUduit 2010
Started Mar 11, 2010|Trading Journals|0 replies
reserve this for my experiment with starting of 2 accounts (USD50) each on mini account real ...
-
akukaya replied Mar 11, 2010interesting results in your fxbook — Hi robertw, really interesting results of yours. I've a same opinion for 100% a month consistently is possible. I am doing some experiment and perhaps will record it in my journal. But I am more in using ...
100% Monthly consistently
-
akukaya replied Mar 9, 2010If and only if you had this kind of mindset — I like this M.A.C.Doug short comments... If and only if you had this kind of mindset, you can P.M for my newest EA creation. I dont want to give so big hope and claims that I've found HolyGrail but ...
Making a living trading forex
-
akukaya replied Feb 28, 2010try this — put this simple command double maxDD; if(AccountProfit()<maxDD) {maxDD=AccountProfit(); } Comment( "nmaxDD= ",maxDD);
Is there a drawdown indicator out there?
-
akukaya replied Feb 24, 2010i expect this reply — Logic thinking...yes.. but for the aim of main prize for the trading capital, I think should be ok. And i dont have the capability of marketing like FRWC team.. Furthermore, the competition in real market is ...
Double account every month?
-
akukaya replied Feb 24, 2010i do believe.. — double every month? I had a system double every 3 to 4 days... not yet reveal to the outer world...waiting to enter the next Forex Robot World Championship (FRWC). Wait and see for yourself...
Double account every month?
-
akukaya replied Feb 17, 2010Yes, I received the payment — Yeah! Yeah, I received the payment! Thank you to the FRWC organizer and I got called from some one name Steve too. He so kind telling me the money already wired to my bank. I think this kind of competition is a ...
Forex Robot World Cup?
-
akukaya replied Feb 6, 2010Hi matthew — perhaps this is what you want: simple idea.... begin define one variable ContinueOpening=true set it to false when your Equity level reach specified percentage example : if(AccountEquity() < specifiedpercentage) { CloseAll(); ...
Total Equity trailing stop EA for MT4
-
akukaya replied Feb 4, 2010Thank you — Thank you. The organizer had contacted me for my bank account no. They mention payment in 2 weeks time. Alhamdullillah, hope the payment can go thru...
I will join the next round FRWC. This time I will send more powerful EA.. let ...Forex Robot World Cup?
-
akukaya replied Jan 29, 2010hope it is true — If I manage to get the money price(for no.10), I will join the next round with my more powerful EA. I sure it can bet the current no 1. performance.

Forex Robot World Cup?
-
akukaya replied Jan 28, 2010can give clearer instruction? — Seems easy to code..but difficult if instructon not detail enough
Need help of programming this EA
-
akukaya replied Jan 27, 2010OK, good... — the ordersend error due to price digit I think..anyway..good it works for you...Is it profitable?
Check based on Bull and Bears
-
akukaya replied Jan 27, 2010try this one — I think this is what you want. Test it. I just make a quick code. Hope it helps.
Check based on Bull and Bears
-
akukaya replied Jan 24, 2010easy.. — in this case, u do not need to count how many bullish before the bearish... your condition should be: just look for the last 5 bars if(bar2 to bar5== bullish && bar1 ==bearish) trigger buy at Open[0]) that's the logic of your system
Check based on Bull and Bears
-
akukaya replied Jan 24, 2010what is your results expectation? — How long is your longterm? What is your expected monthly profit gain from the strategy? risk/drawdown?let say base on USD1000. interesting to know your expectation before i code it. BTW, at what Timeframe ...
Long term winning strategy - willing to share it
-
akukaya replied Jan 22, 2010you can check between close price and open price, bullish=Close[x]>Open[x]; bearish=Open[x]>Close[x]; u can use looping statement to check
Check based on Bull and Bears
-
akukaya replied Jan 21, 2010Variation of grid EA — i had try quite similar ideas in the past. At beginning seems very promising but Not really consistent profit over time. Unfortunately missing the EA already..... BTW, maybe with slight different variation will give ...
10 pips at a time? Promising strategy - EA Reqd