High Customizable Keltner

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: High Customizable Keltner

Postby michlen » Thu Jun 20, 2013 6:24 pm

1. How can I download Keltner bands using Wilder's ATR instead of percentage?
2. Would there be a possibility of choosing MA, EMA ,...?
3. And choosing Low or High instead of Close?

Being a beginner simple download is probably the maximum I can manage.
michlen
 
Posts: 3
Joined: Wed Jun 19, 2013 9:23 pm

Re: High Customizable Keltner

Postby michlen » Fri Jun 21, 2013 4:52 pm

Answering (partly) my last posting:

I've found and downloaded an ATR based Keltner Band indicator. I.e. only my 3rd question remains:

How can I use Low or High instead of Close?

The changes in the code -probably (H+H)/2 instead of (H+L)/2- might not be too complicated but being a beginner simple download is probably the maximum I can manage.
michlen
 
Posts: 3
Joined: Wed Jun 19, 2013 9:23 pm

Re: High Customizable Keltner

Postby Apprentice » Sun Jun 23, 2013 2:38 pm

In this implementation, it is not possible,
We use the ATR, which requires a complete bar (open, close, high, low)
User avatar
Apprentice
FXCodeBase: Confirmed User
 
Posts: 36341
Joined: Thu Dec 31, 2009 11:59 am
Location: Zagreb, Croatia

Re: High Customizable Keltner

Postby michlen » Sun Jun 23, 2013 11:09 pm

I understand that:
Keltner.High(i) = Smooth(Source) + Variation * Factor
Keltner.Low(i) = Smooth(Source) - Variation * Factor

The choice of source for the center line is C , (H+L)/2 or (H+L+C)/3.
Could it be also only H or only L?
If yes how can I download it?

P.S.I guess the coding shouldn't be too complicated even though it is beyond the scope of my skills i.e. I don't know how to turn a new code into a downloadable .lua version.
michlen
 
Posts: 3
Joined: Wed Jun 19, 2013 9:23 pm

Re: High Customizable Keltner

Postby Apprentice » Mon Jun 24, 2013 1:29 am

Only if we use Tick ATR
viewtopic.php?f=17&t=34094&p=57962&hilit=tick+atr#p57962
Note, ATR and TickATR have different values​​.
User avatar
Apprentice
FXCodeBase: Confirmed User
 
Posts: 36341
Joined: Thu Dec 31, 2009 11:59 am
Location: Zagreb, Croatia

Re: High Customizable Keltner

Postby Apprentice » Fri Jun 28, 2013 2:32 am

Simply set style for medium line to "No Line"
User avatar
Apprentice
FXCodeBase: Confirmed User
 
Posts: 36341
Joined: Thu Dec 31, 2009 11:59 am
Location: Zagreb, Croatia

Re: High Customizable Keltner

Postby virgilio » Wed Oct 30, 2013 1:40 pm

could we have a strategy based on Keltner.lua?
Long when price closes below the bottom of the keltner band
Short when the price closes above the top of the keltner band

Thank you.
virgilio
 
Posts: 66
Joined: Mon Aug 23, 2010 12:16 pm


Re: High Customizable Keltner

Postby Coondawg71 » Sun Feb 16, 2014 1:54 pm

Can we please request Tick version of "Keltner with Alert".

Thanks,

sjc
User avatar
Coondawg71
FXCodeBase: Graduate
 
Posts: 324
Joined: Sat Jan 15, 2011 11:45 am

Re: High Customizable Keltner

Postby Apprentice » Mon Feb 17, 2014 2:38 am

In theory, yes.
Unfortunately, this is not possible without major under the hood, changes,
as ATR require a full bar for the calculation.
User avatar
Apprentice
FXCodeBase: Confirmed User
 
Posts: 36341
Joined: Thu Dec 31, 2009 11:59 am
Location: Zagreb, Croatia

PreviousNext

Return to Custom Indicators

Who is online

Users browsing this forum: Google [Bot] and 52 guests