Well, as promised here is the MetaTrader 4 Expert Advisor code for the DayBreakTrail Strategy. However, please take very important note of the following:
DISCLAIMER!
I am in no way responsible or liable
for any losses you may incur with the use of this code.
Use at your own risk!
Consider this code as a BETA version, as it has never been tested in any other environment but my own. Use it only on a Demo Account for now. If you are bold enough to risk using it on a live account, you assume all the risk. If you encounter any bugs, please feel free to report them to me using Private Message or e-Mail. DO NOT POST BUG REPORTS HERE ON THE THREAD. This thread is for discussing the strategy and/or the general use of the EA, but not for reporting bugs.
Now, back to the fun stuff! This EA uses Market Orders and not Pending orders. This means that it does not need to compensate for the average spread on the High breakout, because it monitors the Bid price for breakouts and automatically compensates for opening slippage. With this EA, you can also run the PARMAR-1P strategy but it is unable to run the PARMAR-3P.
EDIT: The latest update I made to the downloadable ZIP archive, now contains a PDF document describing all the parameter settings for the EA. The latest version of the EA also now automates the identification of the Opening Session Hour.
NB! Use a H1 Chart and attach the EA to it. All the parameter settings are stored in Global Variables. Once the EA has been assigned to a chart, any changes you wish to make to the parameters, have to be made to the Global Variables, even if you remove and later add the EA again, even if you close and later reopen MetaTrader, even if your PC crashes, you will always need to make the changes to the Global Variables (Press F3) for that specific symbol and timeframe (H1 Chart).
OK! So have some fun playing around with the EA in the Strategy Tester (or Demo Account) and discovering all the parameters.
DayBreakTrail (Version 1.013) - DayBreakTrail.v1.013.zip (284 KB)
EDIT: Updated EA to Version 1.013 for automated Session Open Hour, and added PDF documentation on parameter settings.