- Search Metals Mine
- klhh replied Apr 24, 2012
Problem solved... admin pls close this thread. thanks
Help please with code - pending order cannot open
- klhh replied Apr 24, 2012
The EA can delete the pending order, the next line is open another new pending order, it should be able to open, but in fact cant...
Help please with code - pending order cannot open
- klhh replied Apr 6, 2012
current price = 1.5692 new price= NormalizeDouble (price, 3) new price= 1.569 but I want only display 9, not 1.569
EA Math Logic-Help
- klhh replied Apr 6, 2012
Thanks for your suggestions, but I think you misunderstood my requirement. Let's say current price is 1.5692, I would like to display last second digit. For this current price example, I would like to display "9" only
EA Math Logic-Help
- klhh replied Apr 6, 2012
Thank you, let's say current price is 1.5432, may I know how to display last 2nd digit which is "3"?
EA Math Logic-Help
- klhh replied Mar 27, 2012
Thanks h4xforum, I get it. And thanks Xaphod too, I will have a look later

Looking to Convert this indicator to EA
- klhh replied Mar 27, 2012
Hello h4xforum, thanks for your suggestion, but I could not enter the web you suggest
Looking to Convert this indicator to EA
- klhh replied Dec 11, 2011
Let the time to prove my system work
Request to convert my system to an EA
- klhh replied Dec 11, 2011
Could you please be polite? This is my choice for my money management. The purpose I start this thread is looking for programmer. My thread is not for commercial purpose. If you don like my thread, please go away.
Request to convert my system to an EA
- klhh replied Dec 11, 2011
I never increase lot, always same lot size(base lot), maximum (2 x base lot) for change direction. My stop loss is my margin (1000pips), which is nearly impossible to hit. I will choose 1:500 leverage or higher.
Request to convert my system to an EA
- klhh replied Dec 11, 2011
Hello Dredding82, I am not sure whether you really understand my system. As long as there is 100 pips (from high to low or vice versa) from your entry, there is accumulated 550pips, 110(660pips), 120(780), 130(910), 140(1050), 150(1200) and ...
Request to convert my system to an EA
- klhh replied Dec 10, 2011
Part 3 — The concept very easy, let me summarize it. As long as change direction, there are need to open 2 x base lot size of order type, for example, if the price drop from top, mean changing direction, in this time we need to open (2 x base ...
Request to convert my system to an EA
- klhh replied Dec 10, 2011
Part 2 — Step 4b (from 3b) image If price retrace to 1.5650, 0.2 lot Sell order (1.5650) kena Stop Loss. Open 0.2 lot (base lot x 2) SS 10pips away from current price (1.5650), mean at 1.5640 with 10pip SL (1.5650). Step 5b image If price ...
Request to convert my system to an EA
- klhh replied Nov 19, 2011
Ok Thanks you very much for your help and efforts again

100pips EA problem
- klhh replied Nov 18, 2011
Hello pip_seeker, thanks for your comments and effort again
I found out that your EA only open Sell if there is a BUY at a same round number, or open Buy if there is a Sell at same a round number. My suggested system is no matter there are how ...100pips EA problem
- klhh replied Nov 18, 2011
Hello, First of all thanks for your effort, I have an easier idea, when an EA attached, when the price goes to round number(1.53, 1.54, 1.55... etc) it will check whether there are open position, if no then -open buy and sell order with 100pips TP, ...
100pips EA problem
- klhh replied Nov 17, 2011
Hello MikeFT, I have tested it with strategy tester, it also keep on opening buy and sell order, if sideway on certain round number like 1.53, 1.54 etc. Anyway thanks for your effort

100pips EA problem
- klhh replied Nov 17, 2011
ok problem solved.Thank you very much for all guides and comments

Anyone can check this code pls?