├── LICENSE ├── MQL4 ├── Files │ └── EF-Icon-64x64px.ico ├── Images │ ├── CheckBoxOff17.bmp │ ├── CheckBoxOffDark.bmp │ ├── CheckBoxOffDark17.bmp │ ├── CheckBoxOn17.bmp │ ├── CheckBoxOnDark.bmp │ └── CheckBoxOnDark17.bmp └── Indicators │ └── PriceAlert_Panel.mq4 ├── MQL5 ├── Files │ └── EF-Icon-64x64px.ico ├── Images │ ├── CheckBoxOff17.bmp │ ├── CheckBoxOffDark.bmp │ ├── CheckBoxOffDark17.bmp │ ├── CheckBoxOn17.bmp │ ├── CheckBoxOnDark.bmp │ └── CheckBoxOnDark17.bmp └── Indicators │ └── PriceAlert_Panel.mq5 ├── Price Alert Indicator Two Alert Types.png └── README.md /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EarnForex/PriceAlert/HEAD/LICENSE -------------------------------------------------------------------------------- /MQL4/Files/EF-Icon-64x64px.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EarnForex/PriceAlert/HEAD/MQL4/Files/EF-Icon-64x64px.ico -------------------------------------------------------------------------------- /MQL4/Images/CheckBoxOff17.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EarnForex/PriceAlert/HEAD/MQL4/Images/CheckBoxOff17.bmp -------------------------------------------------------------------------------- /MQL4/Images/CheckBoxOffDark.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EarnForex/PriceAlert/HEAD/MQL4/Images/CheckBoxOffDark.bmp -------------------------------------------------------------------------------- /MQL4/Images/CheckBoxOffDark17.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EarnForex/PriceAlert/HEAD/MQL4/Images/CheckBoxOffDark17.bmp -------------------------------------------------------------------------------- /MQL4/Images/CheckBoxOn17.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EarnForex/PriceAlert/HEAD/MQL4/Images/CheckBoxOn17.bmp -------------------------------------------------------------------------------- /MQL4/Images/CheckBoxOnDark.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EarnForex/PriceAlert/HEAD/MQL4/Images/CheckBoxOnDark.bmp -------------------------------------------------------------------------------- /MQL4/Images/CheckBoxOnDark17.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EarnForex/PriceAlert/HEAD/MQL4/Images/CheckBoxOnDark17.bmp -------------------------------------------------------------------------------- /MQL4/Indicators/PriceAlert_Panel.mq4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EarnForex/PriceAlert/HEAD/MQL4/Indicators/PriceAlert_Panel.mq4 -------------------------------------------------------------------------------- /MQL5/Files/EF-Icon-64x64px.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EarnForex/PriceAlert/HEAD/MQL5/Files/EF-Icon-64x64px.ico -------------------------------------------------------------------------------- /MQL5/Images/CheckBoxOff17.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EarnForex/PriceAlert/HEAD/MQL5/Images/CheckBoxOff17.bmp -------------------------------------------------------------------------------- /MQL5/Images/CheckBoxOffDark.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EarnForex/PriceAlert/HEAD/MQL5/Images/CheckBoxOffDark.bmp -------------------------------------------------------------------------------- /MQL5/Images/CheckBoxOffDark17.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EarnForex/PriceAlert/HEAD/MQL5/Images/CheckBoxOffDark17.bmp -------------------------------------------------------------------------------- /MQL5/Images/CheckBoxOn17.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EarnForex/PriceAlert/HEAD/MQL5/Images/CheckBoxOn17.bmp -------------------------------------------------------------------------------- /MQL5/Images/CheckBoxOnDark.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EarnForex/PriceAlert/HEAD/MQL5/Images/CheckBoxOnDark.bmp -------------------------------------------------------------------------------- /MQL5/Images/CheckBoxOnDark17.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EarnForex/PriceAlert/HEAD/MQL5/Images/CheckBoxOnDark17.bmp -------------------------------------------------------------------------------- /MQL5/Indicators/PriceAlert_Panel.mq5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EarnForex/PriceAlert/HEAD/MQL5/Indicators/PriceAlert_Panel.mq5 -------------------------------------------------------------------------------- /Price Alert Indicator Two Alert Types.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EarnForex/PriceAlert/HEAD/Price Alert Indicator Two Alert Types.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EarnForex/PriceAlert/HEAD/README.md --------------------------------------------------------------------------------