View Full Version : Mqqd
hegh2000
04-04-2009, 03:28 AM
hello,
This indicator is the adaptation of code for a french author "Andrex". To adapt, I am based on the code of another author french "Arnaudbzh".
hegh2000
04-07-2009, 01:14 AM
hello,
no, I did not think to add.
whself beginner
04-07-2009, 03:52 AM
i do not see the code but i think that is possible
use crossabove() crossbelow() when you have lines (DataSeries) or
bool-sym . if (xxx[0] <= xx[0]) alert( ...)
best regards
hegh2000
04-07-2009, 05:14 AM
you can try this.
if (CrossAbove(iMQQD(15,40,40).MQQD,iMQQD(15,40,40).R EG, 1 ))
DrawArrowUp("tag1", true, 0, Low[0] - TickSize, Color.Blue);
if (CrossBelow(iMQQD(15,40,40).MQQD,iMQQD(15,40,40).R EG, 1 ))
DrawArrowDown("tag2", true, 0, High[0] + TickSize, Color.Red);
hanaa
04-07-2009, 09:41 AM
TZACHI could you please post the arrow version of the indicator in zip file format thank you
hegh2000
04-07-2009, 10:23 AM
I gave an example to show how one can do.
Now, each decides how to program.
For example, MQQD over REG or over 0.
eDanny
04-07-2009, 10:38 AM
Please, whenever new indicators are posted, explain a little about what it does and how to use it!
hegh2000
04-07-2009, 10:59 AM
I found the code of this indicator Saturday.
Then I programmed for NT.
Unfortunately, I have no documentation on its use.
I just know that many have only MQQD and linear regression line.
For example: If MQQD> 0 and if MQQD <REG this signal is not a short, but long out of position.
For against, MQQD below 0 is a short signal.
And vice versa.
hegh2000
04-07-2009, 11:19 AM
one exemple of trade.
rt-trader
04-08-2009, 04:38 PM
Hi hegh2000,
Thanks for posting this indicator.
An unrelated question - in the image you posted below, what is the green line in the price panel with a last price of 2941.3?
Thanks
hegh2000
04-08-2009, 05:50 PM
hi,
just un Retracement.
exe. Retracement (90) = (High(90) + Low(90))/2
rt-trader
04-08-2009, 06:05 PM
OK - thankyou....
hegh2000
04-09-2009, 11:32 AM
hello,
the same indicator with the REG line that changes color.
From what I have found on the UTS long (like 4H), reversal of the line REG is a signal.
Ninja B
04-13-2009, 07:10 AM
Thank you very much hegh2000 for sharing this indicator