Welch Bollinger Band ® Width

0
(0)
ชื่อ:
Welch Bollinger Band ® Width
ผู้เขียน: maj1es2tic (2011.08.08 12:44)
ดาวน์โหลดแล้ว: 6131
ดาวน์โหลด:
Welch Bollinger Band ® Width 1
WelchBBWidth.mq4 (5.0 Kb) ดู
ผู้เขียน:

maj1es2tic (Tim Welch)

คำอธิบาย:

This indicator takes the current Width of the Bollinger Bands and compares it to the Maximum and Minimum Width of the Bollinger Bands over N periods (WidthCalcPeriod).

If the calculated percentage is less than or equal to MinRangePercent, then the histogram shows Green. If the calculated percentage is 2x the MinRangePercent, then the histogram shows Yellow. If neither of those match, the histogram shows Red.

This works out well to quickly see if the currency pair is ranging, or about to break out of range. If you set ShowWidthLine to true, then it will also show a line with the actual width of the Bollinger Bands in PIPS. This should work for 4 และ 5 digit brokers and it works on all currency pairs.

Using iCustom to pull out values for an Expert Advisor or other Custom Indicators:

You should be able to pull out any of the values externally using the following code:

int period=0; // how far back do you want to look? 0 == current bar. 1 == previous bar, เป็นต้น.
              // At any given time, only one of these 3 will have a value greater than 0. That value is 300.

double WelchBBWidth_Green = iCustom(โมฆะ, 0, "WelchBBWidth", 20, 0, 2.0, 20, "x", 100, "x", เท็จ, 0, ระยะเวลา);
double WelchBBWidth_Yellow = iCustom(โมฆะ, 0, "WelchBBWidth", 20, 0, 2.0, 20, "x", 100, "x", เท็จ, 1, ระยะเวลา);
double WelchBBWidth_Red = iCustom(โมฆะ, 0, "WelchBBWidth", 20, 0, 2.0, 20, "x", 100, "x", เท็จ, 2, ระยะเวลา);

// This will give you the actual width in PIPs of the Bollinger Bands
double WelchBBWidth = iCustom(โมฆะ, 0, "WelchBBWidth", 20, 0, 2.0, 20, "x", 100, "x", เท็จ, 3, ระยะเวลา);

// These will give you the actual Bollinger Band Line values.
// These are the values that would be plotted on the MAIN chart, so it's based on price on the chart.
double WelchBBWidth_MiddleLine = iCustom(โมฆะ, 0, "WelchBBWidth", 20, 0, 2.0, 20, "x", 100, "x", เท็จ, 4, ระยะเวลา);
double WelchBBWidth_UpperLine = iCustom(โมฆะ, 0, "WelchBBWidth", 20, 0, 2.0, 20, "x", 100, "x", เท็จ, 5, ระยะเวลา);
double WelchBBWidth_LoweLine = iCustom(โมฆะ, 0, "WelchBBWidth", 20, 0, 2.0, 20, "x", 100, "x", เท็จ, 6, ระยะเวลา);

You could put something like this in your Expert Advisor:

/*
* int areWeRanging(int period=0)
*
* Returns 1 for GREEN (ranging)
* Returns -1 for YELLOW ( start/end of range)
* Returns 0 มิฉะนั้น (no range)
*/

int areWeRanging(int period=0) 
{
 double WelchBBWidth_Green = iCustom(โมฆะ, 0, "WelchBBWidth", 20, 0, 2.0, 20, "x", 100, "x", เท็จ, 0, ระยะเวลา);
 double WelchBBWidth_Yellow = iCustom(โมฆะ, 0, "WelchBBWidth", 20, 0, 2.0, 20, "x", 100, "x", เท็จ, 1, ระยะเวลา);

 ถ้า ( WelchBBWidth_Green > 0 ) 
 {
   return (1);
 } 
 else if ( WelchBBWidth_Yellow > 0) 
 {
   return (-1);
 }

 return (0);
}

// Check to see if we are coming out of a range. 
// This tells us that the LAST candle was still in a range,
// but the current candle is now breaking free of the range.
ถ้า ( areWeRanging(1)==1 && (areWeRanging(0)==-1 || areWeRanging(0)==0) ) 
 {
  Print("We were ranging, but have now broken out of the range! Make a trade if other indicators confirm the breakout!");
 }

** Use any/all code at your own discretion, and only place real trades when you have confirmation of other indicators. **

ภาพ:

Welch Bollinger Band ® Width 2

*บันทึก: The dark grey vertical lines and red arrows were added to show the correlation of the indicator to the bollinger bands on the chart and they will NOT show up on your chart.

Welch Bollinger Band ® Width 3

สนุก!

-Tim

โพสต์นี้มีประโยชน์เพียงใด?

คลิกที่ดาวเพื่อให้คะแนน!

คะแนนเฉลี่ย 0 / 5. นับคะแนนเสียง: 0

ยังไม่มีคะแนนโหวต! เป็นคนแรกที่ให้คะแนนโพสต์นี้.

ขออภัยที่โพสต์นี้ไม่มีประโยชน์สำหรับคุณ!

ให้เราปรับปรุงโพสต์นี้!

บอกเราว่าเราจะปรับปรุงโพสต์นี้ได้อย่างไร?



ผู้เขียน: ทีมงาน Forex Wiki
เราคือทีมผู้ซื้อขาย Forex ที่มีประสบการณ์สูง [2000-2023] ที่อุทิศตนเพื่อใช้ชีวิตในแบบของเรา. วัตถุประสงค์หลักของเราคือการได้รับอิสรภาพทางการเงินและอิสรภาพ, และเราได้ติดตามการศึกษาด้วยตนเองและได้รับประสบการณ์ที่กว้างขวางในตลาด Forex เพื่อเป็นหนทางในการบรรลุวิถีชีวิตที่ยั่งยืนด้วยตนเอง.