- Search Crypto Craft
- grandehombre replied Jun 14, 2010
I've got my goggles and face mask on and I too am waiting for the dust to settle. And I used to think that writing real-time firmware in C and assembler was hard! Never thought I'd see the day of spending this much time on ... an include file! Heh ...
Simone Guy's 'Simple and Consistent Fibonacci Method'
- grandehombre replied Jun 14, 2010
Hi, I have updated the contents of my msg, so please try again and let me know how you go.
Epsilon Megastar swing/fib trading. Ask your newbie/basic questions here
- grandehombre replied Jun 14, 2010
Use -240. That value is added to GMT, in order to derive the local time.
Simone Guy's 'Simple and Consistent Fibonacci Method'
- grandehombre replied Jun 14, 2010
Simone and tight spaces — It would appear that the lowly and much-misunderstood space character is becoming a bit of a pain. Unlike its more illustrious @ cousin or even the # (is it a hash or a pound?), the space has come back to bite us; ...
Simone Guy's 'Simple and Consistent Fibonacci Method'
- grandehombre replied Jun 14, 2010
Hi Vinesh, Desmodeus, I see that as AUD = 'Morning' session= your midnight - 8am next day USD = 'Evening' session= 2pm - 10pm, same day Assuming Pacific Std Time = GMT - 8, then your TRS_gmt_shift= - 480 and your local times would be AUD trading ...
Simone Guy's 'Simple and Consistent Fibonacci Method'
- grandehombre replied Jun 13, 2010
Simone learns about GMT ... world REALLY does come to an end! — I don't know what could possibly cause MT4 to crash but, in order to minimise the possible causes for it, I have - removed the debug API calls to win32 - removed the 2nd include ...
Simone Guy's 'Simple and Consistent Fibonacci Method'
- grandehombre replied Jun 13, 2010
Oops! — It had to happen sooner or later! I made a mistake (I think in the UK they'd call it a right royal bollocks)! Hard to believe, I know! (heh heh, got to laugh at myself sometimes) I had attached the wrong file, specifically, I had not ...
Simone Guy's 'Simple and Consistent Fibonacci Method'
- grandehombre replied Jun 13, 2010
Simone learns about GMT and local timezones - world comes to an end! — (edit: 7:39am, 14jun, AUS time Removed all code files. Replaced with just one: simone stuff.mqh This is in response to reported crashes; the whole thing has now been ...
Simone Guy's 'Simple and Consistent Fibonacci Method'
- grandehombre replied Jun 12, 2010
This is probably my one and only chance to re-iterate that all code following the start of a block statement should be inside curly brackets. (Steve, I've already had a lengthy post on some of this on one of your programming forums and thought this ...
Simone Guy's 'Simple and Consistent Fibonacci Method'
- grandehombre replied Jun 10, 2010
By all means! The code is free for everyone to use and do as he pleases. I personally do not want to mix up code from 'includes' into the main code, but this is only relevant to projects I maintain. I'd like to keep the noise down on this issue; ...
Simone Guy's 'Simple and Consistent Fibonacci Method'
- grandehombre replied Jun 10, 2010
I am sorry to hear that this has caused so many problems. Still, I am reluctant to bloat my code, so that inexperienced users can cope with it. 1) Having said that, I appreciate that this thread is for traders and not developers and I try to keep ...
Simone Guy's 'Simple and Consistent Fibonacci Method'
- grandehombre replied Jun 10, 2010
Trading hours - auto calc — For the purposes of this test, I've used this site to determine trading hours for various market centers. Please have a look at the attached images and let me know if they are correct, as far as you are concerned. ...
Simone Guy's 'Simple and Consistent Fibonacci Method'
- grandehombre replied Jun 10, 2010
Thanks Invisible, I am aware of that lib but am using a different one, which I saw before GMTLib. Nonetheless, thank you for helping out! Help is always appreciated! Cheers, Nick
Simone Guy's 'Simple and Consistent Fibonacci Method'
- grandehombre replied Jun 10, 2010
Hi Argon, I have just re-downloaded simone.mq4 and simone stuff.mqh from msg#1. I then - copied simone.mq4 to c:\program files\blahblah\experts - copied simone stuff.mqh to c:\program files\blahblah\experts\include - using Windows Explorer, I went ...
Simone Guy's 'Simple and Consistent Fibonacci Method'
- grandehombre replied Jun 10, 2010
heh heh, no problem at all. Just a wee reminder. I am working on some code that will automatically detect trading hours for any pair and work on GMT time, rather than local time. The idea is that either the code or a human designates the ...Simone Guy's 'Simple and Consistent Fibonacci Method'
- grandehombre replied Jun 9, 2010
4 and 5 digits — Hi Steve, I'd like to make a suggestion, if I may, on handling 4/5 digit brokers. At the moment, we add a trailing '0' to various values to cater for this, so if I want a 40 pip stop loss, I'd need to specify it as 400. I ...
Simone Guy's 'Simple and Consistent Fibonacci Method'
- grandehombre replied Jun 7, 2010
Simone stuff now works - msg needs updating — I am awake! I am awake! It has been fixed!

:-) Simone Guy's 'Simple and Consistent Fibonacci Method'
- grandehombre replied Jun 7, 2010
Better trading hours logic — Hi Steve, I believe the following code will cater for trading hour cases like the one we face for the USDJPY in AUS, where the hours are 09-17 and 22-06(next day) // ================replace from here...... int hour ...
Simone Guy's 'Simple and Consistent Fibonacci Method'
- grandehombre replied Jun 7, 2010
KH Simone v1 with Fixed Len Fibs - incl SimoneStuff — Hi KingHigh, I've made a couple of minor mods to your code, so that it includes 'Simone Stuff'. I have also defaulted the start/end hour parameters to -1, so that they are picked up from ...
Simone Guy's 'Simple and Consistent Fibonacci Method'
- grandehombre replied Jun 7, 2010
Suggestion for storing stable and latest versions of Simone — Hi Steve, I'd like to make a suggestion that, I hope, will minimise the number of copies of the robot in this forum and make it easier for people to find the latest stable and/or ...
Simone Guy's 'Simple and Consistent Fibonacci Method'