MQL4 - automated forex trading   /  

Forum

Indicator required - will pay for

Back to topics list To post a new topic, please log in or register

avatar
4
johnyboy8 2008.04.10 11:48 

I've also posted this on another forum:



I'm looking for a simple indicator which I'd be happy to pay for if no one can do it for free. It may or may not be possible to code.
It could be two indicators in 1 or 2 separate indicators, although I'd prefer the former which I think should be possible.
So, 2 lines (Up tick Green, Down tick Red). Each line shows the MA (user-definable length) of the TIME BETWEEN TICKS. So, for instance GBPUSD is 1.9500, ticks UP to 1.9501 after 50 ms, then after another 100ms ticks DOWN to 1.9500, then after 150ms ticks UP to 1.9501, then after 200ms ticks DOWN to 1.9500 again. Now, say the MA is set to 2, the UP LINE would be at 100 ((50+100)/2) and the DOWN LINE would be at 150 ((100+200)/2).
The UP indicator line only watches UP tick time intervals and likewise the DOWN tick indicator only watches DOWN tick intervals. Because there will be times when the distance between the UP and DOWN MA is large, we may need to think of a way to scale it. We could call it TICK TIME MA.
Hopefully I've made myself clear but ask any questions. This is for MT4.

article

Reporting the Championship: Fourth Week (22-28 October)

Four weeks have passed since the Championship started. Leaders interchanged all the time. Very different Expert Advisors took the first places.


avatar
2462
phy 2008.04.10 22:02 

Here is what it looks like on a fast ticking dealer:


ma = time in ms for last 20 ticks, updated each new tick.


Chart time = 1m, indicator time = 1 tick




avatar
4
johnyboy8 2008.04.10 22:09 
Looks good. Is this the exact indicator that I posted I required ? How d'you overcome the time element as the MA is based on tick changes rather than a constant time element ? Is this available as a file ?



avatar
25
lansera 2008.10.21 05:33 
johnyboy8 wrote >>

I've also posted this on another forum:


I'm looking for a simple indicator which I'd be happy to pay for if no one can do it for free. It may or may not be possible to code.
It could be two indicators in 1 or 2 separate indicators, although I'd prefer the former which I think should be possible.
So, 2 lines (Up tick Green, Down tick Red). Each line shows the MA (user-definable length) of the TIME BETWEEN TICKS. So, for instance GBPUSD is 1.9500, ticks UP to 1.9501 after 50 ms, then after another 100ms ticks DOWN to 1.9500, then after 150ms ticks UP to 1.9501, then after 200ms ticks DOWN to 1.9500 again. Now, say the MA is set to 2, the UP LINE would be at 100 ((50+100)/2) and the DOWN LINE would be at 150 ((100+200)/2).
The UP indicator line only watches UP tick time intervals and likewise the DOWN tick indicator only watches DOWN tick intervals. Because there will be times when the distance between the UP and DOWN MA is large, we may need to think of a way to scale it. We could call it TICK TIME MA.
Hopefully I've made myself clear but ask any questions. This is for MT4.

If you want advice on combine indicators..see for the trade below then email me...lansera@yahoo.com

Back to topics list  

To add comments, please log in or register