In equal period and grow of prices the average curve (MA and TEMA), drawn on close prices will be the same as the curve drawn on the...
Showing posts with label Crossing. Show all posts
Showing posts with label Crossing. Show all posts
MetaTrader 5 Indicator | Trend Lines Crossing
0
It can be used as with hand-created trend lines, also with the lines created automatically using any other instrument. The indicator ...
MetaTrader 5 Indicator | MACD with Crossing
0
The real author: mladen Variation on the MACD theme using the colored bars as the signals of entry and exit. The cloud color of the...
MetaTrader 4 Indicator | ADX Crossing
0
Directional system (ADX). The directional system has been created by George Wilder in the middle of the 70s as an addition to the PAR...
MetaTrader 5 Expert Advisor | Crossing of two iMA
0
The author of the idea : ITM7 (inspired by Requests & Ideas (MQL5 only!)) MQL5 code author : Vladimir Karputov. Added: The cal...
MetaTrader 5 Indicator | MACD Crossing the zero level
0
The "MACD Crossing the zero level" indicator uses the DRAW_FILLING style to draw areas, in which MACD is above or below the...
MetaTrader 5 Indicator | MACD Crossing the zero level (color candles)
0
The "MACD Crossing the zero level" indicator uses the DRAW_COLOR_CANDLES style to draw areas, in which MACD is above or bel...
MetaTrader 5 Indicator | Alert Crossing Moving Average Nth Bar
0
An alert (an audio alert, email and push notification) is generated when the iMA (Moving Average, MA) indicator crosses the bar with ...
MetaTrader 5 Expert Advisor | Crossing Moving Average
0
The author of the idea : Scriptor MQL5 code author : barabashkakvn The EA only operates when a new bar appears. Position volume ...
MetaTrader 5 Expert Advisor | Trendlines and Horizontal lines crossing notification EA
0
MetaTrader 5 Expert Advisor | Trendlines and Horizontal lines crossing notification EA
RobotFX
22.7.25
This EA searches for Horizontal and Trend lines of specified color in MonitoringColor on current chart and notifies you when price ...
MetaTrader 4 Expert Advisor | 2 MA Crossing
0
We will start creating this EA by defining the input variables. //--- input parameters input int period_ma_fast = 8 ; ...
MetaTrader 5 Indicator | Alert Crossing Three MAs
0
The idea of the indicator The indicator shows signals ('Arrow' objects) of the 'Moving Average' indicator crossing...