- Search Crypto Craft
-
DerkWehler replied Jun 2, 2007Hi: Sorry for the delay. Okay, so you are saying that when you put it on multiple charts on one platform, that each instance will update the file from the FF site, and end up doing it too often? I think that is what I understand you saying... I'm ...
FF Calendar Indicator for MT
-
DerkWehler replied May 14, 2007FFCal update — Greets all: I found a problem with FFCal (v.05). When called from an EA, if there were no more events for the week (for the currency pair it was assigned to), it would report zero for "Minutes until next event". Likewise, before ...
FF Calendar Indicator for MT
-
DerkWehler replied Apr 5, 2007You will have to ask Merlin about that one. Right now the only way is to make the EA save each one (not a tough change) and wait a year. However, there was a guy on the yahoo group who had put together a file with all the news events over the past ...
FF Calendar Indicator for MT
-
DerkWehler replied Apr 4, 2007What do you mean? You mean you want it to save each XML w/date so they do not get overwritten?
FF Calendar Indicator for MT
-
DerkWehler replied Apr 3, 2007SAMPLE NEWS AVOIDANCE FOR EAs — Kurka: I think your problem might have been that you were multiplying by (-1) where you should not have been. In the sample code, you will see calls like this: iCustom("GBPUSD", 0, "FFCal_v05", true, true, ...
FF Calendar Indicator for MT
-
DerkWehler replied Apr 3, 2007Kurka: I've been thinking about it, and I have a bit of free time in the next day or two. If you want to just send me the .mq4 file, I can try to get it working... If you want me to look at it, let me know which broker you are using, and send the ...
FF Calendar Indicator for MT
-
DerkWehler replied Apr 3, 2007Okay, thanks for the outline. I'll look over your code ASAP.
FF Calendar Indicator for MT
-
DerkWehler replied Apr 3, 2007Kurka: Do the Print statement you have in there print out the right values? If you add a 5th boloean in each call, set to false, it will not display info on screen, but that should not matter for functionality. Do you have the FFCall loaded on the ...
FF Calendar Indicator for MT
-
DerkWehler replied Apr 2, 2007Mike: Why would they "fight with each other"? Why did the XML file need deleting? Because two charts were trying to write it at the same time? -Derk
FF Calendar Indicator for MT
-
DerkWehler replied Apr 1, 2007FFCal Hangs — Hello again: I have just tried testing FFCal_v05 on 23 platforms... 21 FXDD, an IBFX, and a Mig. 4 of the FXDDs did not work; all the rest worked fine. But perhaps now I see why some folks have trouble. 2 of the FXDD platforms ...
FF Calendar Indicator for MT
-
DerkWehler replied Apr 1, 2007Variable # of news events — I guess it was not done that way because it never occurred to me that anyone would want that much stuff on their chart. It was originally made to do one, then someone suggested 2... I could change it, but it would ...
FF Calendar Indicator for MT
-
DerkWehler replied Apr 1, 2007Vertical news is controlled by "ShowOldNews" and now defaults to false. Position is controlled by last parameter, NewsCorner. -Derk
FF Calendar Indicator for MT
-
DerkWehler replied Mar 31, 2007FFCal version 5 — Hello all: Okay, changes were pretty minor, so hopefully when the market comes online tomorrow, this will prove to be working just fine. You must use version 5 now; no other versions will function. I have not removed the ...
FF Calendar Indicator for MT
-
DerkWehler replied Mar 31, 2007FFCal Poll — Hi all: I wanted to ask your opinion: Do you like/use the feature in FFCal that writes the news even vertically on the chart? This code was graciously donated by Mike Nguyen from the Yahoo group, but I have heard complaints that ...
FF Calendar Indicator for MT
-
DerkWehler replied Mar 31, 2007BK: Regarding this and your previous post: I got the TimeZone stuff from a talented programmer on the Yahoo group. It seemed to work, so I just put it in place. But your code is smaller, simpler.... if you have tested it and it works (which I am ...
FF Calendar Indicator for MT
-
DerkWehler replied Mar 31, 2007Tesla: It's a fine thought, but the older indicator version (well, all of them) are made assuming the XML page will be in a certain format. You cannot just put some sort of "See forum" or "Update to verson 5" message in there; the indicator would ...
FF Calendar Indicator for MT
-
DerkWehler replied Mar 29, 2007I just saw this update of MT4 to 203: url To quote (note I highlighted #13): New MetaTrader 4 Build 203 has been released. What’s new: 1. Corrected drawing of object FiboFan based on closely-located anchoring points. 2. Tester: Added checking for ...
FF Calendar Indicator for MT
-
DerkWehler replied Mar 29, 2007Well, as long as you are NOT using Windows 2000, like me, they were supposed to have a patch that came out so that when Windows automagically updates your computer for DST, it works correctly. Mine did not, because the @$%^! at MS no longer support ...
FF Calendar Indicator for MT
-
DerkWehler replied Mar 29, 2007What timezone are you in? And you, Pipskateer? It's posible that the windows timezone DLL isn't working correctly for certain timezones.... Perhaps I will put an option back it so people CAN set it manually. We need a better auto-detection solution. ...
FF Calendar Indicator for MT
-
DerkWehler replied Mar 29, 2007Try using version 4a posted a few posts back.
FF Calendar Indicator for MT