Forex
Google
New signals service!

Go Back   Forex Trading > Discussion Areas > Metatrader 4


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
 
LinkBack (1) Thread Tools Display Modes
  1 links from elsewhere to this Post. Click to view. #1 (permalink)  
Old 02-15-2006, 02:23 PM
Junior Member
 
Join Date: Jan 2006
Posts: 2
SimpleSimon is on a distinguished road
Question MT4 platform without Sunday

I am not sure if this has something to do with the settings on my system...

I use the same EA on two different demo platforms (MIG and FXDD) however I am seeing different buy/sell signals. After looking at the history data I realise that it is because one of the platform (MIG) includes ticks on Sunday while the other one (FXDD) does not.

The Sunday ticks only start at 23:00 GMT just before the Monday opening. However, as the system still treats this one hour of data as a separte bar this has an impact on my test EA as it is based on daily bars.

Has anyone got any solution as to how to deal with this inconsistency? Preferably I would like to merge the Sunday ticks into the Monday bar.

Thank you very much
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 02-15-2006, 02:56 PM
Senior Member
 
Join Date: Sep 2005
Location: Kailua-Kona, Hawai'i
Posts: 188
Eric is on a distinguished road
Someone please correct me if I am wrong, but I think you need a broker that has their platform set to GMT+2 to avoid the Sunday "daily" bar. Interbankfx recently considered changing their server time to GMT+2 for this very reason, although they eventually decided against it and have left their server time at GMT.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 07-13-2006, 04:57 PM
jhernandez's Avatar
Member
 
Join Date: Mar 2006
Posts: 35
jhernandez is on a distinguished road
Sunday skipping with pivot/camarillo

Question:

For indicators/experts that rely on pivot lines based on previous day's info:

On Monday, should i be using Friday's data for pivot points?

Also, my broker is open late on Sunday, 18:00 EST (22:00 GMT), for that point should I be using Friday's data as well?

That sounds right but I just wanted to make sure this was correct.

Thanks!

Juan
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 07-13-2006, 05:02 PM
elihayun's Avatar
Senior Member
 
Join Date: Jan 2006
Posts: 350
elihayun is on a distinguished road
Quote:
Originally Posted by jhernandez
Question:

For indicators/experts that rely on pivot lines based on previous day's info:

On Monday, should i be using Friday's data for pivot points?

Also, my broker is open late on Sunday, 18:00 EST (22:00 GMT), for that point should I be using Friday's data as well?

That sounds right but I just wanted to make sure this was correct.

Thanks!

Juan
I had the same problem with my broker. I wrote this pivot daily zone, that taking care of the problem, if there is one.
Attached Files
File Type: mq4 Pivot Daily Zone.mq4 (5.0 KB, 86 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 07-13-2006, 06:07 PM
jhernandez's Avatar
Member
 
Join Date: Mar 2006
Posts: 35
jhernandez is on a distinguished road
In this part of the code:

PHP Code:
   int dow TimeDayOfWeek(iTime(NULLPERIOD_D10));
   
int dow1 TimeDayOfWeek(iTime(NULLPERIOD_D11));

   
int sh 1;
   if ((
HaveSunday) && (dow == 1))
      
sh 2// skip sunday 
If its Monday, you skip Sundays data by going back 2 days.... doesnt' that put you on Saturday then? Or does Metatrader skip Saturday as well... Should we be going back 3 days, to Friday's data?

Thanks

Juan
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 07-13-2006, 06:14 PM
elihayun's Avatar
Senior Member
 
Join Date: Jan 2006
Posts: 350
elihayun is on a distinguished road
Quote:
Originally Posted by jhernandez
In this part of the code:

PHP Code:
   int dow TimeDayOfWeek(iTime(NULLPERIOD_D10));
   
int dow1 TimeDayOfWeek(iTime(NULLPERIOD_D11));

   
int sh 1;
   if ((
HaveSunday) && (dow == 1))
      
sh 2// skip sunday 
If its Monday, you skip Sundays data by going back 2 days.... doesnt' that put you on Saturday then? Or does Metatrader skip Saturday as well... Should we be going back 3 days, to Friday's data?

Thanks

Juan
No, its two days of trading not calendar days. Look at the chart and u won't find Saturday at all.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 11-20-2006, 10:21 PM
Junior Member
 
Join Date: Nov 2006
Posts: 1
rlpartida is on a distinguished road
Sunday data!!

Hello Traders,

I have an expert that charts de Pivot Point automatically, however MT4 is diplaying Sunday data!!! if you see it on the daily charts a really small candlestick displays sunday DATA! and of course it screws my PP levels. Obviously when you chart the Mondays PP, you want the PP level based on Friday data (not sunday data).

Anyone know how to fix this?

thank you in advance

partida
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 11-20-2006, 10:32 PM
Senior Member
 
Join Date: Aug 2006
Posts: 396
RickW00716 is on a distinguished road
same here

Mine does that too!!!!!!

I hate it and don't understand why it does that....what's the purpose?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 02-13-2007, 02:19 PM
Junior Member
 
Join Date: Oct 2006
Posts: 13
MACD is on a distinguished road
How to ignore the Sunday trading

Hi Guys,

how can I ignore the trading on sunday and when trading on monday ignore the movement of sunday bar and take the data from friday ????

Thanks

Last edited by MACD; 02-13-2007 at 03:56 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 02-13-2007, 03:39 PM
Senior Member
 
Join Date: Feb 2006
Posts: 1,098
et_phonehome_2 is on a distinguished road
You could use Thursday or Friday. On Friday, traders tend to close out positions before the weekend.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

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 On
Forum Jump

LinkBacks (?)
LinkBack to this Thread: http://www.forex-tsd.com/metatrader-4/8141-mt4-platform-without-sunday.html
Posted By For Type Date
Forex Indicators - Other Mt4 Platform Resources This thread Refback 04-02-2008 12:18 PM

Similar Threads
Thread Thread Starter Forum Replies Last Post
fxdd MT4 platform forextrader123 Metatrader 4 3 08-01-2006 05:22 AM


All times are GMT. The time now is 11:46 AM.



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