Forum

// Indicators: Price_Channel

To add comments, please log in or register

Automated-Trading
Moderator
133
Automated-Trading 2010.03.01 10:43

Price_Channel:

It's a well-known indicator that shows maximal and minimal prices (and average values) of the last n bars.

Author: Александр

Practical Implementation of Digital Filters in MQL5 for Beginners
The idea of digital signal filtering has been widely discussed on forum topics about building trading systems. And it would be imprudent not to create a standard code of digital filters in MQL5. In this article the author describes the transformation of simple SMA indicator's code from his article "Custom Indicators in MQL5 for Newbies" into code of more complicated and universal digital filter. This article is a logical sequel to the previous article. It also tells how to replace text in code and how to correct programming errors.
/

To add comments, please log in or register