MQL5 Wizard – Trade Signals Based on Crossover of Two EMA with intraday time filter – EA MetaTrader 5

Figure 1. Trade signals, based on crossover of two EMA with intraday time filter
MQL5 Wizard allows to create the code of Expert Advisors automatically. See Creating Ready-Made Expert Advisors in MQL5 Wizard for the details. The trading signals of the strategy, based on two moving averages are considered in MQL5 Wizard – Trade Signals Based on Crossover of Two Exponentially Smoothed Moving Averages. The moving averages are effective

VGridLine Intraday X6 – indicator MetaTrader 5

VGridLine Intraday X6
The indicator displays the vertical time grid with six hours step on a chart with intraday timeframe not exceeding H6. The indicator is not displayed on H2 and H4. Indicator input parameters: //+———————————————-+ //| Indicator input parameters                  | //+———————————————-+ //—- general settings input string LinesSirname=”VGridLine_Intraday_X6″; // Line name input uint WeeklyTotal=4;                       // Number of

Intra-day Keltner channel – indicator MetaTrader 5

Intra-day Keltner channel - indicator for MetaTrader 5
Theory : Keltner channel is calculated as SMA (Simple Moving Average) + ATR(Average True Range)*multiplier. This version is using the intra-day ATR instead (published, with additional explanation here : Intra-day ATR) Usage : It can be used the same way as “regular” Keltner channel Intra-day Keltner channel – indicator MetaTrader 5

Intra-day Keltner channel extended – indicator MetaTrader 5

Intra-day Keltner channel extended - indicator for MetaTrader 5
Theory : Keltner channel is calculated as SMA (Simple Moving Average) + ATR(Average True Range)*multiplier. This version is using the intra-day ATR instead (published, with additional explanation here : Intra-day ATR). This version is also extending the “basic” version of the intra-day Keltner channel (from here : Intra-day Keltner Channel ) by applying the same