logo
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
henry1224  
#1 Posted : Thursday, April 14, 2005 1:45:07 AM(UTC)
henry1224

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers
Joined: 10/29/2004(UTC)
Posts: 1,394
Location: Glastonbury, CT

Was thanked: 2 time(s) in 2 post(s)
This indicator plots 3 lines on the price chart Pds:= Input("EMA Periods?",1,1000,21); Pct:= Input("Percentage Bands?",0.1,10,5); MA:= Mov(C,Pds,E); TBnd:= MA*(1+Pct/100); LBnd:= MA*(1-Pct/100); MA;TBnd;LBnd;
henry1224  
#2 Posted : Thursday, April 14, 2005 1:48:38 AM(UTC)
henry1224

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers
Joined: 10/29/2004(UTC)
Posts: 1,394
Location: Glastonbury, CT

Was thanked: 2 time(s) in 2 post(s)
Plot this indicator in it's own window {Name: %BandsCount} Pds:= Input("EMA Periods?",1,1000,21); Pct:= Input("Percentage Bands?",0.1,10,5); MA:= Mov(C,Pds,E); TBnd:= MA*(1+Pct/100); LBnd:= MA*(1-Pct/100); IUp:= (H > TBnd) * Ref((H <= TBnd),-1); CntUp:= IUp + BarsSince(IUp=1) * (H > TBnd); IDn:= (L < LBnd) * Ref((L >= LBnd),-1); CntDn:= IDn + BarsSince(IDn=1) * (L < LBnd); CntUp; -CntDn;
Users browsing this topic
Guest (Hidden)
Similar Topics
How do I turn on X-Axis Grid Bands in a chart? (MetaStock RT and DC)
by MS Support 2/14/2022 3:52:10 PM(UTC)
How do I turn on Y Axis Grid Bands in a chart? (MetaStock RT and DC)
by MS Support 2/14/2022 3:46:25 PM(UTC)
bollinger bands formula (Formula Assistance)
by calisto77 6/2/2020 5:09:43 AM(UTC)
October 2019: Combining Bollinger Bands with Candlesticks (2019)
by MS Support 11/5/2019 6:28:51 PM(UTC)
Bollinger Bands exploration (Formula Assistance)
by gorachand 8/4/2015 5:57:07 PM(UTC)
Bollinger Bands properties (MetaStock)
by Alessandro 3/12/2013 5:15:48 PM(UTC)
MACD w Bollinger bands System (Basic Coding Techniques)
by henry1224 11/14/2012 6:04:18 PM(UTC)
Help Needed - Acceleration bands exploration (Formula Assistance)
by nick1334 11/14/2011 5:14:40 AM(UTC)
3.SEMWEB-PHAB.Using Price Headley’s Acceleration Bands Presented by Jeffrey Gibby (Archive)
by KTP2 10/14/2011 8:17:30 AM(UTC)
Help for Exploration of ATR Trading Bands by Chande (Formula Assistance)
by mdavem 4/15/2011 9:07:54 PM(UTC)
Very Simple Bollinger Bands Formula (Formula Assistance)
by GameTime 1/21/2011 11:45:37 PM(UTC)
System Tester using Keltner Bands and Moving Averages (Formula Assistance)
by Sajeel 12/7/2010 8:16:24 AM(UTC)
Apr 2008: RSI Bands <formatting issues> (2008)
by KTP2 5/11/2010 2:50:11 PM(UTC)
How to add Volatiliy Bands on RSI for Metastock? (Formula Assistance)
by jc2009 2/24/2009 4:27:38 AM(UTC)
Current Signal for pp: Pivot Rotation, pp: CCI (Modified), pp: Bollinger Bands (Modified) (Formula Assistance)
by NeuroDoc 5/27/2008 2:50:40 PM(UTC)
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.