Hull Moving Average Strategy - Traders Laboratory

Go Back   Traders Laboratory > Trading Resources > Trading Indicators

Trading Indicators Post your custom trading indicators. If you download, remember to click INSTALL.


Comment
 
LinkBack (1) Release Tools Display Modes
Hull Moving Average Strategy
Software Version: TS, by Minetoo Minetoo is offline
Developer Last Online: Aug 2008

Trading Platform: Rating:
Release Date: 10-06-2007 Last Update: n/a Installs: 26
Supported
Beta Stage

Here is a Tradestation Strategy utilizing the Hull Moving Average (please find the Hull MA eld under "Screaming Fast Moving Average") All credit to Atavachron.

Type : Strategy, Name : Hull Moving Average Trading System

{ jtHMA strategy }

inputs: price(Close), jthmaLength( 21 ), upColour(Blue), downColour(Red);
variables: Avg(0), colour(0);

Avg = jthma( price, jthmaLength ) ;

if Avg > Avg[1] then colour = upColour;
if Avg < Avg[1] then colour = downColour;

{buy sell Criteria}

if colour[1] <> colour then
if colour = upColour then
Buy ( "jup" ) next bar at market ;

if colour[1] <> colour then
if colour = downColour then
sell ( "jdn" ) next bar at market ; {original this line is: sell short ( "jdn" ) next bar at market ; }

You will want to tweak the instrument, period/tick count, session and look-back to get satisfactory results.
This strategy is designed for market orders at the next bar after the signal. Any input regarding discretionary filter to be used in conjunction with this strategy would be appreciated.
Hope the Helps.

Show Your Support

  • To receive notifications regarding updates -> Click to Mark as Installed.
  • If you like this indicator, please consider donating to the developer.
  • This modification may not be copied, reproduced or published elsewhere without the author's permission.
  1 links from elsewhere to this Post. Click to view. #1 (permalink)  
By Minetoo on 10-07-2007, 03:02 PM
Re: Hull Moving Average Strategy

Here's the eld.
Attached Files
File Type: eld HULL MA STRATEGY.ELD (4.3 KB, 233 views)
Reply With Quote
  #2 (permalink)  
By Minetoo on 10-07-2007, 03:10 PM
Re: Hull Moving Average Strategy

Here's a screen shot of the strat running.
Attached Images
File Type: jpg Hull Strategy.jpg (132.0 KB, 416 views)
Reply With Quote
  #3 (permalink)  
By tonism on 11-07-2007, 04:07 PM
Re: Hull Moving Average Strategy

anyone know how to get a download for hull ma for esig? thanks
sally
Reply With Quote
  #4 (permalink)  
By Wajodi on 11-08-2007, 08:10 AM
Re: Hull Moving Average Strategy

Hi, could you please tell me where I can get a copy of the Hull Moving Average Indicator. I use MultiCharts and have spoken to the support people there, they tell me that the Hull MA is easily imported into MultiCharts if I can get hold of a copy. Their software is highly compatible with TS Easy Language. I would appreciate your help if possible could you email a copy to me at wajodi@optusnet.com.au
Thanks.... Wajodi
Reply With Quote
Comment


LinkBacks (?)
LinkBack to this Thread: http://www.traderslaboratory.com/forums/f46/hull-moving-average-strategy-2593.html
Posted By For Type Date
Traders Laboratory - forumdisplay This thread Refback 10-06-2007 06:39 PM

Currently Active Users Viewing This Release: 1 (0 members and 1 guests)
 
Release Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Release Release Starter Category Comments Last Post
Which Moving Average on a 5min Chart? Keys Technical Analysis 16 04-25-2008 10:01 PM
Screaming Fast Moving Average Minetoo Trading Indicators 23 02-26-2008 01:49 PM
Hull MACD Minetoo Coding Forum 12 11-07-2007 04:10 PM
MACD with Hull Moving Averages Soultrader Trading Indicators 2 09-06-2007 05:52 PM
FYI: ER2 is moving? torero General Discussion 11 06-20-2007 07:18 PM


All times are GMT -4. The time now is 02:40 PM.

 


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72