Join our fan page
- Views:
- 7683
- Rating:
- Published:
- 2017.05.29 15:40
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
Real author: SelfTraders
The indicator shows the current spread using a color line.
This indicator was first implemented in MQL4 and published in Code Base at mql4.com on 23.03.2015.
Fig.1 The Color_Spread indicator
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/18135

The Exp_XFatlXSatlCloud trading system is based on change of the trend direction displayed by the XFatlXSatlCloud indicator

A histogram of maximum and minimum values of parameters SYMBOL_SESSION_BUY_ORDERS — "the total number of current buy orders" and SYMBOL_SESSION_SELL_ORDERS — "the total number of current sell orders". The drawing style is DRAW_HISTOGRAM.

The library makes indicators' Init/Deinit synchronized

Two colored filled rectangles drawn between the values of two Bollinger channels on one bar.