CDUR

Here you can post and download custom indicators. PLEASE: Do not start topics unless you are posting your own indicator, they will be moved to appropriate section even if you do.

Moderator: admin

CDUR

Postby Apprentice » Sun Jun 26, 2016 4:58 am

EURUSD D1 (06-26-2016 1126).png

Based on request.
viewtopic.php?f=27&t=63624
CDUR.lua
(7.9 KiB) Downloaded 984 times


DEMA is available here.
viewtopic.php?f=17&t=1052&p=2358&hilit=DEMA#p2358
CDUR Strategy is available here.
viewtopic.php?f=31&t=63777
User avatar
Apprentice
FXCodeBase: Confirmed User
 
Posts: 36435
Joined: Thu Dec 31, 2009 11:59 am
Location: Zagreb, Croatia

Re: CDUR

Postby gregollier » Tue Jun 28, 2016 3:14 pm

Yeah...
Thank you very much Apprentice;
You are my hero !
C U
gregollier
 
Posts: 5
Joined: Sat Jun 25, 2016 10:08 am

Re: CDUR

Postby panos59 » Wed Jun 29, 2016 9:25 am

att:gregollier
Looks intersting..can you tell us a little bit more about this indicator ? how to use or what to watch out..or do you have a weblink to some information ?
panos59
 
Posts: 33
Joined: Sun Jul 21, 2013 10:33 am

Re: CDUR

Postby trdheat » Wed Jun 29, 2016 11:57 am

Apprentice,

When i try to export the data to excel there is a problem with excel, show ''Problems came up in the following areas during load: Table''

Is it possible to fix it?
trdheat
 
Posts: 19
Joined: Wed Jul 10, 2013 7:13 pm

Re: CDUR

Postby gregollier » Tue Jul 05, 2016 7:42 am

Hello,

I can try to tell you anymore about CDUR.
I hope you will understand me because I don't speak English fluently.

This indicator show a long time cycle (CDURUTS) and a short time cycle (CDURUTC).
It works with 2 modes:
1- the both cycles is turning synchronized in the same direction (up or down): It would be a setup.
2- If CDURUTC is turning up (for example) when CDURUTS is on top, it would be bullish.

Moreover, if you can see the CDURUTC getting up (or down) when prices are raging... it could be bearish (or bullish) when CDURUTC will turning down.

I do apologize about my English.
If you want, I can show this using whith charts insteed of my crap language :mrgreen:
gregollier
 
Posts: 5
Joined: Sat Jun 25, 2016 10:08 am

Re: CDUR

Postby panos59 » Wed Jul 06, 2016 6:44 am

att:gregollier
Your explanation was just fine ! Thanks ! are you using the indicator for a long time ? any success ? do you have o download link for the prorealtime version of the indicator ?
Thanks !!!!
panos59
 
Posts: 33
Joined: Sun Jul 21, 2013 10:33 am

Re: CDUR

Postby gregollier » Fri Jul 08, 2016 2:57 am

Panos59,

I'm using it for a couple of years ! But I lost money because of mental, not technical's problems I think.
Now, I have stopped to lose for I trade FOREX seriously.

I'm developping a system with Ichimoku, volumeprofil and CDUR. I think is the good one. But actually, I do believe in CDUR's power !!!
For being efficient with both CDUR (CDURUTS & CDURUTC so), you have to use it with several timeframes.
You can anticipate a setup on m15 for example, when there is one on m1. If you detect an opportunity on h1 for example and the both CDUR are synchronizing together on m15, it's a realy good indication. Of corse, always with graphic's prices (under resistance or on support).

I give you the prorealtime code next:

rem CDUR UTC

z1=dema[9](close)
z2 =dema[19](close)
e= z1 - z2
z3=dema[6](e)
f=z3
hausse = MAX(0, f - f[1])
baisse = MAX(0, f[1] - f)
mmHausse = WILDERAVERAGE[5](hausse)
mmBaisse = WILDERAVERAGE[5](baisse)

REM En déduit le RS

RSUTC = mmHausse / mmBaisse

REM Et finalement le RSI de la Zero Lag

CDURUTC = 100 - 100 / (1 + RSUTC)


REM CDUR UTS

z1S=dema[45](close)
z2S =dema[95](close)
eS= z1S - z2S
z3S=dema[6](eS)
fS=z3S
hausseS = MAX(0, fS - fS[1])
baisseS = MAX(0, fS[1] - fS)
mmHausse = WILDERAVERAGE[8](hausseS)
mmBaisse = WILDERAVERAGE[8](baisseS)
RSUTS = mmHausse / mmBaisse

CDURUTS = 100 - 100 / (1 + RSUTS)


return CDURUTC as "CDUT UTC", CDURUTS as "CDUR UTS"
gregollier
 
Posts: 5
Joined: Sat Jun 25, 2016 10:08 am

Re: CDUR

Postby panos59 » Mon Jul 11, 2016 7:21 am

Thanks again !!
panos59
 
Posts: 33
Joined: Sun Jul 21, 2013 10:33 am

Re: CDUR

Postby gregollier » Thu Aug 11, 2016 10:47 am

Hello,

A friend of mine improve a little the indicator CDUR for a more efficient visuel effect.
It is possible to set specific color when the CDUR is up or down.
Attachments
CDUR2.lua
(7.8 KiB) Downloaded 732 times
gregollier
 
Posts: 5
Joined: Sat Jun 25, 2016 10:08 am

Re: CDUR

Postby mulligan » Tue Aug 16, 2016 12:50 pm

An alert based on CDUR2 would be very useful. Red red - sell, green green - buy, red green - exit.

Thanks for your consideration
mulligan
FXCodeBase: Initiate
 
Posts: 150
Joined: Wed May 16, 2012 4:43 pm

Next

Return to Custom Indicators

Who is online

Users browsing this forum: No registered users and 32 guests