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 : 20 years ago
henry1224

Rank: Advanced Member

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

Was thanked: 3 time(s) in 3 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 : 20 years ago
henry1224

Rank: Advanced Member

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

Was thanked: 3 time(s) in 3 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 3 years ago
How do I turn on Y Axis Grid Bands in a chart? (MetaStock RT and DC)
by MS Support 3 years ago
bollinger bands formula (Formula Assistance)
by calisto77 5 years ago
October 2019: Combining Bollinger Bands with Candlesticks (2019)
by MS Support 5 years ago
Bollinger Bands exploration (Formula Assistance)
by gorachand 10 years ago
Bollinger Bands properties (MetaStock)
by Alessandro 12 years ago
MACD w Bollinger bands System (Basic Coding Techniques)
by henry1224 12 years ago
Help Needed - Acceleration bands exploration (Formula Assistance)
by nick1334 13 years ago
3.SEMWEB-PHAB.Using Price Headley’s Acceleration Bands Presented by Jeffrey Gibby (Archive)
by KTP2 13 years ago
Help for Exploration of ATR Trading Bands by Chande (Formula Assistance)
by mdavem 14 years ago
Very Simple Bollinger Bands Formula (Formula Assistance)
by GameTime 14 years ago
System Tester using Keltner Bands and Moving Averages (Formula Assistance)
by Sajeel 14 years ago
Apr 2008: RSI Bands <formatting issues> (2008)
by KTP2 15 years ago
How to add Volatiliy Bands on RSI for Metastock? (Formula Assistance)
by jc2009 16 years ago
Current Signal for pp: Pivot Rotation, pp: CCI (Modified), pp: Bollinger Bands (Modified) (Formula Assistance)
by NeuroDoc 17 years ago
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.

information You have 1 unread message(s) in your Inbox.