Watch how to download trading robots for free
Find us on Facebook!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Indicators

Spread - indicator for MetaTrader 5

Views:
14046
Rating:
(46)
Published:
2014.04.18 17:02
Updated:
2016.11.22 07:32
spread.mq5 (3.61 KB) view
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

Trader's simple assistant. The MQL5 Spread indicator shows the current spread of the currency pair on a chart. The indicator is especially useful when working with the brokers who offer floating spread. I know that it is very inconvenient to calculate spread based on quotes in the Market Watch each time you open a position or need it for some calculations. This indicator always shows the current spread of the currency pair.

The last parameter of the MQL5 Spread indicator normalizes spread to the common decimal view for brokers with nonstandard quotes (parameter set to true).

The Spread indicator

Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/2230

BackgroundCandle_FisherCGOscillator_HTF BackgroundCandle_FisherCGOscillator_HTF

The indicator draws candlesticks of a larger timeframe as color filled rectangles using DRAW_FILLING buffers. Rectangles are color filled in accordance with the values of the FisherCGOscillator indicator.

BlauCMI_Signal BlauCMI_Signal

The BlauCMI_Signal indicator shows information on the current trend using the values of the Candle Momentum Index indicator with a fixed timeframe.

Exp_FisherCGOscillator Exp_FisherCGOscillator

The Exp_FisherCGOscillator EA is based on the signals generated by the FisherCGOscillator oscillator.

X4Period_RSI_Arrows X4Period_RSI_Arrows

Four semaphore signal indicators based RSI oscillators with different periods on one price chart.