Watch how to download trading robots for free
Find us on Twitter!
Join our fan page
Join our fan page
You liked the script? Try it in the MetaTrader 5 terminal
- Views:
- 4536
- Rating:
- Published:
- 2014.06.02 11:13
- Updated:
- 2016.11.22 07:32
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
Real author:
mandorr@gmail.com
The indicator is drawn as a colored cloud between the lines of a slow digital filter and the price.
This indicator was first implemented in MQL4 and published in CodeBase at mql4.com on 10.09.2007.
Figure 1. The Ticker_SATL indicator
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/2337

An oscillator from an averaged difference between the FATL digital filter and the Close price.

A colored cloud formed by the lines of the FATL and SATL digital filters.

This indicator is an oscillator based on the averaged difference between the SATL digital filter and the Close price.

The Exp_DigitMacd EA is based on the signals generated by the DigitMacd oscillator.