Welcome Forex EA downloads & MT4/MT5 auto-trading resources — EAs, Gold EAs, quant tools and real-world automation.
Sign In Sign Up

BigBarSound - MetaTrader 5 Script | Forex Indicator Download - MT4/MT5 Resources

author EAcpu | 5 reads | 0 comments |

Alexei Volchansky

The BigBarSound indicator emits a sound alert when the candlestick size exceeds a certain value.

Dimensions can be considered as close - open (current price - candlestick open) or high - low, the calculation mode is selected in the settings. It works on any time frame and trading symbol.

Indicator input parameters:

 //+------------------------------------------------+
//|Indicator input parameters |
//+------------------------------------------------+
Input ENUM_TIMEFRAMES time range = PERIOD_H4 ; // Indicator chart period
Input units Bar Points = 200 ; // Minimum candle step size for the signal
Enter START_POINT SP = HIGH_LOW; //Move options
input string audio file = "alarm.wav" ; // The name of the sound file
Input unit time delay = 10 ; // Minimum delay between two signals

The indicator was originally written in MQL4 and first published in the code base on December 5, 2014.


Attachment download

📎 bigbarsound.mq5 (4.62 KB)

Source: MQL5 #14388

Verification code Refresh