AshFX Daily (EA - MTaboneWeb) (AshFX Daily (EA - MTaboneWeb))
This thread is dedicated to the continued development of the AshFX Daily EA written by me. Please keep in mind that I did not develop the AshFX strategy. Any questions about actual systems should be posted on the original thread. Please use this thread as a place to post positive suggestions, bugs, and general discussion of the EA and its results.
For information and discussion about the AshFX system, see this topic here...
http://www.forexfactory.com/showthread.php?t=91789
Source code (very important):
Poll: Do I have to share my source code?
set up://+------------------------------------------------------------------+ //|Input variables| //+------------------------------------------------------------------+ extern string TradingParameters = "-----------------------------------------------------------------------------"; External double Order01LotSize = 0.20; //Order lot size (if = 0, no order will be placed) extern int MaxDiffFromOpen = 0; //Maximum difference from the open price of the current bar, i.e. not more than 10 pips from the open price if long and vice versa extern bool TakeSSTrades = true; //Make a second strength trade? extern string StopLossParameters = "--------------------------------------------------------------------------------"; extern bool TPBeforePSARTrail = false; //Does stop profit need to be reached before enabling PSAR tracking? extern bool TrailWithPSAR = true; //Take the PSAR value of the previous bar, and update the stop loss if it is beneficial to the transactionextern int Order01TrailStopAmount = 30; //Once the stop profit is hit, the tracking pointextern string EmailParameters = "-------------------------------------------------------------"; extern bool EmailNewOrdersPlaced = false; //Send email whenever an order is placed (even limit and stop orders) extern bool EmailProfitLossSummary = false; //Send profit/loss summary whenever order quantity changes (not counting pending orders) extern string MiscParameters = "------------------------------------------------------------------------"; extern bool DisplayProfitLoss = true; //Display transaction history? extern int order slippage = 3; //How many points can the order change? External int EAMagicNumber = 20080706; //Used to determine the order placed by the EA
//+------------------------------------------------------------------+ //|Revision Notes| //+------------------------------------------------------------------+ /* Version 1.0e: * EA will now only set breakeven when stop loss is negative Version 1.0f: * AO must comply with 2nd intensity trading * Merge 2 orders into 1 (now close half when take profit is reached) * Wait for TP or SL before closing the position through AO (once TP is reached, AO can close the position at any time when the conditions are met) * Added TPBeforePSARTrail (does take profit need to be reached before enabling PSAR tracking?) * Added TrailWithPSAR (gets the PSAR value of the previous bar and updates the stop loss (if it is beneficial for the trade)) * Added Order01TrailStopAmount (track amount once take profit is reached) Version 1.0g (131 downloads): * Added DisplayProfitLoss (display profit/loss on chart comments?) * Added ability to select different timeframes * Bug fixed: if MT4 is closed and reopened, new trades are opened * Email is sent when a new order is placed * Email is sent when the total number of orders changes (pending orders are not counted) Version 1.0h (46 downloads): * Fixed the error of order stop loss being set to 0 when order splitting Version 1.0i (195 downloads): * Fixed bug in version 2.0 where indicators were not read as quickly as possible when restarting MT4: * Fixed bug in profit display midpoint calculation * Fixed email display text issue * Modified key areas to work with real accounts * Live version available Pending additions/changes: * EA's email status * Order modified, closed, deleted, etc.? (We don’t know yet how far we can go) *Management only*Trading only*/ String version = "AshFX AutoTrader v2.0";
- It is extremely important to have MT4 running all week with the charts open and the EA attached. No EA can complete its mission unless everything is running. That's why you need an EA to trade for you.
- The EA can only be run on a demo account. If successful I will release a live version.
- I will try to post at least weekly updated results.
Currently supported brokers:
- all
Here are some of my other topics that may be of interest to you...
"The Pip Nailer" (EA - MTaboneWeb)
AshFX Daily (EA - MTaboneWeb)
DailyHighLow (EA - MtaboneWeb)
GrabMyOrders (EA - MTaboneWeb)
TossUp (EA - MTaboneWeb)
Open EA every week
Special thanks to everyone who has supported and continues to support this EA.
























📦 Summary of post attachments (3)
Below are all the files (3) shared in the reply.
💡 Featured Recommendations
✍️ Latest by the author
- •
- •
- •
- •
- •
- •
📌 Popular topics
- •
- •
- •
- •
- •
- •
- •
- •
🔗 You May Be Interested In
- •
- •
- •
- •
- •
- •