Custom Bollinger Bands – indicator MetaTrader 5

one
I developed this indicator to provide an alternative to the standard moving average methods in the MetaTrader 5 Bollinger Bands indicator, which only offer the ‘simple’ method. With my indicator, users have the option to select from additional methods including Exponential, Smoothed, and LinearWeighted. To utilize this indicator, you need to place it in a

Custom indicator based on Heiken Ashi and aimed to handle swing trades – indicator MetaTrader 4

Custom indicator based on Heiken Ashi and aimed to handle swing trades - indicator for MetaTrader 4
Author: Joe Chalhoub This FX custom indicator is very easy to set, it does not predict or forecast future trend movement it allows traders to take the maximum profit from a long or short trade. To install this indicator open the H5 period and insert it. It uses the 5 minutes period for entry points.

A simple RKD Expert Advisor based on a specified custom RKD indicator – EA MetaTrader 5

Expert Advisor  based on a specified custom RKD indicator
This is a simple Expert Advisor using a specified custom RKD indicator. The code describes how a specified custom RKD indicator can be used in MetaTrader 5 Expert Advisor. The better results for EUR/USD, GBPUSD – 30mins, 1H and 2H timeframes. Tested Result: Strategy Tester Report autoRKD_EA MetaQuotes-Demo (Build 286)   Settings: Symbol: GBPUSD (Great

Custom Bollinger Bands – indicator MetaTrader 4

Inputs
Real author: The original code is from Bands.mq4 by MetaQuotes Software Corp. Bollinger Bands with customizable moving average method and applied price. Available moving average methods: Simple Exponential Smoothed Linear weighted Available applied prices: Close price Open price High price Low price Median price Typical price Weighted price Custom Bollinger Bands – indicator MetaTrader 4

Custom Moving Average Indicator – indicator MetaTrader 4

Custom MA
The code contains the implementation of Moving Average indicator. For the code, the following input parameters are available: Period Shift Method: Simple, Exponential, Smoothed, Linear Weighted Applied Price : Close Price, Open Price, Low Price, High Price, Median Price, Typical Price, Weighted Price Color: Change color of indicator line Custom Moving Average Indicator – indicator

Custom Moving Average Levels – indicator MetaTrader 5

Custom Moving Average Levels
A Moving Average indicator, for which the values of two levels can be specified from the MQL5 code: An example of this indicator (located in “terminal data directory”\MQL5\Indicators\MyInd\): … int            handle_iMA_Custom;            // variable for storing the handle of the iMA indicator //+——————————————————————+ //| Expert initialization function                                   | //+——————————————————————+ int OnInit()   { … //— create handle of the