piperomia,
You're welcome.
Don
You're welcome.
Don
How to Correctly BackTest, Collect Data, and Analyze A System 13 replies
How much historical data needed to backtest day trading system 0 replies
Visual backtest result different from non-visual backtest 0 replies
data needed to backtest system 1 reply
How to backtest system with past data? 8 replies
DislikedThere was an indicator made (Sentinal_index). It did not keep updated correctly on the charts. After the thread died, I asked if that could be fixed. I doubt anyone would be successful in using the original indicator unless they manually switched timeframes back and forth to have to manually refresh the indicator. The fixed indiactor Kevin provided did update correctly (Sentinal_Revised), but the line on the indicator appearance was wrong. I fixed the problem and posted a new indicator (Sentinel_Revised2), as well as a couple in-progress stuff - an indicator to show NFP \"colling down period\" start and stop, highest high and lowest low. It would be put on each individual chart for all 6 pairs. The highest high and lowest low are not correct, and would have to be fixed to be reliable. The EA has the basic rules in buy and sell, but closebuy and closesell are not finished. As I've said before, unless someone can fix the NFP_Sentinel_Don indicator, then the only thing we can reliably use is the Sentinel_Revised2 indicator, and the system must be traded manually.
DonIgnored
DislikedHello Disbellj,
I can try get this done for you, Please post the exact instructions you want done. Be as specific as possible. Also, include all indicators and other items in the one post you make.
I know you have indicated that the items are in other posts but please put everything in one post. It will make it a lot easier.
Regards,
JeffIgnored
Dislikedno such easy way to profit using indicators. grow up and learn the hard wayIgnored
DislikedHi guys! The Kevin_E
didn't update the first post. Pls share or send by PM last versions of indicators and template for system! Thanks! Using Index its really niceIgnored
Dislikedno such easy way to profit using indicators. grow up and learn the hard wayIgnored
extern bool ShowLastMonth = false;
extern double MonthOffset = 0;
extern string OA = "Override Automatic NFP Start/End Dates";
extern bool OA.Override_AutoDates = false;
extern string OA.NFP_Start = "Default: 8:30AM EST 1st Friday of the month, when NFP released";
extern datetime OA.NFP_StartTime = D'2008.12.05 15:30:00';//8:30 AM EST 1st Friday of the month, when NFP released
extern string OA.NFP_End = "Default: 00:00 EST Monday Midnight (11:00 PM Sunday Central time)";
extern datetime OA.NFP_EndTime = D'2008.12.08 07:00:00';//00:00 EST Monday (Midnight? which would be 11:00 PM Sunday Central time?)
extern datetime OA.NFP_LastStartTime = D'2008.11.07 15:30:00';//8:30 AM EST 1st Friday of the month, when NFP released
extern datetime OA.NFP_LastEndTime = D'2008.11.10 07:00:00';//00:00 EST Monday (Midnight? which would be 11:00 PM Sunday Central time?)
Happy New Year!
DislikedHi disbellj,
Thanks for all the hard work. Could I ask what you mean by 336 SMA (also 7 day SMA)? Does that mean you have 2 MA lines? Do you set the SMA lines to the closing price or?
I am testing this system. Let me know what needs to be fixed. I wrote an EA according to Rob Booker's idea and automated it but the profits were not consistent. I tried tweaking with my own ideas but it is still crappy - losing too much and missing a lot of nice trends.
Happy 2009!Ignored
DislikedThis is the best I could do at fixing the indicator and EA. I'm using this on FXDD. If someone knows how to correctly build and optimize the code, it would be much welcome. However, the indicators and EA may be able to be used in an automated way right now, but certainly can be used in a manual way to test Kevin's strategy.
DonIgnored
DislikedYes, there is a 336 SMA on each pair's chart, and ALSO a 7-day SMA on the Sentinel indicator in a separate indicator window. When figuring out what "7-day" SMA means on a M30 chart, we know there are 24 hours in a day, so there are 48 half-hours in a day. 48 x 7 days = 336. So both SMAs are 336.Ignored
DislikedI am automatically setting the start times in the NFP indicator, but not doing it with arrays because I don't know how to. I then used iBarShift and don't think it's using the correct bars (off by one?). I have combined the NFP indicator with the EA (not posted), and see that the objects are not updating correctly (probably because not arrays) when backtesting. Kevin's money management needs added instead of mine (or in addition to mine, so the user can choose which to use). I've noticed that the W1 highest highs and lowest lows for the NFP "cooling...Ignored
DislikedThere are a lot of nice trends it does not catch, but plenty it keeps us out of too. Is it more or less profitable than just using Sentinel indicator alone without the extra rules? I don't know. I know both are very profitable lately. I wouldn't have even come to this thread except a friend TRO told me about this thread and said it was very close to what I had already made 2000 pips in a couple weeks doing. This just adds more rules, but may help protect us better. I think money management is going to be as important as anything else. I like the...Ignored
DislikedMany possibilities. T101 has a record of 16,000 pips in one week with his strategy, and like he says, locking the profit in is what makes it as successful as it is (plus he's trading 14 pairs on each account, and trading two accounts, all simultaneously, and I would too if I could get the entry and exit rules down for his system).
DonIgnored
DislikedCould someone please explain to me about these files and what they do:
I understand that the NFP_Sentinel_EA_Revised.mq4 is the EA.
[php]extern bool ShowLastMonth = false;
extern double MonthOffset = 0;
extern string OA = "Override Automatic NFP Start/End Dates";
extern bool OA.Override_AutoDates = false;
extern string OA.NFP_Start = "Default: 8:30AM EST 1st Friday of the month, when NFP released";
extern datetime OA.NFP_StartTime = D'2008.12.05 15:30:00';//8:30 AM EST 1st Friday of the month, when NFP released
extern string OA.NFP_End = "Default:...Ignored
DislikedDon
This looks bloody impressive, suits trading really well and the direction can pretty much allow you to constantly re enter on support and resistance with tight stops.
Well done.Ignored
DislikedI do not see any option to add 7-day SMA on the sentinel indicator. Mine only has 1 line. Your screen shots have more than 1 line. Is mine normal?
My current EA uses daily charts to calculate the high and low of the NFP friday. I draw a horizontal line at the high of the NFP and low of the NFP. I also draw a vertical line on Monday after the NFP.
However, I don't know how you coloured the areas red and orange. That looks good. Please point me to the code where you did this.
This depends. We need to back test to find out more. I already have...Ignored