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