Custom crosshair cursor with synchronization – indicator MetaTrader 5

Custom crosshair cursor with synchronization - indicator for MetaTrader 5
Useful for multi timeframe charts to locate candle of interest.It converts optionally server time to local time shown as tooltip. Press [Ctrl] or [Shift] key while moving mouse on a chart to reposition the custom crosshair cursor. Indicator parameters: Show localtime display localtime as tooltip Cursor colorcolor of crosshair cursor Cursor namesame cursor name will … Read more

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 … Read more

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. … Read more

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 … Read more

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 … Read more