Forex
Google
New signals service!

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


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 Thread Tools Display Modes
  #1 (permalink)  
Old 08-22-2006, 09:37 PM
leutzuro's Avatar
Senior Member
 
Join Date: Jan 2006
Posts: 318
leutzuro is on a distinguished road
Exclamation NEWS EA Modify Request

Please i have this news EA and works with system from www.amazingforexsystem.com
Im not sure if the ea works on LIVE accoun because i dont test it yet
I use it only on demo and works great and is very easy
But from what i hear i think we need to add spread because for example on northfinance if ea place order to buy at 1.2008 my position will be open at 1.2006 and here is the problem because the spread and the ea should be place order + spread and stop loss -spread, -spread for sell + spread for stop loss.
Also what i dont know for what is used risk percent from the ea and maybe someone can explain
Another problem i think is better the EA to know when is requote to cancel the orders because sometimes some brokers make requote and you enter on the news with +10+30 pips and is to late. I think is better to be there someting in menu to add true if i want to use requote or false if i dont want to use.
Also i want to work with minilots and normal lots 0.01, 0.1 and 1 , etc.
Please some coder can modify the ea to work on live account or if you think works can you add the request for the EA?

I atach the ea + txt for ea seting
Best regards
Happy trading
Attached Files
File Type: mq4 newstrading.mq4 (20.9 KB, 238 views)
File Type: txt ea.txt (941 Bytes, 235 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 08-23-2006, 02:12 AM
Foreverold's Avatar
Senior Member
 
Join Date: Oct 2005
Posts: 256
Foreverold is on a distinguished road
What you posted is the Amazing EA.

If you do not want the EA to calculate the lots to be traded change mm=false

then change Lots to reflect the amount of lots you wish to trade
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 08-23-2006, 07:24 AM
leutzuro's Avatar
Senior Member
 
Join Date: Jan 2006
Posts: 318
leutzuro is on a distinguished road
Quote:
Originally Posted by Foreverold
What you posted is the Amazing EA.

If you do not want the EA to calculate the lots to be traded change mm=false

then change Lots to reflect the amount of lots you wish to trade
Thanks
Also for requote,spread, anyone can help?(read my first post)
Thanks

Last edited by leutzuro; 08-23-2006 at 10:39 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 08-23-2006, 11:57 AM
leutzuro's Avatar
Senior Member
 
Join Date: Jan 2006
Posts: 318
leutzuro is on a distinguished road
Quote:
Originally Posted by leutzuro
Please i have this news EA and works with system from www.amazingforexsystem.com
Im not sure if the ea works on LIVE accoun because i dont test it yet
I use it only on demo and works great and is very easy
But from what i hear i think we need to add spread because for example on northfinance if ea place order to buy at 1.2008 my position will be open at 1.2006 and here is the problem because the spread and the ea should be place order + spread and stop loss -spread, -spread for sell + spread for stop loss.
Also what i dont know for what is used risk percent from the ea and maybe someone can explain
Another problem i think is better the EA to know when is requote to cancel the orders because sometimes some brokers make requote and you enter on the news with +10+30 pips and is to late. I think is better to be there someting in menu to add true if i want to use requote or false if i dont want to use.
Also i want to work with minilots and normal lots 0.01, 0.1 and 1 , etc.
Please some coder can modify the ea to work on live account or if you think works can you add the request for the EA?

I atach the ea + txt for ea seting
Best regards
Happy trading
Any help please? i want to use on live account and i will give the results here
Trading account 20.000$ Live
But the EA should be modified:P
Thanks again
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 08-23-2006, 12:27 PM
Senior Member
 
Join Date: Mar 2006
Posts: 787
Maji is on a distinguished road
The spread is already included in the system. See the code snippet.

Code:
   sp=Ask-Bid;
   ho=h+sp+(10)*Point;
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 08-23-2006, 08:06 PM
leutzuro's Avatar
Senior Member
 
Join Date: Jan 2006
Posts: 318
leutzuro is on a distinguished road
Quote:
Originally Posted by Maji
The spread is already included in the system. See the code snippet.

Code:
   sp=Ask-Bid;
   ho=h+sp+(10)*Point;
ok thanks but im not a coder to understand what is goin on there on the ea and for that i ask to be sure the EA will works on live account.
I dont know how the psread is included if the order is open with 2 pips less than the normal entry
for example order is 1.2008 and is open at 1.2006
thanks and i hope to have some help + with the requote problem
Best regards
Happy trading
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 08-23-2006, 08:49 PM
Senior Member
 
Join Date: Mar 2006
Posts: 787
Maji is on a distinguished road
I am not sure if I understand you correctly.

From my understanding, here is an explanation. The price displayed by MT4 is the bid prices. So, if the spread is 2 pips, and the buy stop is at 1.2008, the buy stop will be triggered when the bid is at 1.2006, the price you are seeing on the screen.

Please correct me if I am misunderstanding you.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 08-23-2006, 09:11 PM
leutzuro's Avatar
Senior Member
 
Join Date: Jan 2006
Posts: 318
leutzuro is on a distinguished road
Quote:
Originally Posted by Maji
I am not sure if I understand you correctly.

From my understanding, here is an explanation. The price displayed by MT4 is the bid prices. So, if the spread is 2 pips, and the buy stop is at 1.2008, the buy stop will be triggered when the bid is at 1.2006, the price you are seeing on the screen.

Please correct me if I am misunderstanding you.
Yes you understand coectly my order open buy stop at 1.2008 and the buy will be tigered at 1.2006 because of the spread, i talck about northfinance and i dont know how is on another broker with live acount
Best regards
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 08-24-2006, 09:39 PM
Member
 
Join Date: Jul 2006
Posts: 28
ah_elewely is on a distinguished road
plz how i can change stoploss

and thANKS ABOUT EXPERTS
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 08-24-2006, 09:49 PM
Senior Member
 
Join Date: Mar 2006
Posts: 787
Maji is on a distinguished road
Please spend some time and try to understand what the EA does. Don't just jump in blindly with an EA to trade. I believe, unless I am mistaken, the EA uses the high and low of the channel as its stops. In order to use a fixed pip stop, one will have to modify the code.
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 Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Plz modify kevmcfoster Suggestions for Trading Systems 6 01-01-2007 11:34 PM
Need help to modify this EA alpin Expert Advisors - Metatrader 4 1 11-27-2006 11:13 AM
How to modify this order deeforex Questions 0 06-07-2006 06:03 PM


All times are GMT. The time now is 07:49 AM.



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