Join our fan page
- Views:
- 64495
- Rating:
- Published:
- 2005.09.15 17:49
- Updated:
- 2014.04.21 14:51
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
Classical MACD Sample
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/7150

This indicator combines two moving averages to generate buy/sell signals based on crossovers. It also plots Fibonacci retracement levels using recent swing highs and lows for support/resistance. Visual arrows mark trade signals, and optional alerts notify users in real-time. Works on all timeframes for flexible technical analysis.

Pending_tread EA This Expert Advisor automatically places a grid of pending orders above and below the current market price. It supports both buy and sell pending orders with user-configurable distance (in pips), lot size, and take profit levels. The EA maintains up to 10 pending orders per side, placing sell stop orders below the market and buy stop orders above, ideal for scalping strategies on any timeframe. Includes order management by MagicNumber to avoid conflicts with other EAs or manual trades.

Example: Moving Average indicator filling by different colors

Easy example working with object: object creation, modification properties, redraw chart.