Forex
Google
www.rentasignal.com Metatrader Signals Marketplace

Go Back   Forex Trading > Trading systems > News/Signal Trading

Notices


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 12-27-2006, 04:59 PM
mqldev's Avatar
Member
 
Join Date: Dec 2006
Posts: 59
mqldev is on a distinguished road
Lightbulb News Reader Indicator!

Well, I'm not the creator of this simple indicator but I enhanced it!

The indicator reads a .csv file (you have to place the .csv file in EXPERTS/FILES folder).

And dipsply the news on the chart.

And alerts you 10 minutes (optional) before the news.

The format of the .csv file have to be look like this:

Quote:
08:30;Nonfarm Payrolls
10:00;ISM Manufacturing
Attached Files
File Type: mq4 NewsReader.mq4 (3.8 KB, 849 views)
__________________
Online Expert Advisor Builder
http://www.mqldev.com
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 12-28-2006, 11:00 AM
mqldev's Avatar
Member
 
Join Date: Dec 2006
Posts: 59
mqldev is on a distinguished road
Angry comments??

Quote:
Originally Posted by mqldev
Well, I'm not the creator of this simple indicator but I enhanced it!

The indicator reads a .csv file (you have to place the .csv file in EXPERTS/FILES folder).

And dipsply the news on the chart.

And alerts you 10 minutes (optional) before the news.

The format of the .csv file have to be look like this:
62 views without any comment !
__________________
Online Expert Advisor Builder
http://www.mqldev.com
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 12-28-2006, 12:17 PM
ValeoFX's Avatar
Senior Member
 
Join Date: Jan 2006
Location: Johannesburg, South Africa
Posts: 1,341
ValeoFX is on a distinguished road
How do I attach it to my charts.........

I placed the file in the correct folder, but how do I find it to attach it so that I can evaluate your indicator?

I make use of Smart Clock 2.1 - it is set to tell me precisely when the event occurs and I have set it to 3 minutes before the event. Works very well for me, but I am prepared to look at yours.
__________________
"Risk comes from not knowing what you are doing" The Tao of Warren Buffett.

"Avoiding mistakes, makes people STUPID and having to be RIGHT, makes you OBSOLETE." Robert Kiyosaki.
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 12-28-2006, 12:25 PM
mqldev's Avatar
Member
 
Join Date: Dec 2006
Posts: 59
mqldev is on a distinguished road
Question

Quote:
Originally Posted by ValeoFX
I placed the file in the correct folder, but how do I find it to attach it so that I can evaluate your indicator?

I make use of Smart Clock 2.1 - it is set to tell me precisely when the event occurs and I have set it to 3 minutes before the event. Works very well for me, but I am prepared to look at yours.
Which file you mean? do you mean you placed the indicator in the indicators folder and the "news.csv" in the Experts/Files folder?

You have to fill the news.csv file with the up-to-date news feed with a correct time to get the alert!
__________________
Online Expert Advisor Builder
http://www.mqldev.com
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 12-28-2006, 12:58 PM
Junior Member
 
Join Date: Feb 2006
Posts: 3
Sparks60 is on a distinguished road
NewsReader

Just wanted to say thanks for the newsreader. this will help me for sure to keep track of the news times.
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 12-28-2006, 03:51 PM
Member
 
Join Date: Aug 2006
Posts: 44
traderjai_inhi is on a distinguished road
Can you put an example of the .csv file here? And what exactly is a .csv file? Can I create it using notpad and just make the extension .csv to make it a csv file? I tried this and saved it to the experts folder but it doesnt show up. Is there a certian format suchs as "pair">"time">"news title" so it would read "eurusd 1830 new home sales"? Would I be able to put all news for the week and it will only show the news for the day on the charts?
__________________
J

"Success is a journey, not a destination."
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 01-10-2007, 12:18 PM
fotovat's Avatar
Member
 
Join Date: May 2006
Posts: 79
fotovat is on a distinguished road
How is it if it can plot the news on the past ? ( for backtesting information) current version works only for comming news not past
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 01-10-2007, 01:25 PM
fotovat's Avatar
Member
 
Join Date: May 2006
Posts: 79
fotovat is on a distinguished road
this zip file contains the complete 2006 calendar in csv format
Attached Files
File Type: zip ff2006.zip (27.1 KB, 336 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
  #9 (permalink)  
Old 01-10-2007, 01:35 PM
mqldev's Avatar
Member
 
Join Date: Dec 2006
Posts: 59
mqldev is on a distinguished road
Lightbulb Drawing the news on the chart!

Drawing the news on the chart was a raised idea on forexfactory but they banned me before even discussing it!

I think here's a safe place to create the best news indicator together! But I can not promise that version 2 will draw the new on the chart! Maybe version 3 does!

Version 2 will read the format of forexfactory calendar so you can use the NewsGenerator indicator to get up-to-date Forex news from forexfactory and read them into NewsReader V2!
__________________
Online Expert Advisor Builder
http://www.mqldev.com
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 01-10-2007, 02:42 PM
fotovat's Avatar
Member
 
Join Date: May 2006
Posts: 79
fotovat is on a distinguished road
Welcome

Thanks alot, Mmmmm I really like to have news time in the past not only in future for analysing the past market actions,

It's a sample image
Attached Images
File Type: gif 1.gif (13.1 KB, 2006 views)

Last edited by fotovat; 01-10-2007 at 02:49 PM.
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
news indicator


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
Forexfactory and News indicator MiniMe General Discussion 8 05-22-2007 12:42 PM
News Indicator MiniMe Metatrader 4 2 03-27-2007 10:27 AM
news indicator forextrend Metatrader 4 1 02-13-2007 09:07 AM
News EA BlackDawn News/Signal Trading 9 01-21-2007 11:14 AM
CSV reader! codersguru Tools and utilities 3 05-30-2006 11:16 PM


All times are GMT. The time now is 10:20 AM.



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