- Search Metals Mine
- 533 Results (31 Threads, 502 Replies)
-
akukaya replied Sep 24, 2010it is not martingale — Hi Amar, From the glance on the statement, it is for sure not a martingale! But increasing lotsize based on the equity increase. And it is kind of high frequency trades + closeall function when reach some target profit. ...
EA with 100% gains on live forward account?
-
akukaya replied Aug 29, 2010sorry, it should be int — simply change to int int GetHigh =ArrayMaximum(High,32,1); int GetLow =ArrayMinimum(Low, 32,1); double TheHighest=High[GetHigh]; double TheLowest=Low[GetLow]; it should work

Help with iLowest() and iLow()
-
akukaya replied Aug 29, 2010try using array — double GetHigh =ArrayMaximum(High,32,1); double GetLow =ArrayMinimum(Low, 32,1); double TheHighest=High[GetHigh]; double TheLowest=Low[GetLow]; Hope the code work for you

Help with iLowest() and iLow()
-
akukaya replied Aug 29, 2010try a simple view — example Open the monthly chart and view in candle stick. You can determine which month having very small candle? Do some quick statistic month over each years from the chart.
my 2cLowest trading volume of the month
-
akukaya replied Aug 4, 2010Yes, i believe so — In fact, i am thinking I am very close to it.

Do you still believe in the perfect trading system?
-
akukaya replied Aug 1, 2010easier way to know your maxdrawdown — I used to put this code into my EA to monitor my maxdrawdown if(AccountProfit()<maxdrawdown) {maxdrawdown=AccountProfit(); } Comment("Max Floating DD",maxdrawdown ); Tdion, for system with high consecutive ...
My money management (advanced)
-
akukaya replied Aug 1, 2010Know your max DD in history — In this case, you need to create an EA for your system in order to know your max DD from backtest data.
My money management (advanced)
-
akukaya replied Jul 13, 2010Pls share your system with me —
If your system is mechanical, let me try coded it to prove the W5 cca 90%. With RRR 3:1 , if this true, I can alter the system to make it a very profitable with my own method. I am willing to share with you. ...position sizing on system with high W%
-
akukaya replied Jul 3, 2010good discussion — 1)Your system tested and the occurance of consecutive straight loss almost always <7, martingale is a better strategy compare to fix lot. Disagree. There is no difference. Martingale merely redistributes wins and losses**. I ...
help modification of an EA very profitable
-
akukaya replied Jul 3, 2010very interesting — I like your posted link.. I agree with most of your state opinion.
help modification of an EA very profitable
-
akukaya replied Jul 3, 2010my 2c — Consider martingale only if: 1)Your system tested and the occurance of consecutive straight loss almost always <7, martingale is a better strategy compare to fix lot. 2)Death trades occurance very very rare(based on your tested ...
help modification of an EA very profitable
-
akukaya replied Jul 2, 2010interesting — thinking to write book with title : Forex martingale ideas with many variations of martingales and include with the my collection of my martingle EAs. Anyone interested?
help modification of an EA very profitable
-
akukaya replied Jun 30, 2010Forgot to mention it is good & fun idea.. — To make the idea more fun, many variants of different entry signal, timing, etc..I can say it is one of fun EA to play with... and one can varies the step pips too..
help modification of an EA very profitable
-
akukaya replied Jun 30, 2010This is not new idea... — The system is profitable but not last long..same as other martingale.. Few traders had done the same, search post by TDION, FXProTrader and the system not last long... On the swan day, it sure will profitable...but ...
help modification of an EA very profitable
-
akukaya replied Jun 29, 2010easy — Haha, this word "absolutely" bring me old memories.... It is easy to say it cannot be done. It is sure hard to make it, but I take the challenge!! with persistent.. I remember at my first year University class many years ago. The ...
Which EA is making money for you?
-
akukaya replied Jun 27, 2010HAha — Your query is a little fun to me, may be the correlation of electrical wave form vs forex waveform..haha.. I am an electrical engineer too
should I mention here...hahaha I got a feeling why u ask this..
Moving SL to BE is very wrong/noobish
-
akukaya replied Jun 27, 2010That is previous MM — Hi RR, For the FRWC, yes but for the new one I am not sharing it yet. The latest one with some improvement and include some logic and mathematical formula.(simple but I think more efficient and can be more consistent with ...
Which EA is making money for you?
-
akukaya replied Jun 27, 2010not martingale — my opinion, it is better than martingale. in the past I like martingale idea, but with my new EA, i think it is quite revolution. not seen any quite similar in this forum. but I am not yet test it with live, just back test ...
Which EA is making money for you?
-
akukaya replied Jun 26, 2010i agree — yes, i also think profitable automated system can be developed. I am doing it. Recently I had a sound system base on logic & mathematical calculation and seems complex at the beginning. But recently after reviewing the code, it is ...
Which EA is making money for you?
-
akukaya replied Jun 21, 2010cannot access your account — Hi, invalid account... what is the server? Demo?
My Forex Secret Weapon