View Single Post
  #15 (permalink)  
Old 08-26-2006, 09:44 AM
mamba22 mamba22 is offline
Junior Member
 
Join Date: Jan 2006
Posts: 10
mamba22 is on a distinguished road
Simple-MACD-EA version v1.4

This is the last version of EA.

Tuturo has done a few changes and improvements:

1. Added static stop loss parameter. I know this will affect the profit, but I need to know that I am not going to be wiped out if my internet connection stops. You can still set it to zero to disable it.
2. Changed the magic number and order comment to be different from the Pivot Magic EA
3. Updated the comment headers on the functions to reflect their true nature.
4. Introduced BUY_ORDER and SELL_ORDER constants for readability.
5. Used the MAGIC number in order selection so that the EA only operates on it's own orders.
6. Outputs the error description if an order fails to send, rather than the errror number.
7. Removed rendundant if statement in the last few lines.

BTW, I abandoned it due to the large losses.
Attached Files
File Type: mq4 EA_SimpleMACD_v1.4.mq4 (10.7 KB, 1156 views)
Reply With Quote