Friday, December 17, 2010

NightHawk v1.0


Night Hawk is a breakout strategy that looks at the highest high and lowest low between 22:00 GMT and 05:00 GMT (7 Hours).

It then sets pending Buystop and Sellstop orders at X pips away from the high and low (Order_Gap variable), ready to catch a breakout. If neither order is triggered by 21:00 GMT then both orders are deleted.

This expert differs from Azure Dragon because AD uses one hour to calculate the breakout range where as NightHawk uses seven hours.

It is very similar to many of the breakout systems that are on the market today such as Forex Morning Trade, Forex Signal Base and Forex Fisher Bot but this one is different because it’s:


• More configurable.
• Supported here on ForexIsBiz by me and the community.
• Open to suggestions for improvements and upgrades.
• Has a built in indicator that uses the EA’s settings to display the range, the order gaps and the profit target for as many days as you like (e.g. past 100 days) making it very easy to visually back test.

NightHawk includes all of the features I now consider standard such as:

• AutoGMT Offset
• Trailing Stops
• Manual Summer / Winter GMT variables.
• Break Even
• Auto / Manual SL
• Money Management
• Auto ECN / STP detection.

Here is a description of NightHawks important variables:

Close_Opposite_Order: If TRUE, once one pending order is opened, the opposite pending order is deleted.
Order_Gap: The gap, in pips, you want the pending order to be placed above the high and below the low.
SmallRange (when StopLoss_Mode = 0 (Auto)): I found that small ranges often caused triggered orders to be stopped out before the breakout occurred because the stop loss was too close. If the range is equal to or less than this pip value, the Stop Loss will be set to the opposite orders open price (i.e. the range high/low + Order_Gap). If the range is greater than this pip value the Stop Loss will be set to the range high/low only. This just gives more breathing space to orders on small ranges.
BreakEvenStartPips: The amount of pips in profit that NightHawk should move the SL to break even.
BreakEvenProfitPips: The amount of pips in profit that NightHawk should consider as the break even point.
StopLoss_Mode: Auto is explained in SmallRange variable description above. Manual allows you to set your own fixed SL using the User_Stop_Loss variable.
ShowIndicator: Shows you the range, order gap and profit target on the chart.
NumberOfDays: Draws the indicator on this number of days.





No comments: