View Single Post
  #8 (permalink)  
Old 06-18-2007, 02:40 PM
cja's Avatar
cja cja is online now
Senior Member
 
Join Date: Apr 2006
Posts: 676
cja is on a distinguished road
Screenshots

Quote:
Originally Posted by capamando
Hello,


Is there someway to identify 4H candle closes on a 15M chart that is not too obtrusive ?


Thank You
2 Screenshots showing indicator on a full chart and 10 & 15 point Text

Colors for each line can be altered if required

#property indicator_chart_window
extern bool Show_Simple_Text = false;
extern bool Show_Standard_Comments = false;
extern bool Show_Colored_TEXT = true;
extern int Text_Size = 15;
extern int Shift_Text_UP_DN = 0;
extern int Shift_Text_Left_Right = 0;
extern color Title_Color = SteelBlue;
extern color Prev_4Hr_Text = DarkKhaki;
extern color Next_Text = Coral;
extern color Broker_Time = Peru;
extern color CountDown_Time = Gold;


Fourhour4.gif

Fourhour5.gif

Last edited by cja; 06-18-2007 at 02:42 PM.
Reply With Quote