BB_Support [ ru ]

0
(0)
Name:
BB_Support [ ru ]
Author: basisforex (2010.06.29 16:03)
Downloaded: 1657
Download:
BB_Support [ ru ] 1
 BB_Support.mq4 (3.7 Kb) View

Description:

Works on the range of M1. I am using periods of M1, M5, H1, D1 but, if necessary, everyone can modify the periods.

Example #1:

M1up[i] = iBands(NULL, PERIOD_M1, M1Period, M1Deviation, 0, PRICE_Ma, MODE_UPPER, i);
M5up[i] = iBands(NULL, PERIOD_M5, M5Period, M5Deviation, 0, PRICE_Ma, MODE_UPPER, i / PERIOD_M5);
M15up[i] = iBands(NULL, PERIOD_M15, M15Period, M15Deviation, 0, PRICE_Ma, MODE_UPPER, i / PERIOD_M15);
M30up[i] = iBands(NULL, PERIOD_M30, M30Period, M30Deviation, 0, PRICE_Ma, MODE_UPPER, i / PERIOD_M30);

Example #2:

M15up[i] = iBands(NULL, PERIOD_M15, H1Period, M15Deviation, 0, PRICE_Ma, MODE_UPPER, i / PERIOD_M15);
M30up[i] = iBands(NULL, PERIOD_M30, H1Period, M30Deviation, 0, PRICE_Ma, MODE_UPPER, i / PERIOD_M30);
H1up[i] = iBands(NULL, PERIOD_H1, H1Period, H1Deviation, 0, PRICE_Ma, MODE_UPPER, i / PERIOD_H1;
H4up[i] = iBands(NULL, PERIOD_H4, H4Period, H4Deviation, 0, PRICE_Ma, MODE_UPPER, i / PERIOD_H4);

Images:

BB_Support [ ru ] 2

As a remainder to all traders - one of the colors of the dots is BLACK.

So, you have to change Background of the chart (for example to GRAY) to be able to see those dots

or you could change the color:

 

#property indicator_color4 Black

 

 

#property indicator_color8 Black

to any other color.

How useful was this post?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate this post.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?



Author: Forex Wiki Team
We are a team of highly experienced Forex Traders [2000-2023] who are dedicated to living life on our own terms. Our primary objective is to attain financial independence and freedom, and we have pursued self-education and gained extensive experience in the Forex market as our means to achieve a self-sustainable lifestyle.