Forex
Google

Go Back   Forex Trading > Trading systems > News/Signal Trading
Forex Forum Register FAQ Members List Calendar Today's Posts


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 (18) Thread Tools Display Modes
  #11 (permalink)  
Old 08-13-2007, 03:58 PM
micoyoshic's Avatar
micoyoshic micoyoshic is offline
Junior Member
 
Join Date: Oct 2005
Posts: 2
micoyoshic is on a distinguished road
Using the Forex-Tsd Calendar indicator to avoid trading during the News time

How can use the Forex-Tsd Calendar indicator to avoid trading during the News time in an existing expert?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #12 (permalink)  
Old 11-06-2007, 10:52 AM
drgoodvibe drgoodvibe is offline
Senior Member
 
Join Date: Dec 2005
Location: Null
Posts: 534
drgoodvibe is on a distinguished road
have I mentioned lately how much i love love the news indicator? Thank you all those who helped in it's creation.
__________________
Metatrader 4 - EA Live and Demo Hosting Solutions http://www.omegasupreme.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #13 (permalink)  
Old 11-06-2007, 12:15 PM
newdigital newdigital is online now
Administrator
 
Join Date: Sep 2005
Posts: 15,230
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 micoyoshic View Post
How can use the Forex-Tsd Calendar indicator to avoid trading during the News time in an existing expert?
Yes, but it is necessary to code (by coders).

Quote:
Originally Posted by drgoodvibe View Post
have I mentioned lately how much i love love the news indicator? Thank you all those who helped in it's creation.
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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #14 (permalink)  
Old 11-27-2007, 03:03 PM
cybertec cybertec is offline
Junior Member
 
Join Date: Nov 2007
Posts: 1
cybertec is on a distinguished road
Question Sending signal for email

How to send signal to email?

Please help me.......

I want to make forum free signal for everyone.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #15 (permalink)  
Old 11-27-2007, 03:21 PM
newdigital newdigital is online now
Administrator
 
Join Date: Sep 2005
Posts: 15,230
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
Thread about email is here Email
Your indicator can send email to some autoresponder and to final customer ...

Or you can use SignalTrader. But SignalTrader is not sending emails. This EA is sending your signal from your metatrader to any other Metatrader irrespective of locations.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #16 (permalink)  
Old 12-05-2007, 12:01 PM
retina retina is offline
Junior Member
 
Join Date: Jun 2006
Posts: 2
retina is on a distinguished road
webget.dll error 126

Hi
I try to set NewsTrader v5.3 in both northfinance and liteforex on VPS microsoft server 2003.

I sure copy webget.dll to \libraries and webget.dll to \include. After that I run EA it show error 126 cannot load library. How I fix this error?

Thanks

Retina
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #17 (permalink)  
Old 12-05-2007, 03:09 PM
newdigital newdigital is online now
Administrator
 
Join Date: Sep 2005
Posts: 15,230
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 retina View Post
Hi
I try to set NewsTrader v5.3 in both northfinance and liteforex on VPS microsoft server 2003.

I sure copy webget.dll to \libraries and webget.dll to \include. After that I run EA it show error 126 cannot load library. How I fix this error?

Thanks

Retina
I think Allow DLL import and Allow external experts import should be on in Tools menu of Metatrader and in EA's settings as well.

And

Code:
- Place NewsTrader_v5.3 EA file 
to \experts folder (for example: C:\Program Files\Metatrader4\experts).
- Place WebGet.mqh file to \include folder 
(for example: C:\Program Files\Metatrader4\experts\include). 
- Place WebGet.dll file to \libraries folder 
(for example: 
C:\Program Files\MetaTrader4\experts\libraries).
It is some forward testing results with "nfp settings".

And you can use my calenday (ID=4).
Attached Images
File Type: gif NewsTradernfp53.gif (4.6 KB, 859 views)
Attached Files
File Type: htm NewsTradernfp53.htm (150.8 KB, 95 views)

Last edited by newdigital : 12-05-2007 at 03:31 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #18 (permalink)  
Old 12-07-2007, 04:36 AM
retina retina is offline
Junior Member
 
Join Date: Jun 2006
Posts: 2
retina is on a distinguished road
still webget.dll error on windows server

Quote:
Originally Posted by newdigital View Post
I think Allow DLL import and Allow external experts import should be on in Tools menu of Metatrader and in EA's settings as well.

And

Code:
- Place NewsTrader_v5.3 EA file 
to \experts folder (for example: C:\Program Files\Metatrader4\experts).
- Place WebGet.mqh file to \include folder 
(for example: C:\Program Files\Metatrader4\experts\include). 
- Place WebGet.dll file to \libraries folder 
(for example: 
C:\Program Files\MetaTrader4\experts\libraries).
It is some forward testing results with "nfp settings".

And you can use my calenday (ID=4).
I recheck my setting but it correct and still error on windows server.I try to move to my pc ..it work fine.

I wonder when news come and mt4 pending order why pending order deleted so fast.

Do you have a thread for how newstrader work?

Retina
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #19 (permalink)  
Old 12-07-2007, 06:43 AM
newdigital newdigital is online now
Administrator
 
Join Date: Sep 2005
Posts: 15,230
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 depends on the settings in EA: you can select 10 minutes, or 15 minutes ... or opposote orders can be deleted later ... it depends on the settings.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #20 (permalink)  
Old 01-03-2008, 10:08 AM
ruparaw ruparaw is offline
Senior Member
 
Join Date: Aug 2006
Posts: 124
ruparaw is on a distinguished road
Quote:
Originally Posted by newdigital View Post
I think Allow DLL import and Allow external experts import should be on in Tools menu of Metatrader and in EA's settings as well.

And

Code:
- Place NewsTrader_v5.3 EA file 
to \experts folder (for example: C:\Program Files\Metatrader4\experts).
- Place WebGet.mqh file to \include folder 
(for example: C:\Program Files\Metatrader4\experts\include). 
- Place WebGet.dll file to \libraries folder 
(for example: 
C:\Program Files\MetaTrader4\experts\libraries).
It is some forward testing results with "nfp settings".

And you can use my calenday (ID=4).
NG,

I am now testing on demo your NewsTrader_v5.3 EA. May i know why the default filter (news impact) setting max = min = 3(high impact). What will happend if i change the min to 2 (medium). Anyway i will see what will happend in upcoming medium news at 09:15:00 PM(gmt + 8) "USD ADP Total Nonfarm Employment Change" after chaging the setting min to 2 now.

Thanks for knowing this facilities...

Last edited by ruparaw : 01-03-2008 at 10:13 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB 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/news-signal-trading/7759-indicators-eas-news-trading-signals.html
Posted By For Type Date
¡ÚMT4¡ÛMetaTrader Part10¡Ú¥á¥¿¥È¥ì¡¼¥À¡¼¡Û - MetaTrader¤Þ¤È¤áWiki This thread Refback 06-11-2008 01:02 PM
pion3779485's bookmarks tagged with This thread Refback 06-10-2008 08:00 PM
Diskuzní fórum Financnik.cz This thread Refback 03-06-2008 09:11 AM
Diskuzní fórum Financnik.cz This thread Refback 03-06-2008 04:45 AM
Diskuzní fórum Financnik.cz This thread Refback 03-05-2008 02:01 PM
Diskuzní fórum Financnik.cz This thread Refback 03-05-2008 01:10 PM
Diskuzní fórum Financnik.cz This thread Refback 03-05-2008 10:53 AM
Diskuzní fórum Financnik.cz This thread Refback 03-05-2008 08:04 AM
Diskuzní fórum Financnik.cz This thread Refback 03-05-2008 07:57 AM
Diskuzní fórum Financnik.cz This thread Refback 03-05-2008 07:56 AM
pion3779485's bookmarks on del.icio.us This thread Refback 03-03-2008 05:29 PM
» Indicators/EAs for news and trading signals - Forex Trading This thread Pingback 02-26-2008 12:47 PM
shez_78's bookmarks on del.icio.us This thread Refback 01-26-2008 08:38 PM
FF Calendar Indicator for MT - Page 16 This thread Refback 10-30-2007 02:48 PM
FF Calendar Indicator for MT - Page 16 This thread Refback 08-15-2007 12:18 AM
FF Calendar Indicator for MT - Page 16 This thread Refback 08-10-2007 03:18 PM
FF Calendar Indicator for MT - Page 16 This thread Refback 08-09-2007 12:02 PM
FF Calendar Indicator for MT - Page 16 This thread Refback 08-09-2007 09:25 AM

Similar Threads
Thread Thread Starter Forum Replies Last Post
Trading signals and recommendations newdigital Documentation 134 05-19-2008 01:41 AM
Trading Signals Discussion junglelion Analytics 4 08-10-2007 11:17 AM


All times are GMT. The time now is 09:47 AM.