The signal lines with alert after crossing – indicator MetaTrader 4

The signal lines with alert after crossing - indicator for MetaTrader 4
Author: Vladimir Hlystov When the price is approaching to the Signal Lines, the indicator sends Alert. The Signal Lines can have any angle. Initially, the Signal Lines are based on the straight lines of the support and resistance levels. Signal Lines can be moved to the desired place using the mouse . When the distance … Read more

The IndMATEMA indicator based on crossing of two MA and two TEMA – indicator MetaTrader 5

The example of the indicator work at EURUSD H1
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 open prices. When prices fall there is the opposite situation. The combination of two TEMA which are too detailed displaying the movement of prices and two МА not … Read more

MACD Crossing the zero level (color candles) – indicator MetaTrader 5

MACD Crossing the zero level (clr candles) Signal
The “MACD Crossing the zero level” indicator uses the DRAW_COLOR_CANDLES style to draw areas, in which MACD is above or below the zero line. In the indicator settings, you can select the MACD line to show areas for, i.e. the main or the signal line: Fig. 1. Displaying areas for the MACD signal line Fig. … Read more

Alert Crossing Moving Average Nth Bar – indicator MetaTrader 5

Alert Crossing MovingAverage Nth Bar
An alert (an audio alert, email and push notification) is generated when the iMA (Moving Average, MA) indicator crosses the bar with index N. Input Parameters: period of ma – Moving Average indicator averaging period; ma_shift – shift of the Moving Average indicator; ma_method – MA averaging method; applied_price – the price used for the … Read more

Crossing Moving Average – EA MetaTrader 5

Crossing Moving Average Algorithm
The author of the idea: Scriptor MQL5 code author: barabashkakvn The EA only operates when a new bar appears. Position volume is always fixed and set in the Lots parameter. Stop Loss, Take Profit and Trailing Stop parameters can be disabled – to do this, set the appropriate value to “0.0”. The last Trailing Step … Read more