Forex



Go Back   Forex Trading > Discussion Areas > Setup Questions
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 07-16-2007, 06:00 AM
Eaglehawk's Avatar
Senior Member
 
Join Date: Jun 2006
Posts: 141
Eaglehawk is on a distinguished road
Date Conversions

i've been away from metrader 4 for a while, so my coding is a little rusty, while creating an indicator, reason has arisen to convert a distance between two datetime variable into a number of bars, i think i may have it, but i'm not so sure about subtraction of datetimes, will these expressions do the trick?
PHP Code:
  datetime center_time ObjectGet(line,OBJPROP_TIME1);//horizontal refrence to center, or left point of line
  
double center_height ObjectGet(line,OBJPROP_PRICE1);//vertical refrence to center, or left point of line
  
datetime radius_time ObjectGet(line,OBJPROP_TIME2);//horizontal refrence to outer, or right point of line
  
double radius_height ObjectGet(line,OBJPROP_PRICE2);//vertical refrence to outer, or right point of line
  
double Distance_g = (radius_time center_time)/Period(); 
line is a variable that represents a line already drawn.


thanks in advance for any and all help.
__________________
"One's ability to accomplish his or her goals is limited only by the ingenuity of how one uses what he or she already knows."- Eaglehawk
REMEMBER,
"Genius is nothing but a greater aptitude for patience." –Benjamin Franklin

____________________________________

Have a simple ea you just can't figure out how to code??? Odds are you can make it here. Just remember to push complete when you're done, NOT SAVE!!!

http://sufx.core.t3-ism.net/ExpertAdvisorBuilder
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 07-16-2007, 07:09 AM
Senior Member
 
Join Date: Feb 2006
Posts: 587
Michel is on a distinguished road
Quote:
Originally Posted by Eaglehawk View Post
while creating an indicator, reason has arisen to convert a distance between two datetime variable into a number of bars
Try this:
PHP Code:
 int NumBars MathRound((EndTime StartTime)) / (Period*60)); 
Or maybe more precise in some cases:
PHP Code:
 int StartShift iBarShift(NULL,0,StartTime,false);
 
int EndShift iBarShift(NULL,0,EndTime,false);
 
int NumBars StartShift EndShift
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 07-16-2007, 05:56 PM
Eaglehawk's Avatar
Senior Member
 
Join Date: Jun 2006
Posts: 141
Eaglehawk is on a distinguished road
Quote:
Originally Posted by Michel View Post
Try this:
PHP Code:
 int StartShift iBarShift(NULL,0,StartTime,false);
 
int EndShift iBarShift(NULL,0,EndTime,false);
 
int NumBars StartShift EndShift
this looks precise, and it makes sense,

thanks again for the help!
__________________
"One's ability to accomplish his or her goals is limited only by the ingenuity of how one uses what he or she already knows."- Eaglehawk
REMEMBER,
"Genius is nothing but a greater aptitude for patience." –Benjamin Franklin

____________________________________

Have a simple ea you just can't figure out how to code??? Odds are you can make it here. Just remember to push complete when you're done, NOT SAVE!!!

http://sufx.core.t3-ism.net/ExpertAdvisorBuilder
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


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
Date format function Kalenzo Metatrader 4 mql 4 - Development course 3 12-06-2008 05:33 AM
EA expiration date jyrik Expert Advisors - Metatrader 4 6 04-12-2007 05:32 PM
How to put the Expiry date in EA MACD Expert Advisors - Metatrader 4 1 01-26-2007 01:59 PM
Up-date problem... ttt123 General Discussion 4 02-06-2006 10:41 AM


All times are GMT. The time now is 08:27 PM.



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