- Search Forex Factory
- 1,347 Results (13 Threads, 1,334 Replies)
- Xaphod replied Sep 12, 2017
Sorry, try this... file
- Xaphod replied Sep 11, 2017
Here you go. Note that it may crash if used to access data on higher timeframes that do not exist or are not up to date. Deleted. See my next post for an updated version.
- Xaphod replied Sep 9, 2017
You are welcome. Trade well!
- Xaphod replied Sep 9, 2017
Hi, Perhaps I will make an attempt to do as you ask next week when the markets are open, if I find the time.
- Xaphod replied Sep 9, 2017
I do not know how well this indicator works in current versions of MT4. Use the standard suit of indicators instead if this one does not work well enough for you. The GMTS matrix has alert settings.
- Xaphod replied Sep 9, 2017
Hi, There is a link to the thread that uses these indicators in the first post. You can learn everything about how these indicators are used there. The thread is no longer active.
- Xaphod replied Sep 9, 2017
Hi, Sorry, I'm afraid I cannot help you with your EA. I have too much to do as it is. There are other talented programmers on the forum you can contract for the task.
- Xaphod replied Sep 9, 2017
You are welcome, and thank you for your kind words! /X
- Xaphod replied Jul 19, 2017
Which build is the 'new build' and what incompatibilities are there between it and the last version of matrix signals?
- Xaphod replied Jul 6, 2017
Yes, for the indicators to work in real time one needs to have the offline charts open. I did say in my previous instructions that one should 'Leave the offline chart(s) open'. That is the only practical way to do it in MT4. Like heispark says, you ...
- Xaphod replied Jul 4, 2017
So, you are almost there. Once you have an offline chart open, you can put an MTF indicator on another chart using the offline charts data. Ex: Create M8, M10, M12 offline charts using scripts/experts on a M1 charts. For best results, always run the ...
- Xaphod replied Jul 2, 2017
Yes. Is this a trick question? It is trivial to just put them on the chart to verify this for yourself. Just drag and drop the indicators onto the same stoch chart. extern int TimeFrame_Auto=0; // Automatically select higher TF. M15 and M30 -> H1. ...
- Xaphod replied Jun 28, 2017
Hi Heispark, Glad that you still find the indicators useful. I do drop by occasionally to see what is going on here on FF. All the best!
- Xaphod replied Jun 26, 2017
Hello Botan626, The indicator figures out the last two bars on the higher timeframe, calculates the stochastic data for them and draws a straight line between them. There are quite a few comments in the code to let you know what it is doing. It uses ...
- Xaphod replied Feb 26, 2017
Thanks. You are welcome. Trade well!
- Xaphod replied Feb 26, 2017
Thanks! Hope your trading is going well.
- Xaphod replied Feb 26, 2017
See post 1 of the thread.
- Xaphod replied Jan 11, 2017
Hi, read post 2 and post 1 for info on the TDI-MTF-zz indicator.
- Xaphod replied Nov 27, 2016
Comparing the RSI value to the SignalLine value is not how the TDI works. From the source code of the indicator: SetIndexBuffer( 0, gadblPriceLine ); SetIndexBuffer( 1, gadblSignalLine ); SetIndexBuffer( 2, gadblRsi );
- Xaphod replied Nov 26, 2016
zznbrm wrote this indicator. There is nothing wrong with it. Why are you using buffer 1 and 2? What are the buffer definitions in TDI-MTF-zz?