Bollinger Bands with Filling – indicator MetaTrader 5

Bollinger Bands with Filling - indicator for MetaTrader 5
This is a version of Bollinger bands made as a filled area. But to avoid just making the usual Bollinger bands with some more colors, this version has a choice of calculating the standard deviation as a sample or as an uncorrected deviation. The explanation for that would be the following. The difference is usually … Read more

Hourly Pivot Points with Color Filling – indicator MetaTrader 4

HourlyPivotPoints_ColorFilling
5/4/2018 update: Fixed an error in calculating S/R points by Fibo. Fixed a bug in drawing objects. This indicator uses two ways to calculate R1/R2/R3/S1/S2/S3: normal formula and Fibonacci, and users can choose one from them. Main parameters PivotMode: Normal: use normal formula to calculate S and R. Fibonacci: use Fibonacci to calculate S and … Read more

SAR Color Filling Right zone – indicator MetaTrader 5

SAR Color Filling Right zone
The idea of the indicator Additional style DRAW_FILLING to the iSAR indicator (Parabolic SAR, SAR). Filling the area between the price and the iSAR indicator. Additionally (on the right side) a rectangle is drawn – this rectangle repeats the fill area. Rice. 1.SAR Color Filling Right zone SAR Color Filling Right zone – indicator MetaTrader 5

Two Stochastic Custom Filling Alert – indicator MetaTrader 5

Two Stochastic Custom Filling Alert
The idea of the indicator Two iStochastic (Stochastic Oscillator, STO) indicators – ‘Fast’ and ‘Slow’ (more precisely, the ‘Main’ lines of these indicators) in one subwindow. Areas are filled between lines. The level settings are included in the input parameters – it can be useful when used in an Expert Advisor and when visualizing in … Read more

Symbol Filling Policy Determination – EA MetaTrader 5

Symbol Filling Policy Determination - expert for MetaTrader 5
Symbol Input (symbol): The function takes as input the symbol of a financial instrument for which the filling policy is to be determined. Obtaining the Filling Policy Type (filling): The function uses SymbolInfoInteger to retrieve information about the filling policy for the provided symbol. This information is stored in a variable named filling as a … Read more