Jump to content

Welcome to the new Traders Laboratory! Please bear with us as we finish the migration over the next few days. If you find any issues, want to leave feedback, get in touch with us, or offer suggestions please post to the Support forum here.

  • Welcome Guests

    Welcome. You are currently viewing the forum as a guest which does not give you access to all the great features at Traders Laboratory such as interacting with members, access to all forums, downloading attachments, and eligibility to win free giveaways. Registration is fast, simple and absolutely free. Create a FREE Traders Laboratory account here.

Minetoo

Screaming Fast Moving Average

Recommended Posts

I have been playing with the Hull Moving Average for the past week. It is comparable, some say better than, Mark Jurik's stuff (jurikres.com), in performance and has the distinct advantage of being COMPLETELY FREE.

 

The .eld discussion can be found here, https://www.tradestation.com/Discussions/Topic.aspx?Topic_ID=40589

 

The formula is also readily found for other platforms. The Hull MA truly is a double edged sword in that it may be too fast. However, the length, intra-bar update and colourDeltaBar (which indicates the change from up to down and vice versa) are adjustable. I was wondering if anyone else has successfully used this indicator? Also, I have used Tradestation less than 2 weeks, so if anyone knows how to code the Hull MA into a MACD I would be very appreciative.

200506182322582005_JTHMA.ELD

Share this post


Link to post
Share on other sites

This image shows an 8 period Hull MA on part of Friday's 89 tick YM chart. Although it is a very fast setting the moving average is remarkably smooth hence it's utility. Some permutations and combinations of contract period and type combined with various Hull MAs have proven exceptionally accurate.

I use a larger (5 Min.) time frame to filter out countertrend moves. Also, I do not try to call tops or bottoms but just to take a bite out of the middle.

5aa70de739cf2_HullMA.thumb.jpg.f9a8ca7771d8d2c6412e20909cd7bff3.jpg

Share this post


Link to post
Share on other sites

Here's a heads-to-head comparison between Hull, Jurik and Gaussian. As you can see, Hull is definitely one sharp tool. The downside with all indicators is that they are derivatives of price and therefore lag. However, the Hull can give you a heads up notification before others as to potential changes in direction.

5aa70de73e057_HullComparison.png.10f4bcb30fedd93961f7f806ee5e7dd7.png

Share this post


Link to post
Share on other sites
This image shows an 8 period Hull MA on part of Friday's 89 tick YM chart. Although it is a very fast setting the moving average is remarkably smooth hence it's utility. Some permutations and combinations of contract period and type combined with various Hull MAs have proven exceptionally accurate.

I use a larger (5 Min.) time frame to filter out countertrend moves. Also, I do not try to call tops or bottoms but just to take a bite out of the middle.

Can you explain how one would use the attached chart (and software) for entries?

Share this post


Link to post
Share on other sites
This image shows an 8 period Hull MA on part of Friday's 89 tick YM chart. Although it is a very fast setting the moving average is remarkably smooth hence it's utility. Some permutations and combinations of contract period and type combined with various Hull MAs have proven exceptionally accurate.

I use a larger (5 Min.) time frame to filter out countertrend moves. Also, I do not try to call tops or bottoms but just to take a bite out of the middle.

For those who do want to try to capture as accurately as possible, tops and bottoms, what permutations of time and Hull MAs would you reccomend?

Share this post


Link to post
Share on other sites
For those who do want to try to capture as accurately as possible, tops and bottoms, what permutations of time and Hull MAs would you reccomend?

 

Optimization of the adjustable Hull parameters, as opposed to using fixed values, will move you in that direction.

Share this post


Link to post
Share on other sites
Can you be a bit more detailed and give some examples of the parameters?

 

The Hull MA is a function of the weighted moving average (WMA). The period of the WMA can be optimized for the market, timeframe, and trading frequency, etc. Of course, appropriate software that permits optimization is required.

Share this post


Link to post
Share on other sites

Capturing tops and bottoms is a very expensive hobby. If I posted my workspaces here it would look like a dog's breakfast to you but makes perfect sense to me. In sum, I like tick charts - 89, 144 for YM and 233 for ES. An 8 period Hull and a 21 period Hull provide good indications of market direction. I like TTM or Heikin Ashii on my charts too. I always want to err on the side of the trend when I trade. If you like, you can throw the following code into the jtHMA to provide audio alerts for directional change:

 

{ Alerts }

if (Value1 > Value1[1]) and Value1[1] < Value1[2] then //Change in Direction to Up

Alert(Symbol + " jtHMA UpTurn")

 

else if (Value1 < Value1[1]) and Value1[1] > Value1[2] then //Change in Direction to Down

Alert(Symbol + " jtHMA DownTurn");

 

Hope this helps.

Share this post


Link to post
Share on other sites
I tried the 233 on the ES today (21 Hull) and felt it lagged a bit too much for 1 point scalping. However, 50 tick seemed to do the trick. Check it out and let me know what you think.

P.S. The 50 tick was set with 8 Hull, not 21.

Share this post


Link to post
Share on other sites
Guest cooter
Capturing tops and bottoms is a very expensive hobby. If I posted my workspaces here it would look like a dog's breakfast to you but makes perfect sense to me. In sum, I like tick charts - 89, 144 for YM and 233 for ES. An 8 period Hull and a 21 period Hull provide good indications of market direction. I like TTM or Heikin Ashii on my charts too. I always want to err on the side of the trend when I trade. If you like, you can throw the following code into the jtHMA to provide audio alerts for directional change:

{  Alerts } 
if (Value1 > Value1[1]) and Value1[1] < Value1[2] then //Change in Direction to Up 
Alert(Symbol + " jtHMA UpTurn") 

else if (Value1 < Value1[1]) and Value1[1] > Value1[2] then //Change in Direction to Down 
Alert(Symbol + " jtHMA DownTurn");  

Hope this helps.

 

Has anyone made a strategy out of this and tested it yet? Looks like it could be promising...

Share this post


Link to post
Share on other sites

The opinions of this forum differ somewhat from Mr Jurik (no surprise hey?). Here is an email I received today after making an inquiry

You may find information about the Jurik JMA here ...

 

<<<http://www.jurikres.com/catalog/ms_ama.htm#top

 

Everyone likes free indicators, especially moving averages that appear to rival the Jurik JMA. However, professionals, institutions and banks all recognize the value JMA has over other filters, including the Hull MA. JMA is adaptive, designed especially to handle extreme market conditions, including price gaps. JMA is the workhorse gold standard all other filters are compared to.

 

To see what users have to say about JMA, go here ...

 

http://www.jurikres.com/quotes/mainquot.htm#ama>>>

 

Does anyone think Jurik is better than Hull?

Share this post


Link to post
Share on other sites

Bird: Check the image in my third post for a comparison with Jurik. I noticed no where on Mr. Jurik's site does he compare his stuff to Hull's, plus he hasn't updated it in years. Frankly, I don't care if an indicator is free or pay as long as it isn't snake oil.

Share this post


Link to post
Share on other sites
Bird: Check the image in my third post for a comparison with Jurik. I noticed no where on Mr. Jurik's site does he compare his stuff to Hull's, plus he hasn't updated it in years. Frankly, I don't care if an indicator is free or pay as long as it isn't snake oil.

Minetop: I did see the comparison and to my old eyes it doersn't look close--Hull blows them away.

 

Can you give some input on the parameters to use a 2 Hull MAs for a timely crossover rather than he single with blue and red signals?

Share this post


Link to post
Share on other sites

re your code for "screaming fast ma's" with hull moving average: your code below

does not have an error, but can "cheat",

 

Value1 = jtHMA(price, length);

 

Plot1(Value1, "jtHMA");

 

If ZeroVisible = true then

Plot2(zeroLine, "Zero");

 

{ Color criteria }

if (Value1 > Value1[1]) then

SetPlotColor[colourDeltaBar](1, upColour)

else if (Value1 < Value1[1]) then

SetPlotColor[colourDeltaBar](1, downColour);

 

You recommend setting input, colourDeltaBar to 1, if so, then the indicator change

which happened, today, for example, would show up on the chart, as of yesterday.

Am I right? The value for the input should be zero,0.

 

Please reply,

 

Liz Merrill

Share this post


Link to post
Share on other sites

As stated in the indicator code: "colourDeltaBar: Set this to 1 if you wish the colour change to be effective on

the actual bar where the direction change occurred.

Set this to 0 for default behaviour. "

 

As the indicator's author stated, "The colourDeltabar merely controls when the display colour change occurs, and thus will not cause your trades to occur earlier. The suggestion was to make sure there was no confusion with seeing the colour change on the HMA a bar before the trade was taken - thats all. "

 

In essence, it is a personal preference. Please closely read the following thread: https://www.tradestation.com/Discussions/Topic.aspx?Topic_ID=40589

 

Hope this helps.

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


  • Topics

  • Posts

    • @sxiqxx, Well done on making your first post a promising strategy. @everyone, post up if you want this coded into an EA. Although I switched to TradeStation, I still have an active MT5 demo with MetaEditor. I can code it without referencing object oriented programming which should be retroactively compatible with MT4. Let me know...
    • Please allow me to retort (in jest): RESPONSE 1 : Get a job supervising others where you're in control of performance reports and ride those others 100%. This makes your performance 100% with little to no effort.   RESPONSE 2: Feel free to piss off your boss but stay nonviolent. When the side effects of his viagra and testosterone boosters cause him to physically assault you, you have the legal upper hand. This can result in a boatload of trading capital.   RESPONSE 3: Feel free to have intimate relations with your boss if she finds you attractive. Rest assured that mum's the word because once again, you have the legal upper hand. This can also result in a boatload of trading capital.   RESPONSE 4: Don't be fake friends with any enemies... unless you need information from them. Being fake friends with everyone will cause you to become an empty shell of a person with no direction in life.   REPONSE 5: Get your boss to become reliant on your performance (really, just the performance of your subordinates), and then plan an "overheard" conversation wherein you fake an interview with another potential employer. You'll probably get a pay increase or a promotion.   RESPONSE 6: If you can give your 75% percent to a project, give 50% and rely on your legal upper hand(s). Learn to write trading algo's during your other 50%.   RESPONSE 7: Take all of the office boys out to nightclub where you merely sip soft drinks on a weeknight. Upon your return to the office in the morning, inform the security guards that all of the office boys are intoxicated. Your boss will love you for it.   RESPONSE 8: Never try to prove your client wrong or find faults in their processes, but do secretly collect their information in case you jump ship or "someone you know" decides to start his own company.   RESPONSE 9: Never stay in a firm for too long. Instead, use your ill-gotten capital to exit the rat-race and start trading.   RESPONSE 10: Trading pays more than your career. Interpersonal skills are now irrelevant. Use your technical skills for trading. Never stop learning and keep updating your technical skills.😁
    • There are a lot of trading strategies like elliot waves, wyckoff etc so we need to apply those who best suited to our need and are understandable too.
    • Scalping can be good during the high volatile markets however the new traders should be careful while entering and exiting the markets too quickly since they can make losses as well. If the broker support news trading we can make most out of the scalping in my opinion.  
    • In my opinion these candlestick charts are more easier to understand as compared with the other charts.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.