NexusFi: Find Your Edge


Home Menu

 





Economic calendars / News


Discussion in Traders Hideout

Updated
      Top Posters
    1. looks_one roonius with 7 posts (7 thanks)
    2. looks_two Dragon with 6 posts (0 thanks)
    3. looks_3 Riverend with 2 posts (1 thanks)
    4. looks_4 iwannatoscript with 2 posts (0 thanks)
      Best Posters
    1. looks_one max-td with 3 thanks per post
    2. looks_two roonius with 1 thanks per post
    3. looks_3 RodS with 1 thanks per post
    4. looks_4 sam028 with 1 thanks per post
    1. trending_up 19,079 views
    2. thumb_up 17 thanks given
    3. group 5 followers
    1. forum 26 posts
    2. attach_file 4 attachments




 
Search this Thread

Economic calendars / News

  #1 (permalink)
 
max-td's Avatar
 max-td 
Frankfurt
 
Experience: Intermediate
Platform: NinjaTrader
Trading: FGBL 6E B4
Posts: 1,752 since Jun 2009
Thanks Given: 2,309
Thanks Received: 927

Here is a collection of useful links for economic calendars + news all around trading.
They were posted in different threads, so i start to bring them together as an overview.
Feel free to add more.

Economic Calendar

2009 Economic Calendar

Forex Calendar @ Forex Factory

DerivateCheck


Hope that helps !

max-td
Started this thread Reply With Quote

Can you help answer these questions
from other members on NexusFi?
Better Renko Gaps
The Elite Circle
Trade idea based off three indicators.
Traders Hideout
Increase in trading performance by 75%
The Elite Circle
How to apply profiles
Traders Hideout
Exit Strategy
NinjaTrader
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Just another trading journal: PA, Wyckoff & Trends
33 thanks
Tao te Trade: way of the WLD
24 thanks
My NQ Trading Journal
14 thanks
HumbleTraders next chapter
11 thanks
GFIs1 1 DAX trade per day journal
11 thanks
  #2 (permalink)
 
RodS's Avatar
 RodS 
Indy
 
Experience: Beginner
Platform: NinjaTrader
Broker: Mirus/Zen-Fire
Trading: 6E,TF,YM,NQ
Posts: 89 since Jun 2009
Thanks Given: 435
Thanks Received: 66

Here's another one.

Economic Calender/Forexlive

I like this one because it shows the data at a glance and it is easy to use the calender to check past results.

Rod

Reply With Quote
Thanked by:
  #3 (permalink)
 
max-td's Avatar
 max-td 
Frankfurt
 
Experience: Intermediate
Platform: NinjaTrader
Trading: FGBL 6E B4
Posts: 1,752 since Jun 2009
Thanks Given: 2,309
Thanks Received: 927


@ cunparis :
the forex-news-sites let you choose timezone-settings to show it in GMT ie

max-td
Started this thread Reply With Quote
  #4 (permalink)
 
Riverend's Avatar
 Riverend 
Westlake, Oh
 
Experience: Beginner
Platform: NinjaTrader
Trading: CL
Posts: 356 since Jun 2009
Thanks Given: 1,519
Thanks Received: 220

Here is a site I like. you can get the news, blogs and the days financial releases.

FINVIZ.com - Stock Screener

Reply With Quote
Thanked by:
  #5 (permalink)
iwannatoscript
Budapest
 
Posts: 34 since Jun 2009
Thanks Given: 8
Thanks Received: 3

Every day there a lot of important economic news.

Is it possible draw vertical line, time and information like metatrader plot?

Displaying a News Calendar - MQL4 Articles
File Operations - Standard Functions - MQL4 Tutorial
Working with Files. An Example of Important Market Events Visualization - MQL4 Articles
Fundamental Trader DailyFX CSV MQL4 - MQL4 Code Base

Reply With Quote
  #6 (permalink)
 
sam028's Avatar
 sam028 
Site Moderator
 
Posts: 3,765 since Jun 2009
Thanks Given: 3,825
Thanks Received: 4,629

Yes, you can write an indicator which gets DailyFX CSV file, for example, then parse the downloaded file, and draw vertical lines.
The first step will be something like:
 
Code
                            
System.Net.WebClient Client = new WebClient();
Stream strm Client.OpenRead("http://www.dailyfx.com/calendar/Dailyfx_Global_Economic_Calendar.csv?currentWeek=/events-calendar/2009/0906/&direction=none&collector=allInFolderDateDesc&view=week&timezone=GMT&currencyFilter=|&importanceFilter=|");
    
StreamReader sr = new StreamReader(strm);
    
string line;
    do
    {
        
line sr.ReadLine();
        
//parse line and draw lines...
    
... 

Follow me on Twitter Reply With Quote
Thanked by:
  #7 (permalink)
GolferDude
Las Vegas, NV
 
Posts: 3 since Dec 2009
Thanks Given: 0
Thanks Received: 2

Hi,

I've uploaded a handy calendar tool that I developed and use daily, I thought since the preceding posts had mentioned the use of similar websites, some might find an automated way to retrieve and store this data in excel helpful.

The excel worksheet uses macros to query the "forexpros.com/economic-calendar" website and retrieve the specified "Weekly" economic news events and populate the "Web Query" worksheet.

On the "Web Query" worksheet you place your appropriate time zone offset (i.e. -5 = EST, -8 = PST) in the "G1" cell and the query date in the "H1" cell. You then click on the 'Update Calendar' button and it will retrieve and format the data (highlighting those events not yet reported). It works only on a "WEEKLY" time frame based on Monday being the first day of the week (as set by forexpros.com) so if you place any date other then Monday in cell "H1" it will be updated with the appropriate date for Monday of that week, with Sunday defaulting to Monday as well (my setting).

You also have the ability to automatically store the current data by clicking on the 'Archive Current Web Query' button on the on the "Archive" worksheet. I think that you can go back over a year to build your news reports archival (I've gone back to Dec of 2008 without any problem).

I know that there are many enhancements that could be done and as such the code is available for anyone to improve upon. If you do, please update this thread so that we can all benefit.

Best Regards,
Bryan

Attached Files
Elite Membership required to download: Economic News.xls
Reply With Quote
Thanked by:
  #8 (permalink)
 
Riverend's Avatar
 Riverend 
Westlake, Oh
 
Experience: Beginner
Platform: NinjaTrader
Trading: CL
Posts: 356 since Jun 2009
Thanks Given: 1,519
Thanks Received: 220

FINVIZ.com - Stock Screener
I posted about this site previously. I noticed today they added a Futures tab to their site that is very interesting.

Reply With Quote
  #9 (permalink)
 
roonius's Avatar
 roonius   is a Vendor
 
Posts: 131 since Jun 2009
Thanks Given: 20
Thanks Received: 295

I am trying to develoip some sort off addon for NT.
Anyone want to provide feedback for this?

Maybe later I will post source code also...

Attached Thumbnails
Click image for larger version

Name:	Econews.png
Views:	392
Size:	116.9 KB
ID:	8134  
Attached Files
Elite Membership required to download: TradingStudies.EcoNews.zip
Reply With Quote
Thanked by:
  #10 (permalink)
 
Silvester17's Avatar
 Silvester17 
Columbus, OH
Market Wizard
 
Experience: None
Platform: NT 8, TOS
Trading: ES
Posts: 3,603 since Aug 2009
Thanks Given: 5,139
Thanks Received: 11,527



roonius View Post
I am trying to develoip some sort off addon for NT.
Anyone want to provide feedback for this?

Maybe later I will post source code also...

nice work. I'm waiting for something similar from john thom.

[email protected]: Trading

what I really like about his version is that you can see the actual numbers not just the previous and forecast.

Reply With Quote




Last Updated on March 5, 2010


© 2024 NexusFi™, s.a., All Rights Reserved.
Av Ricardo J. Alfaro, Century Tower, Panama City, Panama, Ph: +507 833-9432 (Panama and Intl), +1 888-312-3001 (USA and Canada)
All information is for educational use only and is not investment advice. There is a substantial risk of loss in trading commodity futures, stocks, options and foreign exchange products. Past performance is not indicative of future results.
About Us - Contact Us - Site Rules, Acceptable Use, and Terms and Conditions - Privacy Policy - Downloads - Top
no new posts