- Search Energy EXCH
- batemap replied May 29, 2011
Hi Dave I don't think those figures are correct. From you numbers your Crim is at BST + 1 and StartTime should be Crim time when it's 02:00 in Britain, so for you: - StartTime = 03:00 EndTime = 19:00 server delta = +1 OK? Paul
Nicotina GJ Breakout strategy: an auto-trader by SteveHopwood
- batemap replied May 29, 2011
Not sure Steve, I've not received any positive or negative feedback, will let you now in a couple of days. Thanks Paul
Nicotina GJ Breakout strategy: an auto-trader by SteveHopwood
- batemap replied May 27, 2011
Hi Brian I've sent you a mail via FF. Thanks Paul
Brijons advanced traders multi-currency strategies
- batemap replied May 27, 2011
Hi Brian I can help testing the EA on my VPS if you want. Thanks Paul
Brijons advanced traders multi-currency strategies
- batemap replied May 26, 2011
Hi All With thanks to Squalou and Steve, I've reused Squalou's box code and on test the box is drawn correctly. In addition to the original inputs the following will need adjusting for your zone: - StartTime = your Crim's sever time when it is 02:00 ...
Nicotina GJ Breakout strategy: an auto-trader by SteveHopwood
- batemap replied May 25, 2011
Thanks Skoda, I've tried iTime[0] and it seemed to give my the same, wrong, result. But, if you can check that would be great. Cheers Paul
Nicotina GJ Breakout strategy: an auto-trader by SteveHopwood
- batemap replied May 25, 2011
Hi Brian 2 weeks with no internet, how can that be healthy? Enjoy! 50% profit in 2 days
A couple of months ago I finished reading Psycho-Cybernetics, by Maxwell Maltz, I think you mentioned this in the 3MW thread, excellent for the mental ...Brijons advanced traders multi-currency strategies
- batemap replied May 25, 2011
New EA — All There is another problem! It looks like Steve coded the EA based on the orders being opened and closed the same day and that makes sense in the UK, but down under they will, potentially, be opened and closed on different days. ...
Nicotina GJ Breakout strategy: an auto-trader by SteveHopwood
- batemap replied May 25, 2011
Steve I'm having trouble with the following code, the intention is check sever time, check current bar time and if they are not the same then sleep until they are, but it doesn't seem to work
while (TimeHour(TimeCurrent()) != ...Nicotina GJ Breakout strategy: an auto-trader by SteveHopwood
- batemap replied May 25, 2011
Hi Brian I posted here, url , regarding zero point. EA - I've only got a high level objective of turning the spreadsheet into an EA, because I like the idea of alerts when the zero point is near/hit. I'm still busy helping Steve on his Nico EA ...
Brijons advanced traders multi-currency strategies
- batemap replied May 25, 2011
Hi Brian I'm still practicing and learning, but I'll post my trades in a few weeks.
Any comments on mu post re: Zero point? Thanks PaulBrijons advanced traders multi-currency strategies
- batemap replied May 25, 2011
Hi Dave and all Can you post the logs please? I really need these to make any sense of what is going on

But, after checking the code I think all is still good, but you will not get any trades until the box is redrawn tomorrow at 2 a.m ...Nicotina GJ Breakout strategy: an auto-trader by SteveHopwood
- batemap replied May 25, 2011
Dave Local time the correct settings, but I have a fix for those down under, in theory it should send trades the moment you load it up, but who knows I coded it
For everybody else this version should not change how your Nico operates, but ...Nicotina GJ Breakout strategy: an auto-trader by SteveHopwood
- batemap replied May 24, 2011
OK, here's my theory and I think this is Shelley's issues as well! Your current local time is 16:28, so your hour is 16, h = 16. CloseHour = 5, is h greater than or equal to CloseHour , with numbers, is 16 >= 5, yes it is, so we return false, which ...
Nicotina GJ Breakout strategy: an auto-trader by SteveHopwood
- batemap replied May 24, 2011
Dave Looks like your times are wrong because you are not getting past this code: - if (h >= CloseHour || h < RangeCalculationHour) return(false); This means that either: - 1. Your local hour is greater than your CloseHour (i.e. 1800 British), or 2. ...
Nicotina GJ Breakout strategy: an auto-trader by SteveHopwood
- batemap replied May 24, 2011
Hi Dave, can you post a portion of the log? Thanks Paul
Nicotina GJ Breakout strategy: an auto-trader by SteveHopwood
- batemap replied May 24, 2011
Y, I show the same, take the EA off the chart and reapply and the pending trades will be sent. The issue is to do with some of the protection I've put in. It looks like I used iTime, instead of Time. This has been fixed in the attached, Shelley EA, ...
Nicotina GJ Breakout strategy: an auto-trader by SteveHopwood
- batemap replied May 24, 2011
Hi All I added some debug statements into this EA, for Shelley, to try and track down the problem of no second trades, please try this for me. Thanks Paul
Nicotina GJ Breakout strategy: an auto-trader by SteveHopwood
- batemap replied May 24, 2011
Hit F7 and then inputs tab, scroll to the bottom where you'll find a variable named 'debug'. It should be set to true, set it to false and the debug will (should go away), you'll still get some 'important' log entries though. Cheers Paul
Nicotina GJ Breakout strategy: an auto-trader by SteveHopwood