- Search Metals Mine
- grandehombre replied Jun 7, 2010
Hi, Please have a look at msg for a solution to this. (Just in case, you are not trying to compile the mqh file, are you? You do not need to. Just compile the main mq4 file.) Cheers, Nick
Simone Guy's 'Simple and Consistent Fibonacci Method'
- grandehombre replied Jun 6, 2010
handful of digits — No problem at all. Sometime in the future, when the development pace slows down a bit (why should it???), we can sit down and perhaps revisit all the things that were a pain and perhaps look at them in a new light. I know ...
Simone Guy's 'Simple and Consistent Fibonacci Method'
- grandehombre replied Jun 6, 2010
Neat debug message console — One of the things I always make sure I have for my apps, is a way to display debug info without interfering with the app's output or writing war&peace in log files. I am actually half-heartedly writing a message ...
Simone Guy's 'Simple and Consistent Fibonacci Method'
- grandehombre replied Jun 6, 2010
managing 4 and 5-digit conversions, as well as order placement checks — (also posted on url ) Here is another include file I use that helps manage 4 and 5-digit conversions, as well as order placement checks. Make a call to calcDigits() ...
Simone Guy's 'Simple and Consistent Fibonacci Method'
- grandehombre replied Jun 6, 2010
Please make the following changes to the code and it will work. (If it doesn't, I shall have to use a bigger cattleprod on it!) //bool firstTime; #include <simone stuff.mqh>//grandehombre's library for preserving user's mn and trading times ...
Simone Guy's 'Simple and Consistent Fibonacci Method'
- grandehombre replied Jun 5, 2010
Some more mq4 code to help along... — Here is another include file I use that helps manage 4 and 5-digit conversions, as well as order placement checks. Make a call to calcDigits() inside your init(). The attached mqh file contains info on how ...
Epsilon Megastar swing/fib trading. Ask your newbie/basic questions here
- grandehombre replied Jun 5, 2010
Simone with fixed magicnumber — Hi Steve, You need to move the #include to just above init(), specifically *after* all the vars it references (MagicNumber etc) are declared. Also, 'firstTime' is already declared in the include. Cheers, Nick ...
Epsilon Megastar swing/fib trading. Ask your newbie/basic questions here
- grandehombre replied Jun 4, 2010
Hi, I believe the following mods will take care of it. Care is taken to ensure the intraday fib is deleted at the end of day (just as Steve had it); the change I made was to set a boolean to specify if trading is allowed. Also, since a 'return' is ...
Epsilon Megastar swing/fib trading. Ask your newbie/basic questions here
- grandehombre replied Jun 3, 2010
Some more general programming hints — There has been a lot of good information given in this thread, so I thought I'd add a little myself. It is not forced upon anyone, merely there for anyone who needs it. My emphasis while developing ...
Steve Hopwood's programming room... Share your hints and tips here
- grandehombre replied Jun 2, 2010
how to preserve the magic # (and trading hrs) across compilations — One of the things that was causing me a little trouble was that the Magic# would be reset every time I recompiled the EA source. Here is some code that will preserve it, so ...
Epsilon Megastar swing/fib trading. Ask your newbie/basic questions here
- grandehombre replied Jun 1, 2010
I'd like to help with the EA's development... — ...pls let me know how I can help. My knowledge is a lot more on the software development side rather than forex.
Epsilon Megastar swing/fib trading. Ask your newbie/basic questions here
- grandehombre replied Jun 1, 2010
Steve, your EA is killing me! :-) — ... in the nicest possible way! I read the PDFs (I did!), installed all the indicators, experts etc (just about all the versions on the thread), then went back and installed just what was in msg #352 of the ...
Epsilon Megastar swing/fib trading. Ask your newbie/basic questions here
- grandehombre replied May 18, 2010
Aggregation of all server config files so far...Also, MT4 server time — Many thanks to all who contributed config files! It has been great. I have made a zip file with all the config files I have come across in this thread so far and have ...
MetaTrader 4 Server Files