Simple Indicator that Shows MA Moving Direction on All Timeframes Simultaneously – indicator MetaTrader 4

Simple Indicator that Shows MA Moving Direction on All Timeframes Simultaneously - indicator for MetaTrader 4
My first indicator. Maybe it will be useful for somebody. The idea of creation was the following: to see the values of a parameter calculated for different timeframes not to open many charts simultaneously and not to compare the data visually. In this indicator the calculated parameter is the direction of MA moving. The accounting

The class of a module of trade signals, on “inner bar breakthrough” in trend direction – library MetaTrader 5

Description of signals
The MQL5 Wizard provides an opportunity to create a strategy using different modules. For example, the main module can be written by developer, the other modules (money management, trailing stop) can be developed by other programmers. The strategy, implemented in this module is following: when outside bar appears, it checks the fact of the inner

Trend power and direction indicator – indicator MetaTrader 5

ColorBBCandles
This indicator paints the candlesticks in different colors depending on a trend power and direction. The indicator is based on five symmetrical Bollinger Bands with different deviation input parameters values. Breakout of the channel with a big deviation value results in a brighter color of a candlestick. Spring green color shades are used for the

Trend direction and force – smoothed – indicator MetaTrader 5

Trend direction and force - smoothed - indicator for MetaTrader 5
Trend direction and force index is a useful indicator, but it probably is showing too much signals in some cases This version is adding smoothing in order to make the number of signals generated less. Smoothing methods that can be used in this indicator are : simple moving average exponential moving average smoothed moving average

Trend direction and force – DSEMA smoothed – indicator MetaTrader 5

Trend direction and force - DSEMA smoothed - indicator for MetaTrader 5
Basics: The trend direction and force was developed long time ago by Pyotr Wojdyło for metastock trading platform. Since then we have made multiple versions for MetaTrader (both MetaTrader 4 and MetaTrader 5). This version: This indicator is using double smoothed EMA (DSEMA) for smoothing result in order to produce less false signals. Usage: You