Identify The Start Of A Trend With DMI
In "Identify The Start Of A Trend With DMI" article BC Low presents how to use short-time ADX indicator clusters to identify market tops and bottoms. A technique uses just 3 short-time ADX (average directional movement) indicators with periods equal to 3, 4 and 5 bars. A ready-to-use formula for the article is presented in the Listing 1. To display the indicator, simply type the formula below in the Formula Editor and press "Apply Indicator"
LISTING 1.
Plot( ADX(3), "ADX3", colorRed ); Plot( ADX(4), "ADX4", colorGreen ); Plot( ADX(5), "ADX5", colorDarkBlue);
Plot( ADX(3), "ADX3", colorRed ); Plot( ADX(4), "ADX4", colorGreen ); Plot( ADX(5), "ADX5", colorDarkBlue);
เห็นแล้วเลยลองปรับแต่งต่ออีกนิดหน่อย ทำเป็นเล่นไป ใช้ได้เลยนะเนี๊ยะ เดะไว้ไปประกอบกับ idea อื่น ๆ
Plot( ADX(3), "ADX3", colorRed );
Plot( ADX(4), "ADX4", colorGreen );
Plot( ADX(5), "ADX5", colorYellow);
Plot( ADX(6), "ADX5", colorOrange);
Plot( ADX(7), "ADX5", colorBlue);
Plot( ADX(8), "ADX5", colorLightGrey);
Plot( PDI(8), "ADX5", colorGreen,styleDashed);
Plot( MDI(8), "ADX5", colorRed,styleDashed);


ไม่มีความคิดเห็น:
แสดงความคิดเห็น