Forex



Go Back   Forex Trading > Downloads > Tools and utilities
Forex Forum Register More recent Blogs Calendar Advertising Others Help






Register
Welcome to Forex-TSD!, one of the largest Forex forums worldwide, where you will be able to find the most complete and reliable Forex information imaginable.

From the list below, select the forum that you want to visit and register to post, as many times you want. It’s absolutely free. Click here for registering on Forex-TSD.

Exclusive Forum
The Exclusive Forum is the only paid section. Once you subscribe, you will get free access to real cutting-edge Trading Systems (automated and not), Indicators, Signals, Articles, etc., that will help and guide you, in ways that you could only imagine, with your Forex trading.
  • Elite Section
    Get access to private discussions, specialized support, indicators and trading systems reported every week.
  • Advanced Elite Section
    For professional traders, trading system developers and any other member who may need to use and/or convert, the most cutting-edge exclusive indicators and trading systems for MT4 and MT5.
See more

Reply
 
Thread Tools Display Modes
  #1 (permalink)  
Old 06-15-2007, 12:12 PM
cja's Avatar
cja cja is offline
Senior Member
 
Join Date: Apr 2006
Posts: 676
cja is on a distinguished road
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= "<<<< 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

Last edited by cja; 10-11-2007 at 01:13 PM. Reason: recompiling of indicator
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #2 (permalink)  
Old 06-15-2007, 12:19 PM
Senior Member
 
Join Date: Sep 2006
Posts: 197
ssotiro is on a distinguished road
Nothing short of perfect. Thanks a lot cja.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #3 (permalink)  
Old 06-15-2007, 12:26 PM
aXXo's Avatar
Member
 
Join Date: Jun 2007
Posts: 36
aXXo is on a distinguished road
lovely thanks cja
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #4 (permalink)  
Old 06-16-2007, 01:31 AM
wolfe's Avatar
Senior Member
 
Join Date: Jan 2006
Posts: 818
wolfe is on a distinguished road
Another great indicator. Thank you again for sharing your hard work.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #5 (permalink)  
Old 06-16-2007, 02:17 AM
jimven's Avatar
Senior Member
 
Join Date: Mar 2007
Location: Upstate New York
Posts: 140
jimven is on a distinguished road
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?
__________________
Success is more perspiration than inspiration . . .
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #6 (permalink)  
Old 06-16-2007, 03:34 AM
amenlo9's Avatar
Senior Member
 
Join Date: Apr 2006
Location: Malaysia
Posts: 188
amenlo9 is on a distinguished road
Quote:
Originally Posted by 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.
__________________
~~Keep The Faith~~
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #7 (permalink)  
Old 06-16-2007, 08:44 AM
Senior Member
 
Join Date: Jun 2006
Posts: 1,512
prasxz is on a distinguished road
hi

Quote:
Originally Posted by 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= "<<<< 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;

Attachment 36027 Attachment 36028

Attachment 36029 Attachment 36030


Attachment 36026

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

===================
Forex Indicators Collection
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #8 (permalink)  
Old 07-04-2007, 03:55 PM
Tickwatcher's Avatar
Member
 
Join Date: Nov 2006
Location: London
Posts: 77
Tickwatcher is on a distinguished road
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
__________________
Keep it simple, keep it plain. The longer the time frame, the greater the gain.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #9 (permalink)  
Old 07-07-2007, 03:58 PM
Money Duck's Avatar
Member
 
Join Date: Nov 2006
Location: http://www.butchwampler.com
Posts: 85
Money Duck is on a distinguished road
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.
Attached Images
File Type: jpg swap.JPG (14.3 KB, 2755 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #10 (permalink)  
Old 10-11-2007, 12:49 PM
nina's Avatar
Senior Member
 
Join Date: Nov 2005
Location: Barcelona
Posts: 2,380
nina is on a distinguished road
Quote:
Originally Posted by cja View Post
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;

Attachment 36027 Attachment 36028

Attachment 36029 Attachment 36030


Attachment 36026
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

We must fight on the winning side, not on the side we may believe to be correct.

Focus, Patience and Discipline
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
Reply

Bookmarks

Tags
Currency Display.ex4, daily data, stat monitor


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
RSI and Stochastic into the same window? saadei Metatrader 4 3 02-12-2009 01:43 PM
adding ma into an oscillator window TheShanghai Indicators - Metatrader 4 5 03-16-2007 05:17 AM
Scale 2 indicators in one window asmdev Indicators - Metatrader 4 1 05-10-2006 08:40 PM
Forex Data 2001 --> 2005 - TF =1 min, 15 min, Daily....Various Pairs..... De Vinci Tools and utilities 1 05-01-2006 10:31 AM


All times are GMT. The time now is 02:31 PM.



Search Engine Friendly URLs by vBSEO 3.2.0 ©2008, Crawlability, Inc.