- Search Crypto Craft
-
DerkWehler replied Aug 19, 2007Optimu: It seems to work, at least so far. Will keep testing, and everyone, please test and let us know if it's good. A round of applause please for Optimu!! -Derk
FF Calendar Indicator for MT
-
DerkWehler replied Aug 17, 2007Optimu: Yes...? You found the memory bug? Please tell me what you fixed so I can review it and make sure it gets changed in the "official" version. It looks like you added this: sData = FileReadString(xmlHandle, 65536); if ...
FF Calendar Indicator for MT
-
DerkWehler replied Aug 13, 2007Not sure what you are saying... D/L FFCal or build 208. I assume you have updated to Build 208 already since it's relatively automatic. If you are looking for the latest FFCal, it is still the one attached. Regarding post #245 & #246, Yes, I can ...
FF Calendar Indicator for MT
-
DerkWehler replied Aug 11, 2007No it does not work historically. Only tells you the most recent and next event relative to now. Other than that though, yes, you seem to be using it correctly. I cannot program the indicator for you, but if you want to send it to me, I can try to ...
FF Calendar Indicator for MT
-
DerkWehler replied Aug 9, 2007No prob... I know Pipskateer, so I may chat with him about it too.
FF Calendar Indicator for MT
-
DerkWehler replied Aug 6, 2007Problems..? — Anyone still having problems with FFCal on Build 108, can you please chime in here one more time and tell me whats happening? Please try to make sure it's a real problem and give me details on how you make it happen. I am trying ...
FF Calendar Indicator for MT
-
DerkWehler replied Aug 6, 2007That is what I was after (OS = Operating System; I wanted to know if you were using XP, Win 2000, etc). The settings that need to be made for it to work are for it to work at all, and are "Allow DLL Imports" checked, "Confirm DLL function calls" ...
FF Calendar Indicator for MT
-
DerkWehler replied Aug 6, 2007What OS are you using? Sounds like the DLL that determines timezone is one-off with you. Anyone else in Sydney or anywhere on the east coast using FFCal that can confirm or deny? -Derk
FF Calendar Indicator for MT
-
DerkWehler replied Aug 3, 2007Please Try Again — Since the release of build 208, it seems they fixed something they had broken. Please try the latest version again after installing 208 and report if it works now. Thanks, -Derk
FF Calendar Indicator for MT
-
DerkWehler replied Jul 28, 2007Rene: Can you please send the version that you called FFCal_v06? I want to compare. I had given up on putting the version in the name in favour of a revision control system I am using, but I can see that is not going to work. Please send it to me ...
FF Calendar Indicator for MT
-
DerkWehler replied Jul 27, 2007Well, MathRand is used, but again, the fact it never gets to my first Print is odd. Perhaps I will try removing it, but very doubtful. The other one, added optimization when working with strings. We do enough string stuff in there; they might have ...
FF Calendar Indicator for MT
-
DerkWehler replied Jul 27, 2007206? — Hey everyone: To test FFCal, I loaded Build 207 onto one of my test platforms. But when I go back to my platform that runs 206, it works fine. So this appears to be directly related to something they have done in 207. Anyone else ...
FF Calendar Indicator for MT
-
DerkWehler replied Jul 27, 2007Hey all: I have tried doing a little debugging on this, but my mind is a bit blown... For any coders out there with any ideas... I put a print statement, FIRST thing in the init. It should be the first line the program runs when loaded, but it never ...
FF Calendar Indicator for MT
-
DerkWehler replied Jul 24, 2007FFCal Very Broken — Hi everyone: Seen a lot of complaints here that FFCal no longer works with 207 (Thanks Metaquotes! :-) I have been too busy with normal life and trading to pay attention, but now that it is so global, I will try updating ...
FF Calendar Indicator for MT
-
DerkWehler replied Jun 13, 2007Okay, I will add this to the wish list. Please note, it is not version 5 anymore either. The most current one no longer has version numbers. I use a source repository which now keeps track of my revisions, so all you will see is just "FFCal.mq4". If ...
FF Calendar Indicator for MT
-
DerkWehler replied Jun 6, 2007Yet Another FFCal — First off, no I do not think you have this quite right. In FFCals buffers: ExtMapBuffer0 contains all the times until each news event. If negative, then they have already passed. ExtMapBuffer1[0] contains the # minutes ...
FF Calendar Indicator for MT
-
DerkWehler replied Jun 2, 2007New FFCal — Hi all: I have taken the code from Flourishing and added it in so that hopefully those of you who use it on multiple charts will have less trouble. Market is closed, so I am not certain of this, but think the changes were pretty ...
FF Calendar Indicator for MT
-
DerkWehler replied Jun 2, 2007Multi-Response — Thank you / you're welcome. I just got back to this group to respond to some posts. I think all the other ones have been answered by other users. When I have a bit of time, I will look into getting it to work a bit better on ...
FF Calendar Indicator for MT
-
DerkWehler replied Jun 2, 2007I forgot to reference this. When all events are done for the week, one cannot just return zero, because it is ambiguous: zero is what is returned AT the time of a news event. So an EA cannot know the difference. If you want your EA to NOT trade 5 ...
FF Calendar Indicator for MT
-
DerkWehler replied Jun 2, 2007Thanks. Yes, I tend to agree. For the first time in 20 years of programming, I am writing EAs that can sit out there, running with virtually no maintenance and slowly chunk away profits. Finally, after so long, programming pays off :-)
FF Calendar Indicator for MT