Forex



Go Back   Forex Trading > Trading systems > News/Signal Trading
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
  #31 (permalink)  
Old 01-26-2008, 09:43 PM
syedks's Avatar
Junior Member
 
Join Date: Dec 2007
Location: London
Posts: 28
syedks is on a distinguished road
Quote:
Originally Posted by igorad View Post
Try to use slightly different function TimetoOpen()(from NewsTrader) in your EA:

bool TimeToOpen()
{
bool result = false;
for (int i=0; i<=NewsNum; i++)
{
datetime OpenTime = dt[i] - TimeGap*60; //ex. 2h = 120

if((TimeCurrent() < OpenTime && TimeCurrent() >= OpenTime+TimeGap*60))
{result=true; break;}
}
return(result);
}

Сall of this function you should place in the main condition of orders opening.

Ex. if (MA1>MA2.... && TimeToOpen()) ...
Thanks tons mate. I really appritiate it. Now I am getting closer...
one point though, which EA should I use to get the whole code of downloading the news and reading the time etc? I tried copying code from Forex Calendar indicator but webget was taking longer to download the file ... thanks
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
  #32 (permalink)  
Old 01-29-2008, 12:36 PM
Junior Member
 
Join Date: Jan 2008
Posts: 16
moninoel is on a distinguished road
TimeToOpen

Quote:
Originally Posted by syedks View Post
Thanks tons mate. I really appritiate it. Now I am getting closer...
one point though, which EA should I use to get the whole code of downloading the news and reading the time etc? I tried copying code from Forex Calendar indicator but webget was taking longer to download the file ... thanks

I think, this TimeToOpen() function by Igorad (to read news time from forexCalender), if integrate properly to any EA, will be very important for any EA to stop trading during high impact news time. Thanks Igorad

Noel
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
  #33 (permalink)  
Old 02-22-2008, 12:54 AM
pjo pjo is offline
Senior Member
 
Join Date: Jul 2007
Posts: 150
pjo is on a distinguished road
Quote:
Originally Posted by newdigital View Post
Yes, but it is necessary to code (by coders).



I like more SignalTrader EA (posted on this thread as well). Because this EA is refreshing every 1 minutes, or 5 minutes (adjustable) searching for new trading signals. I tested this EA for few months and it works fine: i opened the orders at home manually in my Metatrader and SignalTrader EA attached to remote computer took this signals and opened same orders almost in the same time. So, I need just open the order from everywhere and EA (attached to any Metatrader to any other PC in different internet location) will open the orders as well and will process the orders by sl, tp, breakeven, filters and so on.
Hi Newdigital,

The latter part above, how do I set the NewsSignal EA to do the same, in other words, " opened the orders at home manually in my Metatrader and SignalTrader EA attached to remote computer took this signals and opened same orders almost in the same time."
Is this done automatically or manually ?

pjo

-----------------------
edited

Who sends the trading signal to SignalTraderEA ?
Or how these trading signals are generated ?

Last edited by pjo; 02-22-2008 at 01:05 AM. Reason: added
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
  #34 (permalink)  
Old 02-22-2008, 01:11 AM
pjo pjo is offline
Senior Member
 
Join Date: Jul 2007
Posts: 150
pjo is on a distinguished road
News Trader EA

From Newdigital post on NewsTraderEA:

NewsTrader EA
1. View the calendars.
2. Registration.
Please note: you do not need to register on this tool Forex-Tsd Calendar :: Calendars if you want to trade the news. Just attaching NewsTrader EAs to the chart may be enough!

"if you want to trade the news" what does this mean ?
Please elaborate in detail.
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
  #35 (permalink)  
Old 02-22-2008, 10:51 AM
Administrator
 
Join Date: Sep 2005
Posts: 20,058
Blog Entries: 241
newdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud of
Quote:
Originally Posted by pjo View Post
From Newdigital post on NewsTraderEA:

NewsTrader EA
1. View the calendars.
2. Registration.
Please note: you do not need to register on this tool Forex-Tsd Calendar :: Calendars if you want to trade the news. Just attaching NewsTrader EAs to the chart may be enough!

"if you want to trade the news" what does this mean ?
Please elaborate in detail.
It was described in this thread. NewsTrader EA posted on this thread is public one. I am forward testing it for many months already in elite section. It is very advanced version.
More professional version is #6 posted in elite section (you can select different settings for every news event and EA will change the settings automatically).
But if you never traded the news events so it will be very difficult for you to start. Because it is very difficult to trade the news even for very professional news analysists.
Check elite section thread.


Quote:
Originally Posted by pjo View Post
Hi Newdigital,

The latter part above, how do I set the NewsSignal EA to do the same, in other words, " opened the orders at home manually in my Metatrader and SignalTrader EA attached to remote computer took this signals and opened same orders almost in the same time."
Is this done automatically or manually ?

pjo

-----------------------
edited

Who sends the trading signal to SignalTraderEA ?
Or how these trading signals are generated ?
I sent. I will continue. It is something related to signal calendar. There is one post in this thread about his to create signal calendar. So, everyone can send the signals and invite the members to trade those signals by SignalTrader EA. It can be private (by invitation) or public.
Read this thread from the beginning.

Last edited by newdigital; 02-22-2008 at 10:53 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
  #36 (permalink)  
Old 02-23-2008, 02:21 PM
fxfariz36's Avatar
Senior Member
 
Join Date: Aug 2007
Location: at trading room
Posts: 156
fxfariz36 is on a distinguished road
Quote:
Originally Posted by pjo View Post
From Newdigital post on NewsTraderEA:

NewsTrader EA
1. View the calendars.
2. Registration.
Please note: you do not need to register on this tool Forex-Tsd Calendar :: Calendars if you want to trade the news. Just attaching NewsTrader EAs to the chart may be enough!

"if you want to trade the news" what does this mean ?
Please elaborate in detail.

i have some question here...

if i wanna trade the news...
did i still view forex calender or i just attach Newstrader EAs to my MT4..
isn;t like that or how..

need some further information from u masta...

P/S : sorry my english broken...
__________________
Technical Trader
please teach me how to trade like you

[center]
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
  #37 (permalink)  
Old 02-23-2008, 02:41 PM
Administrator
 
Join Date: Sep 2005
Posts: 20,058
Blog Entries: 241
newdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud of
Everything is written on this thread.
Indicator (and EA) works when market is open. Try it on Monday.
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
  #38 (permalink)  
Old 02-24-2008, 02:09 AM
fxfariz36's Avatar
Senior Member
 
Join Date: Aug 2007
Location: at trading room
Posts: 156
fxfariz36 is on a distinguished road
Quote:
Originally Posted by newdigital View Post
Everything is written on this thread.
Indicator (and EA) works when market is open. Try it on Monday.

thankz masta...
i will try on tomorrow morning...
thankz again..
__________________
Technical Trader
please teach me how to trade like you

[center]
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
  #39 (permalink)  
Old 02-25-2008, 03:56 AM
fxfariz36's Avatar
Senior Member
 
Join Date: Aug 2007
Location: at trading room
Posts: 156
fxfariz36 is on a distinguished road
Quote:
Originally Posted by newdigital View Post
Everything is written on this thread.
Indicator (and EA) works when market is open. Try it on Monday.
masta new digital...
it's look like does'nt work....
can u help me masta to solve my prob...

thank you masta...

__________________
Technical Trader
please teach me how to trade like you

[center]
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
  #40 (permalink)  
Old 02-25-2008, 10:29 AM
Administrator
 
Join Date: Sep 2005
Posts: 20,058
Blog Entries: 241
newdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud of
It works.
I think it is something wrong with your settings:

gbpusd2.jpg

And look at this post also http://www.forex-tsd.com/115941-post7.html

Quote:
4. Files.
There are 3 files:
- NewsTrader_v5.3 EA;
- WebGet.mqh (get it from the other post of this thread);
- WebGet.dll (get it from the other post of this thread).
gbpusd1.jpg
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, news trading, newstrader, NewsTrader_v5.3, trading, WebGet.dll, WebGet.mqh


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
Trading signals and recommendations newdigital Documentation 179 10-08-2009 03:52 AM
Trading Signals Discussion junglelion Analytics 4 08-10-2007 12:17 PM


All times are GMT. The time now is 08:32 AM.



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