- Search Forex Factory
- 128 Results (5 Threads, 123 Replies)
- iya replied Sep 20, 2007
No problem, — That's simple enough! It will calculate the percentage move from the last or an earlier close. If you choose the last close, it will automatically draw as histogram and include the open high and low.
- iya replied Jul 14, 2007
Simply use "pass by reference" just as in C++, works for arrays, too: void PassByReferenceTest(int &out1, int &out2, int &outArray[]) { out1 = 1; out2 = 2; outArray[0] = 3; outArray[1] = 4; }
- iya replied Jul 13, 2007
Here's a free Stochastic indicator with alerts: http://www.forexmt4.com/_MT4_Indicators/Stochastic_Cross_Alert.mq4
- iya replied Jul 13, 2007
Sounds interesting, so I tried to put it together. Feel free to suggest improvements. image
- iya replied Jul 11, 2007
Here you go: The change was simply *10000 with /Point.
- iya replied Jul 11, 2007
I put together this script. The correlation function should be correct and pretty robust (taken from wikipedia), but I'm not sure if it's necessary to further preprocess the close data, for example take the logarithm? And it will not work properly ...
- MTF Moving Average
Here's an indicator that can display moving averages from different timeframes and uses ...
- iya replied Jul 11, 2007
If you live in that timezone, simply use OpenTime = 0 and TimeZone = 2 (= LocalTime). If you live anywhere else in the world, try setting OpenTime = 5 (for EST) or 4 (for EDT in the summer) and TimeZone = 0 (= GMT). Hope this works.
- iya replied Jul 9, 2007
Try this one: image
- iya replied Jul 9, 2007
Thanks for your help. I guess that could work. But you're right, it looks like too much hassle and bloat: merging the bars, keeping the arrays up to date, resizing them, calculating the indicators of the arrays, and I also can't go back ...
- iya replied Jul 8, 2007
The difference is only a difference if you treat money special, which obviously is impossible when trading currencies. You're shorting the dollar when you're buying GOOG/$ or AAPL/$, just as you're shorting the dollar when you're buying EURO/$. ...
- Too few bars when backtesting fixed timeframes
When backtesting with indicators from different timeframes, the results can be off, because ...
- iya replied Jul 3, 2007
Yeah, looks like a bug. I couldn't reproduce it, though. Does it always happen, for example even after initializing by switching timeframes?
- iya replied Jul 3, 2007
Well, the issue seems to be that it doesn't display the reversal levels much in advance. I've just found it a few weeks ago, but so far it gave a few nice signals. As I understand, the displayed patterns are based on confluence of at least two ...
- iya replied Jul 3, 2007
It's not the exact same thing, but you should try ZUP. It displays fib ratios between swing highs and lows from a ZigZag indicator, and detects harmonic patterns. I think it has even more functions, but most info is in Russian only. Imho, it's one ...
- iya replied Jul 2, 2007
Indicator heaven — Here's a quick version trying a few of your ideas. It's more or less a development version, and will only take into account the stoch from the chart time frame, atm. Everybody can feel free to play around with the code, of ...
- iya replied Jun 29, 2007
You're talking about a script here, right? Are you sure it's getting executed at all, when you restart the terminal? Print something else from the start or init function, to test it.
- iya replied Jun 26, 2007
It's right here url
- iya replied Jun 22, 2007
+10.000 closed out and -32.000 open? Looks to me, like the EA is cutting the winners short and letting the loosers run, which is not a sign of a robust strategy. Allowing huge drawdown is also the only way to reach 97% profitable trades. The easiest ...
- iya replied Jun 22, 2007
I think I've figured their timing out: they attack the Japanese housewifes in their sleep! :surprised