Dochian Channel Indicator

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

Re: Dochian Channel Indicator

Postby vstrelnikov » Fri Apr 01, 2011 4:21 pm

Tiny update.
Parameter "Show High/Low lines" which can be "Both", "High" or "Low" added to DNC_V3.lua.
vstrelnikov
 
Posts: 59
Joined: Tue Jul 06, 2010 8:31 pm

Re: Dochian Channel Indicator

Postby maxiefx » Thu Apr 14, 2011 6:48 am

Apprentice wrote:
BF_DNC_V3.png

With Biger Time Frame Indicator version you must install the regular version as well.
BF_DNC_V3.lua



Dear Apprentice,

Thanks again for your great indicator.
maxiefx
 
Posts: 4
Joined: Tue Jan 25, 2011 1:42 am

Re: Dochian Channel Indicator

Postby Terminus » Mon May 23, 2011 10:01 am

Hello,
i'am looking for a traduction of this Pro realtime code on Trade station II code... :
This is an indicator who is nearly like Donchian Channel but not the same....
If anybody have the nowledge from that i will be reconnaisant ... (sorry for the english...)
--------------------------------------------------------

CP=(open+high+low+2*close)/5
F=LinearRegression[3](CP)
E=std[7](F)

if barindex<8 then
Mediane = undefined
BandeHaute = undefined
BandeBasse = undefined

Else
BandeHaute = F+(E*2)
BandeBasse = F-(E*2)


if F<BandeHaute[1] and F>BandeBasse[1] then
E=E[1]
BandeHaute=BandeHaute[1]
BandeBasse=BandeBasse[1]
endif

Mediane =(BandeHaute+BandeBasse)/2
Endif

return BandeHaute coloured (255,154,51) as"Mogalef Bande Haute", Mediane coloured (102,0,204) as "Mogalef Mediane", BandeBasse coloured (0,204,255) as "Mogalef Bande Basse"
--------------------------------------------------------
Terminus
 
Posts: 27
Joined: Thu May 19, 2011 1:54 pm


Re: Dochian Channel Indicator

Postby Terminus » Tue May 24, 2011 3:35 am

thank you,

i put an answer to Mogalef bands topic
Tis is not the same indicator
Terminus
 
Posts: 27
Joined: Thu May 19, 2011 1:54 pm

Re: Dochian Channel Indicator

Postby Terminus » Fri May 27, 2011 4:59 am

just a suggestion to the friendly programmer ...
Having the ability to adjust the size of the line of the channels
:roll:
Terminus
 
Posts: 27
Joined: Thu May 19, 2011 1:54 pm

Re: Dochian Channel Indicator

Postby Apprentice » Fri Jun 03, 2011 3:34 am

Time Frame biger version compatibility issue resolved.
User avatar
Apprentice
FXCodeBase: Confirmed User
 
Posts: 36258
Joined: Thu Dec 31, 2009 11:59 am
Location: Zagreb, Croatia

Re: Dochian Channel Indicator

Postby Terminus » Tue Jun 07, 2011 1:59 am

thanks a lot Apprentice ! :mrgreen:
Terminus
 
Posts: 27
Joined: Thu May 19, 2011 1:54 pm

Re: Dochian Channel Indicator

Postby arindam89 » Sun Jun 03, 2012 10:13 am

maxiefx wrote:Hello Apprentice,

Thank you for your nice indi based on my request, Salut for your work. I just want to request again for bigger time frame (BF_DNC_V3) too, can you help me again, please?

Thanks in advance


Apprentice wrote:
v3.png


Version 3 of this indicator has two new functionality.
Sub Level Lines and Line Style option.

1. High Band
2. 75% Line*
3. Middle Line (50% Line)
4. 25% Line*
5. Low Band

* Sub Levels

DNC_V3.lua


hi Apprentice
i have no word to congratulate your good work
i have a request can you make a strategy that goes short if it crosses 75% downwards
and go long if it crosses 25% line upwards
i hope you understood what i meant to say
thanks
buy
arindam roy
arindam89
 
Posts: 53
Joined: Mon Dec 12, 2011 5:39 am

Re: Dochian Channel Indicator

Postby Apprentice » Mon Jun 04, 2012 1:45 am

Your request is added to the development list.
User avatar
Apprentice
FXCodeBase: Confirmed User
 
Posts: 36258
Joined: Thu Dec 31, 2009 11:59 am
Location: Zagreb, Croatia

PreviousNext

Return to Custom Indicators

Who is online

Users browsing this forum: No registered users and 6 guests