- Search Crypto Craft
-
DerkWehler replied Mar 29, 2007That would probably take a significant re-working of the code.
FF Calendar Indicator for MT
-
DerkWehler replied Mar 29, 2007See previous post. You should only be using version 4, no other. It does not require timezone input. It accesses a windows DLL to get your computer's TZ. This weekend, there will be a new version out, 5. Everyone will have to switch over. -Derk
FF Calendar Indicator for MT
-
DerkWehler replied Mar 29, 2007Try loading it in the metaeditor, and compiling. If it compiles okay, close the metaeditor and see if it is not available. -Derk
FF Calendar Indicator for MT
-
DerkWehler replied Mar 28, 2007Zuijlen: I have looked over and tested your changes. Very good, thank you; they will be included in the next version. The div by zero might have been the cause of a couple of crash reports.... -Derk
FF Calendar Indicator for MT
-
DerkWehler replied Mar 27, 2007Interesting you should mention it. I was just wondering about how many people would be willing to pay a small monthly fee to have this indicator giving them the actual numbers.... Anyone else want to say? Please DO chime in and tell us you would NOT ...
FF Calendar Indicator for MT
-
DerkWehler replied Mar 27, 2007I have already sent private mail to Merlin about ways we might eventually achieve this. Hopefully we will figure out a way, but y'all will have to give us a while. They still have other more important things on their plate right now. Amusingly ...
FF Calendar Indicator for MT
-
DerkWehler replied Mar 27, 2007Zuijlen: Any indicator only runs on every tick. At least on MY MT4 broker, sometimes it can go for minutes without a tick. Ona 1 minute chart, during slow times, I can actually skip a couple candles. Part 2: It is not supposed to say the time; it' ...
FF Calendar Indicator for MT
-
DerkWehler replied Mar 27, 2007Are you sure about that? Do you live in a place where that happens? Yes, especially for [some] non-US parts of the world, it would be really nice to have a better method. If anyone comes across something that would work better, please let me know.
FF Calendar Indicator for MT
-
DerkWehler replied Mar 27, 2007You already can pick which corner to put the text in...
FF Calendar Indicator for MT
-
DerkWehler replied Mar 27, 2007Theoretically, or are you seeing this from experience? Care to share which EA is producing such results? <wink>
FF Calendar Indicator for MT
-
DerkWehler replied Mar 27, 2007Yes, true. But it will be quite a lot more work for FF to get that added in. Namely, they would have to update the XML page right after every announcement. And what is worse, EVERYONE using it would have to update it, which would cause a horrible ...
FF Calendar Indicator for MT
-
DerkWehler replied Mar 27, 2007I'll look at it and integrate what you've done. Thx.
FF Calendar Indicator for MT
-
DerkWehler replied Mar 23, 2007When I get another platform set up, I will do some tests. Because of the nature of how it works, what you said should not matter ("it looks lik you cannot call two currency pairs that both include the same base or cross"). -Derk
FF Calendar Indicator for MT
-
DerkWehler replied Mar 22, 2007Try This — Kurka: Okay, this is what I meant: // News ON OFF function static int lastMin = -1; static bool lastRet = false; bool TradeNews() { if (Minute() == lastMin) return (lastRet); lastMin = Minute(); int minsSinceEG = iCustom("EURGBP", ...
FF Calendar Indicator for MT
-
DerkWehler replied Mar 22, 2007Oops, that "return (false)" at the top won't work when it IS news time. Have to think about that a bit more. Have to go to work now though. -Derk
FF Calendar Indicator for MT
-
DerkWehler replied Mar 22, 2007Kurka: Yes, I got that. I would think it should have worked. Is what I did what you want? Do you want to trading near any high-impact news on those 8 currencies? The 8 calls to the indicator is a pretty heavy. You should only do it once per minute. ...
FF Calendar Indicator for MT
-
DerkWehler replied Mar 22, 2007Everyone: Sorry it takes me a while to answer. Life is quite busy these days. If you are also on the Yahoo group, posting stuff there is likely to get tome faster. I hope most of you got your troubles solved. You can write again if you are still ...
FF Calendar Indicator for MT
-
DerkWehler replied Mar 22, 2007Okay, let me give you a hand. There should be no need to change the indicator. Your code: // News ON OFF function bool TradeNews() { int minutesSincePrevEvent = iCustom(NULL, 0, "FFCAL_v03", true, true, false, true, 1, 0); int impactOfPrevEvent = ...
FF Calendar Indicator for MT
-
DerkWehler replied Mar 22, 2007I had that problem on mine, but then I got it fixed. On my machine, it was related to my time being off because I use Win2K and MS doesn't support it anymore, so they did not make a patch for adjusting DST. You don't happen to use Win2K do you?
FF Calendar Indicator for MT