Thought some of you might find this useful, it is simply a small window that shows data for the chart it is placed on,
it can be moved anywhere on the chart and colors changed to suit your style.
The Data window has a smaller and slightly larger size and the inputs lets you select these options below
extern string IIIIIIIIIIIIIIIIIIII= "<<<< Chart Posistion Settings >>>>>";
extern bool Corner_of_Chart_RIGHT_TOP = true;//false = Signal in top left corner
extern string IIIIIIIIIIIIIIIIIIIII = " <<<< Comments Settings >>>>>>>>";
extern bool Show_Price = true;//false = No Price shown
extern bool Show_Xtra_Details = true;// false = Removes Spread/Pips/Open/Hi/Low/Daily Average
extern bool Show_Smaller_Size = true;//true = Makes the Comments & Price smaller
extern int Shift_UP_DN =0;// Adjusts Display Up & Down
extern int Adjust_Side_to_side = 0;// Adjusts Display from side to side
extern string IIIIIIIIIIIIIIIIIIIIII = " <<<< Comment Color Settings >>>>>>>>";
extern color CommentLabel_color = LightSteelBlue;// Alters colors on Comments Labels
extern color Spread_color = Gold;
extern color HI_LO_color = Gold;
extern color Pips_UP = Lime;
extern color Pips_DN = OrangeRed;
extern color Daily_AV_UP = Lime;
extern color Daily_AV_DN = OrangeRed;
extern string IIIIIIIIIIIIIIIIIIIIIII = " <<<< Price Color Settings >>>>>>>>";
extern color Price_UP = Lime;
extern color Price_DN = Red;
extern color Price_Neutral = Orange;
extern string IIIIIIIIIIIIIIIIIIIIIIII=" <<<< Border Colors >>>>>>>>>>>>>";
extern color Border_color = SteelBlue;
Data.gif Data2.gif
Data4.gif Data5.gif
Daily Data.ex4