Daily Data Window

 

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= "<<<>>>>";

extern bool Corner_of_Chart_RIGHT_TOP = true;//false = Signal in top left corner

extern string IIIIIIIIIIIIIIIIIIIII = " <<<>>>>>>>";

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 = " <<<>>>>>>>";

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 = " <<<>>>>>>>";

extern color Price_UP = Lime;

extern color Price_DN = Red;

extern color Price_Neutral = Orange;

extern string IIIIIIIIIIIIIIIIIIIIIIII=" <<<>>>>>>>>>>>>";

extern color Border_color = SteelBlue;

daily_data.ex4

Files:
data.gif  4 kb
data2.gif  2 kb
data4.gif  4 kb
data5.gif  3 kb
daily_data.ex4  35 kb
 

Nothing short of perfect. Thanks a lot cja.

 

lovely thanks cja

 

Another great indicator. Thank you again for sharing your hard work.

 

It looks great, but I'm a bit confused about the meaning of some of the values.

Could you please explain:

'Pips to open'

Is 'High to Low' the difference between the day's highest and lowest prices?

 
jimven:
It looks great, but I'm a bit confused about the meaning of some of the values.

Could you please explain:

'Pips to open'

Is 'High to Low' the difference between the day's highest and lowest prices?

mean the range from open price to current price.if open at 1.9050 and current price at 1.9100,pips to open will be 50.

 

hi

cja:
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= "<<<>>>>";

extern bool Corner_of_Chart_RIGHT_TOP = true;//false = Signal in top left corner

extern string IIIIIIIIIIIIIIIIIIIII = " <<<>>>>>>>";

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 = " <<<>>>>>>>";

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 = " <<<>>>>>>>";

extern color Price_UP = Lime;

extern color Price_DN = Red;

extern color Price_Neutral = Orange;

extern string IIIIIIIIIIIIIIIIIIIIIIII=" <<<>>>>>>>>>>>>";

extern color Border_color = SteelBlue;

Nice indicators ..thanks ...could you post the mql file ?

===================

Forex Indicators Collection

 

Data window

Hi cja,

Thanks for a fine indicator... It's on my charts now.

Somewhere on another thread, I have asked if it would be possible to have a similar window to include indicator values - nothing too extravagant, no changing colour, or trend indication. Just a simple value.

Is this feasible, or am I shooting for the moon?

Tks

 

Very nice indicator, CJA. Nice easy to adjust settings.

Can you modify it to show the SWAP prices as in the STAT MONITOR. Would love to get that one off the charts to allow more verticle room.

Files:
swap.jpg  15 kb
 
cja:
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= "<<<>>>>";

extern bool Corner_of_Chart_RIGHT_TOP = true;//false = Signal in top left corner

extern string IIIIIIIIIIIIIIIIIIIII = " <<<>>>>>>>";

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 = " <<<>>>>>>>";

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 = " <<<>>>>>>>";

extern color Price_UP = Lime;

extern color Price_DN = Red;

extern color Price_Neutral = Orange;

extern string IIIIIIIIIIIIIIIIIIIIIIII=" <<<>>>>>>>>>>>>";

extern color Border_color = SteelBlue;

Hi!

I've downloaded your indicator and it shows me the price stuck. It does not move. On cable, for instance, it shows 2,0000.

THX

 
nina:
Hi!

I've downloaded your indicator and it shows me the price stuck. It does not move. On cable, for instance, it shows 2,0000.

THX

Hi nina

That is not a problem that i have had with this indicator before, i have checked it on my charts and it is working fine, perhaps it could be the MT4 build causing the issue, i will recomplile it with the latest build and repost to see if that fixes it.

cja

Reason: