Forex



Go Back   Forex Trading > Discussion Areas > Metatrader 4
Forex Forum Register More recent Blogs Calendar Advertising Others Help






Register
Welcome to Forex-TSD!, one of the largest Forex forums worldwide, where you will be able to find the most complete and reliable Forex information imaginable.

From the list below, select the forum that you want to visit and register to post, as many times you want. It’s absolutely free. Click here for registering on Forex-TSD.

Exclusive Forum
The Exclusive Forum is the only paid section. Once you subscribe, you will get free access to real cutting-edge Trading Systems (automated and not), Indicators, Signals, Articles, etc., that will help and guide you, in ways that you could only imagine, with your Forex trading.
  • Elite Section
    Get access to private discussions, specialized support, indicators and trading systems reported every week.
  • Advanced Elite Section
    For professional traders, trading system developers and any other member who may need to use and/or convert, the most cutting-edge exclusive indicators and trading systems for MT4 and MT5.
See more

Reply
 
Thread Tools Display Modes
  #11 (permalink)  
Old 03-20-2006, 08:30 PM
Junior Member
 
Join Date: Mar 2006
Posts: 5
nicogris is on a distinguished road
squeeze detector

Hi all,

I have been trying to code the following but I am really to bad at that:

n=50;//lookback period as extern int
Period=21;//default BB setting

BandWidth[i]=Upper[i]-Lower[i] (more exactly= pips between high and low)

AvgBandwidth[i]=Average bandwidth over the last n period

SqueezeRatio[i]=BandWidth[i]/AvgBandwidth[i]

That is: if the squeeze ratio gets very low you'll have a breakout.

Can somebody help?

Thanks

Nick
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #12 (permalink)  
Old 03-21-2006, 02:00 AM
Foreverold's Avatar
Senior Member
 
Join Date: Oct 2005
Posts: 274
Foreverold is on a distinguished road
Quote:
Originally Posted by nicogris
Hi all,

I have been trying to code the following but I am really to bad at that:

n=50;//lookback period as extern int
Period=21;//default BB setting

BandWidth[i]=Upper[i]-Lower[i] (more exactly= pips between high and low)

AvgBandwidth[i]=Average bandwidth over the last n period

SqueezeRatio[i]=BandWidth[i]/AvgBandwidth[i]

That is: if the squeeze ratio gets very low you'll have a breakout.

Can somebody help?

Thanks

Nick
Nick, if you are trying to see the squeeze as in the "Senters squeeze"

which can be found on tradethemarkets.com.

then simply load the BBands on your charts, then load the keltner channels on the same chart, change the colors on either the BBands or keltner so you can tell them apart.
Next make the line width on either larger, I used to like the keltner to be larger.
You should now be able to see when the squeeze happens
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #13 (permalink)  
Old 12-04-2008, 02:34 PM
Junior Member
 
Join Date: Oct 2008
Posts: 2
streamyx is on a distinguished road
Quote:
Originally Posted by Kalenzo View Post
Hi!
I fixed it. It had some bugs.
Can U post here how U want to use it?

Regards
Kale
i find this tool very useful, thanks for sharing

streamyx
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #14 (permalink)  
Old 12-08-2008, 10:14 AM
Junior Member
 
Join Date: Dec 2008
Posts: 7
Sanjoo is on a distinguished road
Sounds interesting but I am quite new with Bollinger. Does it work like that : you detect bollinger squeeze to a certain level and when a candle breaks it, you put orders depending on whether it goes up or down ? And if my question is totally silly, please tell me
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #15 (permalink)  
Old 01-11-2009, 04:51 PM
Senior Member
 
Join Date: Jan 2007
Location: not so remote
Posts: 3,272
fxbs is on a distinguished road
Quote:
Originally Posted by nicogris
Hi all,

I have been trying to code the following but I am really to bad at that:

n=50;//lookback period as extern int
Period=21;//default BB setting

BandWidth[i]=Upper[i]-Lower[i] (more exactly= pips between high and low)

AvgBandwidth[i]=Average bandwidth over the last n period

SqueezeRatio[i]=BandWidth[i]/AvgBandwidth[i]

That is: if the squeeze ratio gets very low you'll have a breakout.

Can somebody help?

Thanks

Nick


BB squeeze indis works on effect StdDeviation (bb) getting lower than ATR (BB contracts before expending) - you can take it as example and play wit nuances

p.s. dem ...it was 2006 post
i might be a bit late...

Last edited by fxbs; 01-11-2009 at 04:54 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #16 (permalink)  
Old 06-16-2009, 08:18 PM
mladen's Avatar
Senior Member
 
Join Date: Oct 2006
Posts: 1,269
mladen is on a distinguished road
Been fooling around with bollinger, and got something like this...
An ugly bugger , but it seems to be showing some useful info (mostly on longer time frames).
So if anyone finds it useful ... good luck with it
Attached Images
File Type: gif bb experiment.gif (24.4 KB, 319 views)
Attached Files
File Type: mq4 Bollinger bands experiment.mq4 (3.5 KB, 105 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #17 (permalink)  
Old 08-12-2009, 03:09 PM
Senior Member
 
Join Date: Apr 2009
Posts: 130
Petor is on a distinguished road
Petor

Quote:
Originally Posted by mladen View Post
Been fooling around with bollinger, and got something like this...
An ugly bugger , but it seems to be showing some useful info (mostly on longer time frames).
So if anyone finds it useful ... good luck with it
Nice and effective is this BB. Thank You!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
Reply

Bookmarks

Tags
bollinger band width, bollinger, bollinger band, bollinger ratio, bollinger bands


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Bollinger Bands Width indicator traderixx Metatrader 4 10 05-27-2009 11:11 PM
Request -- Bollinger Band Width (Histogram) Indicator KevinX Indicators - Metatrader 4 1 07-22-2006 08:33 AM
I need HELP with Bollinger Band-CCI indicator maslow Indicators - Metatrader 4 2 06-25-2006 01:43 PM
Bollinger Band Programming Help Help iscuba11 Metatrader 4 10 05-17-2006 03:13 PM
Bollinger Band of RSI? forex123 Indicators - Metatrader 4 2 05-14-2006 07:39 AM


All times are GMT. The time now is 01:13 AM.



Search Engine Friendly URLs by vBSEO 3.2.0 ©2008, Crawlability, Inc.