- Search Metals Mine
- 33 Results (1 Threads, 32 Replies)
- inkuumba replied May 13, 2010
Hey Camcvoo, Am I missing something? You post came before the EA should start trading. Maybe I am wrong about the start time?

inkuumbaSimple H1 GBPUSD EA
- inkuumba replied May 7, 2010
Hey Sorry Geoff65; I didn't mean to share your other EA, just the fragment of code with respect to aspect of consolidation. I am the one who share the fragment of code about "retry" that is implimented in the V6,V7. I just thought I could ask and ...
Simple H1 GBPUSD EA
- inkuumba replied May 7, 2010
That is very interesting. I would love to see a bit of code where this is applied. If it is possible for you to send this I would appreciate this. Cheers, Inkuumba
Simple H1 GBPUSD EA
- inkuumba replied May 7, 2010
Very Nice EA — Hi Goeffb65, Let me say that this is a very interesting EA. I am still trading it with pennies because I am still afraid of the 140(SL). I am amazed at it simplicity. Do you know if the fractals that you use to confirm the trend ...
Simple H1 GBPUSD EA
- inkuumba replied May 6, 2010
Hello there Mary, It depends on which version you are using. Although I suggested the retry fixed in version 6, I am still using version 5a. You need to use starting time = 23 on version 5a otherwise you set GMT_Offset =0; Hope this helps. Cheers, ...
Simple H1 GBPUSD EA
- inkuumba replied May 6, 2010
(mistake)two LONG — It was such a crazy day that my ea ends up un the M5 TF. Return to see two long hitting profit. Seem like this EA can do no wrong. Cheers, inkuumba
Simple H1 GBPUSD EA
- inkuumba replied May 4, 2010
Re Posting of modified EA — Hey Guys, If you modified the EA you need to rename it(_ ext). Giving it the same name will lead to confusion later. Cheers, Inkuumba
Simple H1 GBPUSD EA
- inkuumba replied May 1, 2010
Hey Geoffb65, I am not a coder but I suggested the retry fixed. There is a slight "typo" in V6 /////////////////// if(buyorder==0 && Time0 != Time[0] && Hide_Targets==false) { retries =10; while(retries > 0) { RefreshRates(); ...
Simple H1 GBPUSD EA
- inkuumba replied Apr 29, 2010
Changing time frames — Hi Taiyakixz, You are right about the EA. When one changes time frame the EA is deinitialized and will abandon the trade. In this case it will not see the trades that it has taken. My guess is it took two more trades on ...
Simple H1 GBPUSD EA
- inkuumba replied Apr 28, 2010
Requotes — Hi geoffb65, Here is how one coder deals with the requotes. I am not a big coder my self, but he uses a while loop with say retries=10. My contribution to the thread: Keep up the work. while(retries > 0) { RefreshRates(); if ...
Simple H1 GBPUSD EA
- inkuumba replied Apr 26, 2010
IBFX US — Hi Geoffb65, Do you know the start time for IBFX us broker? Thanks alot, inkuumba
Simple H1 GBPUSD EA
- inkuumba replied Apr 26, 2010
v5a — Thanks ForexKiwi, BAcktesting now with IBFX, what is the start time for this broker? Anyone knows? Thanks inkuumba
Simple H1 GBPUSD EA
- inkuumba replied Apr 25, 2010
5a — Hey Guys, I am having trouble downloading v5a. Keeps coming up as php attachment. Could anyone repost this for me. Thanks for the work. Haven't tried them yet. Inkuumba
Simple H1 GBPUSD EA