Beranda Indikator Teknis Postingan

Pivot_RS_Session: Indikator Penting untuk MetaTrader 5

Lampiran
1971.zip (3.37 KB, Unduh 0 kali)

Penulis Asli:

DVYU inc.

Indikator ini menunjukkan level Pivot dan menggunakan warna latar belakang khusus untuk sesi di mana level tersebut dihitung.

Parameter Input Indikator:

//+----------------------------------------------+
//| Parameter input indikator                   |
//+----------------------------------------------+
input Jam   StartHour=H08;              // Jam awal sesi
input Menit    StartMinute=M00;            // Menit awal sesi
input uint   SessionTime=400;            // Durasi sesi dalam menit
input color  Color_Session = clrPlum;    // Warna sesi
input color  Color_Res = clrBlue;            // Warna resistance
input color  Color_R30 = clrGreen;      // Warna level R30
input color  Color_R20 = clrGreen;      // Warna level R20
input color  Color_R10 = clrGreen;      // Warna level R10
input color    Color_P=clrDarkOrchid;    // Warna level P
input color  Color_S10 = clrRed;        // Warna level S10
input color  Color_S20 = clrRed;        // Warna level S20
input color  Color_S30 = clrRed;        // Warna level S30
input color  Color_Sup = clrMagenta;    // Warna support
//---
input GAYA  Style_Res = SOLID_;        // Gaya garis resistance
input GAYA  Style_R30 = SOLID_;        // Gaya garis level R30
input GAYA  Style_R20 = SOLID_;        // Gaya garis level R20
input GAYA  Style_R10 = SOLID_;        // Gaya garis level R10
input GAYA    Style_P = DASH_;          // Gaya garis level P
input GAYA  Style_S10 = SOLID_;        // Gaya garis level S10
input GAYA  Style_S20 = SOLID_;        // Gaya garis level S20
input GAYA  Style_S30 = SOLID_;        // Gaya garis level S30
input GAYA  Style_Sup = SOLID_;        // Gaya garis support
//---
input Lebar  Width_Res = Width_2;        // Lebar garis resistance
input Lebar  Width_R30 = Width_1;        // Lebar garis level R30
input Lebar  Width_R20 = Width_2;        // Lebar garis level R20
input Lebar  Width_R10 = Width_3;        // Lebar garis level R10
input Lebar    Width_P = Width_1;        // Lebar garis level P
input Lebar  Width_S10 = Width_3;        // Lebar garis level S10
input Lebar  Width_S20 = Width_2;        // Lebar garis level S20
input Lebar  Width_S30 = Width_1;        // Lebar garis level S30
input Lebar  Width_Sup = Width_2;        // Lebar garis support

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

Indikator Pivot_RS_session

Indikator Pivot_RS_session

Postingan terkait

Komentar (0)