Forex



Go Back   Forex Trading > Downloads > Tools and utilities






Register in Forex TSD!
Trading Systems Leaders in this forum (automated trading systems) are winning more than 3000 pips in a month (30000$ investing one lot every time).
Click here to register and get more information

Reply
 
Thread Tools Display Modes
  #1 (permalink)  
Old 01-03-2006, 06:50 AM
Junior Member
 
Join Date: Dec 2005
Posts: 4
ShaderZ is on a distinguished road
Red face Is a chart Timer/Counter Possible in MT4?

Is it possable to make a Timer that counts how many hours...minutes...seconds are left untill the next bar is going to print; on any given time preiod? I've recently been studying Woodies CCi and it highly suggests to wait untill the last 20 secs of the current bar (when a Woodies CCi pattern has formed) before placing a trade. Only problem is, there's no way for me to even guess when the chart is going to move onto the next bar. I did some reading up on MQL4 and spent a solid 3 days trying to program something like this on my own without success.

My Main problem is trying to get the timer to update every second. I can get it to update whenever a new quote comes in like most indicators operate, but any other way just seems to cycles through the code non-stop and freezes up MT4 . I've also tried to search the forum and googling for a chart counter for MT4 and found nothing.

Any suggestions?
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 01-03-2006, 08:34 AM
Member
 
Join Date: Dec 2005
Posts: 53
billm is on a distinguished road
Hi try this one. Also Woodie posts a seperate free clock on his main web page that will do the job also.

hth
B
Attached Files
File Type: mq4 b-clock.mq4 (1.6 KB, 506 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
  #3 (permalink)  
Old 01-03-2006, 10:33 AM
Junior Member
 
Join Date: Dec 2005
Posts: 4
ShaderZ is on a distinguished road
Smile

Awesome! Thanks for the timer, its not in realtime but thats okay because i can just refreash my chart and it will update the timer when I needed.

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 01-03-2006, 12:58 PM
cockeyedcowboy's Avatar
Senior Member
 
Join Date: Nov 2005
Posts: 477
cockeyedcowboy is on a distinguished road
Heres a general purpose bar clock that can be attached to a chart, called from an expert or indercator files or just draged to a chart. Limitation is can't be used on charts higher then one hour.

Read the documentation at the end of the file on how to use it.

The CockeyedCowboy

edit[ added the zip file which contains all the files ]

Last edited by cockeyedcowboy; 10-07-2008 at 01:49 AM.
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 01-04-2006, 01:34 AM
Foreverold's Avatar
Senior Member
 
Join Date: Oct 2005
Posts: 274
Foreverold is on a distinguished road
From KimIV
Attached Files
File Type: rar Timer.rar (326.6 KB, 366 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
  #6 (permalink)  
Old 01-25-2006, 02:31 PM
camisa's Avatar
Senior Member
 
Join Date: Dec 2005
Location: Portugal
Posts: 348
camisa is on a distinguished road
Quote:
Originally Posted by cockeyedcowboy
Heres a general purpose bar clock that can be attached to a chart, called from an expert or indercator files or just draged to a chart. Limitation is can't be used on charts higher then one hour.

Read the documentation at the end of the file on how to use it.

The CockeyedCowboy

edit[ added the zip file which contains all the files ]
I dragged it to the chart but it doesn't work?

The last clock posted here is written in a language I don't understand
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 02-24-2006, 02:51 PM
codersguru's Avatar
Senior Member
 
Join Date: Oct 2005
Posts: 994
codersguru has a spectacular aura aboutcodersguru has a spectacular aura aboutcodersguru has a spectacular aura about
Arrow

Quote:
Originally Posted by camisa
I dragged it to the chart but it doesn't work?

The last clock posted here is written in a language I don't understand
Add this line to the top of the source file and compile it:

PHP Code:
#property indicator_chart_window 
__________________
Hope it helps !
Coders' Guru
Senior MQL programmer:
www.xpworx.com/custom.htm
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 03-23-2006, 02:50 AM
Junior Member
 
Join Date: Nov 2005
Posts: 27
TheOne is on a distinguished road
Isn't there a better way I have to keep refreshing the charts which can get very distracting. I must be doing something wrong.
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 03-23-2006, 03:18 AM
keris2112's Avatar
Senior Member
 
Join Date: Dec 2005
Location: California, US
Posts: 130
keris2112 is on a distinguished road
Quote:
Originally Posted by TheOne
Isn't there a better way I have to keep refreshing the charts which can get very distracting. I must be doing something wrong.
The b-clock one in post #2 should update every tick.
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 04-13-2006, 09:52 PM
Senior Member
 
Join Date: Jan 2006
Location: 3rd rock from the sun
Posts: 142
fred is on a distinguished road
Foreverold

From KimIV
Attached Files Timer.rar (326.6 KB, 76 views)


What .is that you have posted its a file that isn't recognised by MT$, also the other timer doesn't 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
Reply

Bookmarks

Tags
mt4 clock, b-clock.mq4, MT4 bar clock, clock, mt4 bar timer, MT4 candle timer, timer

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
New Candle Countdown Timer Clock Alex.Piech.FinGeR Suggestions for Trading Systems 31 07-14-2009 06:09 PM
How to get countdown timer every bar ..... nettsaver General Discussion 4 01-30-2007 12:49 AM
Timer to Activte EA babarmughal Tools and utilities 3 05-08-2006 09:25 AM


All times are GMT. The time now is 03:39 PM.



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