Laman utama Indikator Teknikal Siaran

Indikator Pivot_RS_session untuk MetaTrader 5: Panduan Lengkap

Lampiran
1971.zip (3.37 KB, Muat turun 0 kali)

Penulis asal:

DVYU inc.

Indikator ini menunjukkan tahap Pivot dan menggunakan warna latar belakang khas untuk sesi di mana tahap tersebut telah dikira.

Parameter input indikator:

//+----------------------------------------------+
//| Parameter input indikator                   |
//+----------------------------------------------+
input Hour   StartHour=H08;              // Jam mula sesi
input Min    StartMinute=M00;            // Minit mula sesi
input uint   SessionTime=400;            // Masa sesi dalam minit
input color  Color_Session = clrPlum;    // Warna sesi
input color  Color_Res = clrBlue;        // Warna rintangan
input color  Color_R30 = clrGreen;       // Warna tahap R30
input color  Color_R20 = clrGreen;       // Warna tahap R20
input color  Color_R10 = clrGreen;       // Warna tahap R10
input color    Color_P=clrDarkOrchid;    // Warna tahap P
input color  Color_S10 = clrRed;         // Warna tahap S10
input color  Color_S20 = clrRed;         // Warna tahap S20
input color  Color_S30 = clrRed;         // Warna tahap S30
input color  Color_Sup = clrMagenta;     // Warna sokongan
//---
input STYLE  Style_Res = SOLID_;         // Gaya garis sokongan
input STYLE  Style_R30 = SOLID_;         // Gaya garis tahap R30
input STYLE  Style_R20 = SOLID_;         // Gaya garis tahap R20
input STYLE  Style_R10 = SOLID_;         // Gaya garis tahap R10
input STYLE    Style_P = DASH_;          // Gaya garis tahap P
input STYLE  Style_S10 = SOLID_;         // Gaya garis tahap S10
input STYLE  Style_S20 = SOLID_;         // Gaya garis tahap S20
input STYLE  Style_S30 = SOLID_;         // Gaya garis tahap S30
input STYLE  Style_Sup = SOLID_;         // Gaya garis rintangan
//---
input Width  Width_Res = Width_2;        // Lebar garis rintangan
input Width  Width_R30 = Width_1;        // Lebar garis tahap R30
input Width  Width_R20 = Width_2;        // Lebar garis tahap R20
input Width  Width_R10 = Width_3;        // Lebar garis tahap R10
input Width    Width_P = Width_1;        // Lebar garis tahap P
input Width  Width_S10 = Width_3;        // Lebar garis tahap S10
input Width  Width_S20 = Width_2;        // Lebar garis tahap S20
input Width  Width_S30 = Width_1;        // Lebar garis tahap S30
input Width  Width_Sup = Width_2;        // Lebar garis sokongan

Indikator ini pertama kali dilaksanakan dalam MQL4 dan diterbitkan dalam Code Base di mql4.com pada 30.01.2008.

Indikator Pivot_RS_session

Indikator Pivot_RS_session

Siaran berkaitan

Komen (0)