Thread information:This thread is dedied to the development of the FX Daily EA which I wrote. Please be aware that the FX egy wasn't developed by me. Any queries concerning the actual system should be handled on forexmoments thread. Please use this thread as a place to post bugs positive suggestions, and overall discussion of the EA and the results of it.
For information and discussion of the FX system please refer to this thread ...
https://www.forexsoutheast.asia/fore...al-2008-a.html
I was asked to start my own thread and therefore I'd like to keep this thread concerning the EA I've developed. I wouldn't like to start mixing different versions of EAs written by several others. Hopefully in doing this that I shall implement all the ideas and of a single mind and we stay on course that I will for the EA improve the system that is initial and remain true about where it came out. New EAs could be written for ideas so let's stay on course for each.

Source Code (Very Important):Poll: Do I have to share my source code?Want a version that'll work on live and demo accounts?
Send me an email: Preferences:
Inserted Code // ------------------------------------------------------------------ //| Input variables | // ------------------------------------------------------------------ extern string TradingParameters = ------------------------------------------------------------; extern dual Order01LotSize = 0.20; //Order lot size (Not placed if = 0) extern int MaxDiffFromOpen = 0; //Maximum gap from the start of the current bar, i.e. no higher than 10 pips greater from open if extended and vice versa extern bool TakeSSTrades = true; //Require instant advantage trades? Extern string StopLossParameters = ------------------------------------------------------------; extern bool TPBeforePSARTrail //Can take profit have to be achieved before PSAR trailing is enabled? Extern bool TrailWithPSAR = true; / / /Require the worth of the previous bar's PSAR and upgrades stop loss if beneficial to trade extern int Order01TrailStopAmount = 30; //Pips to trail once take profit is hit extern string EmailParameters = ------------------------------------------------------------; extern bool EmailNewOrdersPlaced = false; //Send email whenever an order is set (even limit and stop orders) extern bool EmailProfitLossSummary = false; //Send profit/loss summary anytime order count varies (doesn't count pending orders) extern string MiscParameters = ------------------------------------------------------------; extern bool DisplayProfitLoss = true; //Screen history of trades? Extern int OrderSlippage = 3; / many pips will the order placement vary? Extern int EAMagicNumber = 20080706; //Used to determine orders set by this EA Revision Notes:
Inserted Code // ------------------------------------------------------------------ //| Revision notes | // ------------------------------------------------------------------ /* Version 1.0e: * EA will now only set to break even if baldness is damaging to order Version 1.0Id: * AO must comply on second strength transactions * Combined 2 orders to 1 (now closes half when take profit is hit) * Wait for TP or SL before closure with AO (Once TP is struck AO can close trade anytime when standards is hit) * TPBeforePSARTrail additional (Does take profit have to be achieved before PSAR trailing is permitted?) * TrailWithPSAR additional (take the worth of the previous bar's PSAR and upgrades stop loss if beneficial to trade) * Order01TrailStopAmount additional (amount to trail once take profit is hit) Version 1.0g (131 downloads): * DisplayProfitLoss additional (Screen Profit/Loss on Chart remarks?) * Added ability to select different time frames * Fixed bug: opens new trades when MT4 is closed and reopened * Send E-mail when new orders are placed * Send E-mail when order total changes (doesn't count pending orders) Version 1.0h (46 downloads): * Fixed bug where order stop loss becomes set to 0 when order is split Version 1.0I (195 downloads): * Fixed bug where indiors where not being read soon enough when restarting MT4 Version 2.0: * Fixed bug with pip calculation on profit screen * Fixed problem with E-mail display text * Modified key regions to work with live accounts * Live version made available Pending additions/changes: * E-mail status of EA * Order modified, closed, deleted, etc.? (Not Certain how far to go just yet) * Handle only * Put trades just */ string Version = FX AutoTrader v2.0; Special Notes: It is significant that MT4 run all week with all the charts available and EA attached. No more EA can do everything unless everything is operating. That is why you have an EA. The EA will only operate on demo accounts. In case it pans out to be some thing, I'll release a live model. I will try to post updates at least of the results. Currently supported brokers:All Below are a few of my other threads you might find intriguing...

The Pip Nailer (EA - MTaboneWeb)

DailyHighLow (EA - MTaboneWeb)
GrabMyOrders (EA - MTaboneWeb)
TossUp (EA - MTaboneWeb)
Weekly Open EA

A special thanks to those who have endorsed this EA and continue to encourage it.