Custom Indicators 103: How to implement visual alerts in custom indicators

Learn how to implement alerts on custom MT4 Indicators coded in the MQL4 language.

Loading

Today I am going to teach you how to implement alerts in your custom indicators. To do so, we’ll further ellaborate on top of our previously coded Custom Indicator 102. The resulting code will serve as a template for a filtered signals indicator with alerts.

Continue reading “Custom Indicators 103: How to implement visual alerts in custom indicators”

Loading

Custom Indicators 102: How to implement native filters in custom indicators

Learn to code native indicator filters such as MACD and RSI into your mql4 indicators for Metatrader4 (MT4).

Loading

Today I am going to teach you how to implement native indicator filters via iCustom() in MQL4. To do so, we’ll further ellaborate on top of our previously coded Custom Indicator 101. The resulting code will serve as a template for your future custom indicators.

Continue reading “Custom Indicators 102: How to implement native filters in custom indicators”

Loading

Custom Indicators 101: How to code a simple custom indicator for Metatrader

Learn to code a simple breakout indicator for Metatrader4, written in MQL4.

Loading

Today I am going to teach you how to code a simple indicator in MQL4 that plots a buy arrow when the high of the last bar is broken, and a sell arrow when the low of the last bar is broken. This indicator is the simplest of indicators that can be coded in Metatrader4.

Continue reading “Custom Indicators 101: How to code a simple custom indicator for Metatrader”

Loading