Better Bollinger Bands... - page 11

 

I've downloaded the new MrTools BBB indi but it will not load despite going into File>OpendataFolder>MQL4>indicators. I have version build 610 of MT4.

I had to use a previous BBB indicator to show what I believe will be a very good addition to this already good indicator.

Would it be a good idea to get ONE signal from this indicator based on when the bands were separating? See illustration.

When the BBB are entered in succession (Deviation moving 0.1 per BBB - there are 10 BBB indicators on this template), as in this illustration, when the bands close together - like Guppy ma's - and when they are very close together then the signal will almost always produce a springboard area for the price.

Even with a signal that identifies when the BBB separate, it would be a great addition to anyone's indicators.

Regards

TEAMTRADER

Files:
gbpusdh4.png  82 kb
 

I have still not been able to get the new BBB indicator to work on my platform.

I've adapted this one but cannot get the 'defaults (alerts changed to 'false') to stay and always the alerts come up despite all my efforts.

Changing timeframes puts back the alerts

Is there a way to STOP the alerts other than change the MQ4 file?

Thanks

TEAMTRADER

 

Hi,

Can Anyone help me with these settings on MT4 platform... Basically the settings are HMA (16,9) , BBtop 14,0.14, BB bottom 14,0.14 , .. I need these on Mt4 . screen shot attached//

Files:
o5vq.png  41 kb
 

Dear MrTools

I realised i cannot turn off alerts for the bbb indi! On cheking the code in new build - can you please fix these errors, tell me what to edit:

error code:

string stringUpperCase(string str)

{

string s = str;

for (int length=StringLen(str)-1; length>=0; length--)

{

int char = StringGetChar(s, length);

if((char > 96 && char 223 && char < 256))

s = StringSetChar(s, length, char - 32);

else if(char > -33 && char < 0)

s = StringSetChar(s, length, char + 224);

}

return(s);

}

 
zigflip:
Dear MrTools

I realised i cannot turn off alerts for the bbb indi! On cheking the code in new build - can you please fix these errors, tell me what to edit:

error code:

string stringUpperCase(string str)

{

string s = str;

for (int length=StringLen(str)-1; length>=0; length--)

{

int char = StringGetChar(s, length);

if((char > 96 && char 223 && char < 256))

s = StringSetChar(s, length, char - 32);

else if(char > -33 && char < 0)

s = StringSetChar(s, length, char + 224);

}

return(s);

}

Hi Zigflip

Should compile and work now.

 

nice 1, will test in a bit

 
Pava:
I am about to start thread "Better than Better Bollinger Bands" because Better Bollinger Bands are simply not enough.

please post link or describe ideas here! thanks

 

Anyone got bollinger band slope or rate of change indicator?

I mean upper and lower band but not the MA

Cheers

 
samsons:
Anyone got bollinger band slope or rate of change indicator?

I mean upper and lower band but not the MA

Cheers

samsons

Upper and lower bollinger bands are Standard deviation

 

This is not a bollinger band but a percent band indicator bma.mq4

Files:
Reason: