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 ?
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 ?
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
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) ;
please test this code
Perfect works a treat!
Thank you very much
Perfect works a treat!
Thank you very much
Perfect works a treat!
Thank you very much
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Buzzer:
This indicator shows good signals based on modified MA.
Author: younes sami