MetaTrader4
Mastering the BB_Support Indicator for MetaTrader 4: A Trader's Guide
If you're looking to fine-tune your trading strategy on MetaTrader 4, the BB_Support indicator is a tool worth considering. This indicator is designed to help you navigate the market with greater confidence, especially when working within the M1 timeframe. Whether you're trading on M1, M5, H1, or D1, you'll find that the BB_Support indicator can be tailored to fit your needs. Let's dive into what makes this indicator tick! Description: The BB_Support indicator operates effectively on the M1 timeframe. While I personally use periods like M1, M5, H1, and D1, feel free to adjust these settings to match your trading style. Example #1: In the following examples, we utilize the iBands function to set up our upper bands: 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: Here’s another look with a different setting: 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: Feel free to experiment with the BB_Support indicator and see how it can fit into your trading arsenal. Happy trading!
2010.06.29