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 7510109079 » Fri Feb 10, 2012 5:55 am

thx Apprentice. Saw your msg about time period. Thx also for the cloud lua :D
7510109079
FXCodeBase: Graduate
 
Posts: 410
Joined: Wed May 18, 2011 7:23 am

Re: High Customizable Keltner

Postby lbikhope » Wed Jun 13, 2012 4:09 am

im looking keltner bands but with seting like Trade Stations
-PLength
-NumATRs
-Displace
Please and Thx
lbikhope
 
Posts: 14
Joined: Sat May 12, 2012 3:09 am

Re: High Customizable Keltner

Postby lbikhope » Wed Jun 13, 2012 12:52 pm

---------------------------------
inputs: Price( Close ), Length( 35 ), pct( .15 ), Displace( 0 ),NumDays(4), NumHours(0), NumMinutes(0) ;

variables: Avg( 0 ), Shift( 0 ), LowerBand( 0 ), UpperBand( 0 ), mp(0), setup(false);

Avg = AverageFC( Price, Length ) ;
Shift = pct * AverageFC( Length,35 ) ;
UpperBand = Avg + Shift ;
LowerBand = Avg - Shift ;

condition1 = price <= UpperBand and price >= LowerBand;
condition2 = Price crosses under UpperBand or Price crosses over LowerBand;

if Displace <= 0 or CurrentBar > AbsValue( Displace )or BarStatus(1) = 2
then if condition2 then begin
if countif(condition1,35)>= 35 then setup = true
else setup = false;
end;
----- maybe that help
lbikhope
 
Posts: 14
Joined: Sat May 12, 2012 3:09 am

Re: High Customizable Keltner

Postby Apprentice » Thu Jun 14, 2012 3:01 am

Keltner Band.png

Cental = Moving Average
Top =Central + Central * Percentage
Bottom =Central - Central * Percentage
Keltner Band.lua
(4.28 KiB) Downloaded 1810 times
User avatar
Apprentice
FXCodeBase: Confirmed User
 
Posts: 36437
Joined: Thu Dec 31, 2009 11:59 am
Location: Zagreb, Croatia

Re: High Customizable Keltner

Postby lbikhope » Thu Jun 14, 2012 5:49 am

look perfect thx a lot of but can u add cloud? please
lbikhope
 
Posts: 14
Joined: Sat May 12, 2012 3:09 am

Re: High Customizable Keltner

Postby Apprentice » Fri Jun 15, 2012 3:55 am

Cloud.png

With Cloud Version.
Keltner Band.lua
(5.72 KiB) Downloaded 1907 times
User avatar
Apprentice
FXCodeBase: Confirmed User
 
Posts: 36437
Joined: Thu Dec 31, 2009 11:59 am
Location: Zagreb, Croatia

Re: High Customizable Keltner

Postby Eric1704 » Tue Mar 05, 2013 9:18 pm

The Keltner from the June 14, 2012 post does not seem to work in shorter time frames. It goes way off from the price.
Thank you.
Eric1704
 
Posts: 8
Joined: Tue Mar 05, 2013 8:50 pm

Re: High Customizable Keltner

Postby Apprentice » Wed Mar 06, 2013 8:14 am

Try to use smaller Percentage value.
This should fix your problem.
User avatar
Apprentice
FXCodeBase: Confirmed User
 
Posts: 36437
Joined: Thu Dec 31, 2009 11:59 am
Location: Zagreb, Croatia

Re: High Customizable Keltner

Postby POPPJOBB » Mon May 20, 2013 7:29 am

Did the Alert get added into this indicator?
If so I cannot find it(I tried 2-3 versions)
The Alert is for price closing above or below Keltner channel.
Thanks
POPPJOBB
 
Posts: 2
Joined: Sun Dec 23, 2012 8:21 am

Re: High Customizable Keltner

Postby Apprentice » Wed May 22, 2013 10:26 am

See top most post.
I just uploaded the version that has alert functionality.
User avatar
Apprentice
FXCodeBase: Confirmed User
 
Posts: 36437
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 117 guests