Watch how to download trading robots for free
Find us on Telegram!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Views:
64495
Rating:
(39)
Published:
2005.09.15 17:49
Updated:
2014.04.21 14:51
MACD_Sample.mq4 (6.92 KB) view
MQL5 Freelance 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

Double Moving Averages With Fibonacci Double Moving Averages With Fibonacci

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. Pending tread EA.

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.

Three Colors Three Colors

Example: Moving Average indicator filling by different colors

Rotating text Rotating text

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