Indicators: Buzzer

 

Buzzer:

This indicator shows good signals based on modified MA.

Buzzer indicator MetaTrader 4

Author: younes sami

 

That's nice my friend 

do you mean that it's multi timeframe ?

Can i put it in 15m TF and choose it to calculate 1H Data ? 

 
abdellahfxEA:

That's nice my friend 

do you mean that it's multi timeframe ?

Can i put it in 15m TF and choose it to calculate 1H Data ? 

you can use it in all TF
 
Does it repaint
 
its a bit late on calls, like 5 minutes, if i adjust lenght from 20 to 5 it doesnt trigger, anything else to make it more sensitive ?
 

Hi and thanks for the indicator.  Can you help me try and fix an error that I get when calling your indicator into a an EA I am building?

The error is "zero divide in 'buzzer.mq4' (141,31)

 I am calling in your indicator into my EA using this code: iCustom(_Symbol,_Period,"buzzer",20,PRICE_CLOSE,1,1) where this refers to the last closed candle value for the Buzzerup buffer.

The indicator works fine on the chart so I guess I am calling the data incorrectly.

Thanks for your help 

 
adask555:

Hi and thanks for the indicator.  Can you help me try and fix an error that I get when calling your indicator into a an EA I am building?

The error is "zero divide in 'buzzer.mq4' (141,31)

 I am calling in your indicator into my EA using this code: iCustom(_Symbol,_Period,"buzzer",20,PRICE_CLOSE,1,1) where this refers to the last closed candle value for the Buzzerup buffer.

The indicator works fine on the chart so I guess I am calling the data incorrectly.

Thanks for your help 

please test this code

 

input string Setting_Indicator   = "Parametre Buzzer"   ;
input int    Price               = 0                    ;
input int    Length              = 150                  ;
input int    Shift               = 1                    ;


iCustom(NULL, 0, "Buzzer",Price,Length,1,Shift)  ;
 
samimaps:

please test this code

 

Perfect works a treat!

Thank you very much 

 
adask555:

Perfect works a treat!

Thank you very much 

you are welcome sir
 
adask555:

Perfect works a treat!

Thank you very much 

Waiting for u to share the EA :-)
 
<Deleted>
Reason: