View Single Post
  #1 (permalink)  
Old 12-15-2007, 11:30 AM
cja's Avatar
cja cja is offline
Senior Member
 
Join Date: Apr 2006
Posts: 579
cja is on a distinguished road
4Period Open Close

Hi p2099

Indicator as requested, i believe it is what you wanted, everything is adjustable thru the inputs tab.


IIIIIIIIIIIIIIII="<<< Indicator Settings >>>";
CountBack =1;
Show_Text = true;
Show_Comments = true;
Text_Size = 9;
Text_Font ="Arial";
IIIIIIIIIIIIIIIII="<<< H4 Settings >>>";
Show_4HR = true;
H4_color = OrangeRed;
H4_Style = 0;
H4_Width = 0;
IIIIIIIIIIIIIIIIII="<<< D1 Settings >>>";
Show_D1 = true;
D1_color = Gold;
D1_Style = 0;
D1_Width = 0;
IIIIIIIIIIIIIIIIIII="<<< W1 Settings >>>";
Show_W1 = true;
W1_color = Lime;
W1_Style = 0;
W1_Width = 0;
IIIIIIIIIIIIIIIIIIII="<<< MN1 Settings >>>";
Show_MN1 = true;
MN1_color = DodgerBlue;
MN1_Style = 0;
MN1_Width = 0;

Let me know if anything needs to be altered

4Period Open_Close.ex4

Open Close.gif
Reply With Quote