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?
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
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 ?
===================
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
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
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.
THXHi 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
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
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