Bollinger Bands Decimal - Original, Percentage, Bandwidth

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

Bollinger Bands Decimal - Original, Percentage, Bandwidth

Postby TonyMod » Tue Jan 12, 2010 1:02 pm

As per member's request posting Bollinger Bands indicator with Decimal parameter support:

Bollinger Bands Decimal:
BB-Decimal.lua
Bollinger Bands indicator with Decimal support. DOWNLOAD in .Lua
(2.16 KiB) Downloaded 1733 times


Since lately there was 2 more Bollinger Bands oscillators developed developed by our member's requests, posting them too with same type of modification - decimal parameter support:

Bollinger Bands Percentage Decimal:
BB-Percentages-Decimal.lua
Bollinger Bands Percentage Oscillator with Decimal support. DOWNLOAD in .Lua
(2.41 KiB) Downloaded 1582 times


Bollinger Bands Bandwidth Decimal:
BAND = ((TL - BL) / CL);
BB-Bandwidth-Decimal.lua
Bollinger Bands Bandwidth Oscillator with Decimal support. DOWNLOAD in .Lua
(2.36 KiB) Downloaded 1620 times


Bollinger Bands Bandwidth with Simple Bollinger Bands Bandwidth option
BAND = (TL - BL) ;
BB-Bandwidth.lua
(2.59 KiB) Downloaded 1294 times


Screen shot of all 3 working together in MarketScope with 20.5 and 2.5 decimal parameters:
BB-Original-Percentage-Bandwidth-Decimal.gif
SCREENSHOT of all 3 working together with parameters set to 20.5 and 2.5


Information on Bollinger Bands can be found at official Bollinger Bands website: http://www.bollingerbands.com/

For any question please respond to this thread of contact a moderator.

The indicator was revised and updated
Best Regards,

"TonyMod"
(FXCodeBase.com Forum Moderator)
TonyMod
FXCodeBase: Site Admin
 
Posts: 70
Joined: Wed Oct 21, 2009 1:57 pm
Location: New Jersey

Re: Bollinger Bands Decimal - Original, Percentage, Bandwidth

Postby 6519036543 » Tue Jan 12, 2010 1:34 pm

Very nice work, guy's i search for Bbands can somebody help me ?
6519036543
 
Posts: 3
Joined: Tue Dec 29, 2009 1:08 pm

Re: Bollinger Bands Decimal - Original, Percentage, Bandwidth

Postby TonyMod » Wed Jan 13, 2010 1:28 pm

6519036543 wrote:Very nice work, guy's i search for Bbands can somebody help me ?


First i was little confused.... "BBands" name seems to hint "Bollinger Bands" that i just posted. But then i google:d the name and saw that you probably mean totally different one.

Yeah it could be possible to implement it. For that "BBands Indicator" keyword google.com shows http://forex-strategies-revealed.com/mt4/stochastic-bbands-stop as top search. Is this the indicator you want?
Best Regards,

"TonyMod"
(FXCodeBase.com Forum Moderator)
TonyMod
FXCodeBase: Site Admin
 
Posts: 70
Joined: Wed Oct 21, 2009 1:57 pm
Location: New Jersey

Re: Bollinger Bands Decimal - Original, Percentage, Bandwidth

Postby 6519036543 » Wed Jan 13, 2010 2:11 pm

Yes this one what i need Bbands_stop
can you make it ?
6519036543
 
Posts: 3
Joined: Tue Dec 29, 2009 1:08 pm

Re: Bollinger Bands Decimal - Original, Percentage, Bandwidth

Postby TonyMod » Thu Jan 14, 2010 1:58 pm

6519036543 wrote:Yes this one what i need Bbands_stop can you make it ?


Possibly yes, i personally don't see any problem in making it, but maybe there are some limitations that i personally don't know about. I passed your request to developers, and i'll keep you updated.

Cheers.
Best Regards,

"TonyMod"
(FXCodeBase.com Forum Moderator)
TonyMod
FXCodeBase: Site Admin
 
Posts: 70
Joined: Wed Oct 21, 2009 1:57 pm
Location: New Jersey

Re: Bollinger Bands Decimal - Original, Percentage, Bandwidth

Postby 6519036543 » Thu Jan 14, 2010 2:36 pm

Thanks
6519036543
 
Posts: 3
Joined: Tue Dec 29, 2009 1:08 pm

Re: Bollinger Bands Decimal - Original, Percentage, Bandwidth

Postby gg_frx » Mon Jan 18, 2010 5:59 am

TonyMod wrote:As per member's request posting Bollinger Bands indicator with Decimal parameter support:

Bollinger Bands Decimal:
BB-Decimal.lua



thanks guys for your efforts ... 8-)
only a little on this indicator ... as my previous request, is it possible to add the parameter to shift the bands ? (like the alligator indicator )
thank you again ;)
gg_frx
FXCodeBase: Confirmed User
 
Posts: 38
Joined: Thu Dec 17, 2009 8:42 am

Re: Bollinger Bands Decimal - Original, Percentage, Bandwidth

Postby TonyMod » Mon Jan 18, 2010 12:13 pm

gg_frx wrote:
TonyMod wrote:As per member's request posting Bollinger Bands indicator with Decimal parameter support:

Bollinger Bands Decimal:
BB-Decimal.lua



thanks guys for your efforts ... 8-)
only a little on this indicator ... as my previous request, is it possible to add the parameter to shift the bands ? (like the alligator indicator )
thank you again ;)


Ugh, sorry so much work.... I totally forgot to reply to you that its possible :)
So you need 1 parameter to specify by which n-periods you want to shift entire indicator output? Or you want a parameter for EACH band?

Also you'll have to enter this into all 3 instances, 1 for indicator, 1 for % oscillator, and 1 for bandwidth oscillator.
Best Regards,

"TonyMod"
(FXCodeBase.com Forum Moderator)
TonyMod
FXCodeBase: Site Admin
 
Posts: 70
Joined: Wed Oct 21, 2009 1:57 pm
Location: New Jersey

Re: Bollinger Bands Decimal - Original, Percentage, Bandwidth

Postby gg_frx » Mon Jan 18, 2010 2:25 pm

TonyMod wrote:
Ugh, sorry so much work.... I totally forgot to reply to you that its possible :)
So you need 1 parameter to specify by which n-periods you want to shift entire indicator output? Or you want a parameter for EACH band?

Also you'll have to enter this into all 3 instances, 1 for indicator, 1 for % oscillator, and 1 for bandwidth oscillator.


don't worry :D
if it is an easy job is better to have a parameter for each band.
and the shift is only for the bands, not needed for indicators
bye ;)
gg_frx
FXCodeBase: Confirmed User
 
Posts: 38
Joined: Thu Dec 17, 2009 8:42 am

Re: Bollinger Bands Decimal - Original, Percentage, Bandwidth

Postby TonyMod » Fri Jan 29, 2010 3:56 pm

gg_frx wrote:
TonyMod wrote:
Ugh, sorry so much work.... I totally forgot to reply to you that its possible :)
So you need 1 parameter to specify by which n-periods you want to shift entire indicator output? Or you want a parameter for EACH band?

Also you'll have to enter this into all 3 instances, 1 for indicator, 1 for % oscillator, and 1 for bandwidth oscillator.


don't worry :D
if it is an easy job is better to have a parameter for each band.
and the shift is only for the bands, not needed for indicators
bye ;)


Ok here it is. JUST the Bollinger Bands themselves with Shifting Capability. It still have Decimal variables, but now it also contains 3 more variables that set at 0, but if u put any positive value there, it will move the band by that amount of periods.

Here is the screenshot with one of the bands shifted by 35 periods:
BB-Original-Decimal-with-Shifting.gif
Screenshot of Bollinger Bands with Green Band shifted by 35 periods.


Here is the lua file:
BB-Decimal-WITH-Shifting.lua
Bollinger Bands with Decimal+Shifting
(3.15 KiB) Downloaded 1133 times


What you think? Try it out and let me know.

Just remember, percentage and bandwidth oscillators wont show "shifted" values, you'll only see actual bands shifting, and thats all.

I'll wait for your reply, sorry it took a while to get it to you, we're very short on resources lately. But regardless we're trying to get things to people as fast as possible :)

Cheers.
Best Regards,

"TonyMod"
(FXCodeBase.com Forum Moderator)
TonyMod
FXCodeBase: Site Admin
 
Posts: 70
Joined: Wed Oct 21, 2009 1:57 pm
Location: New Jersey

Next

Return to Custom Indicators

Who is online

Users browsing this forum: No registered users and 75 guests