Welcome to the Traders Laboratory Forums.
Trading Indicators Post your custom trading indicators. If you download, remember to click INSTALL.

Reply
Quick MA Details »»
Quick MA
Platform: , by zdo zdo is offline
Developer Last Online: May 2012 Show Printable Version Email this Page

Platform: Unknown Rating:
Released: 09-25-2008 Last Update: Never Installs: 0
 
No support by the author.

Here is a 'very inexpensive' alternative to Juriks Moving Average contributed in Easy Language by John D. McCormick (TS handle = JDM, see jmactrader.com).

Quote:
Moving Averages are used to remove noise. By “noise” is meant the apparently random motion up and down of the prices around their average price. This shows up on a moving average as a jagged appearance on an otherwise smooth line. The jaggedness can trigger false buy and sell signals or simply make the indicator hard to read, so we try to smooth out the average, i.e. remove the noise.

Lagging or lateness is the bane of moving averages. You make them longer (average in more bars) and the moving average is smoother, but now it lags way behind the actual price movement.

The ideal moving average should filter out noise and respond quickly – and – it would be a plus if it was fast calculating. That’s kind of like having your cake and eating it too.

Nevertheless, here’s one, I call it Quick MA, that seems to work as well as any I’ve seen.
Full thread is at https://www.tradestation.com/Discuss...txtExactMatch=
Posted with his permission. Please retain his 'copyright' info in the code. Many thanks to JDM.

Download Now

File Type: eld QUICK.ELD (5.4 KB, 294 views)

Show Your Support

  • If you like to thanks you by the author -> Click Thanks to the Author
  • This modification may not be copied, reproduced or published elsewhere without the author's permission.

Similar Indicator
Mod Developer Type Replies Last Post
Hull Moving Average Strategy Minetoo Trading Indicators 25 05:23 PM 07-02-2009
The Following 9 Users Say Thank You to zdo For This Useful Post:
garp (11-22-2008), hawk_7_7 (12-04-2008), Minis Trader (11-27-2008), pathfinder62 (11-22-2008), RobotMan (04-03-2009), Soultrader (01-08-2009), Tams (04-06-2009), TradingPro (03-07-2010), whisper01Barry (11-23-2008)

Comments
Old 01-25-2009, 06:49 PM   #10

Join Date: Oct 2008
Posts: 5
Ignore this user

Thanks: 0
Thanked 0 Times in 0 Posts

Re: Quick MA

zdo or any other who has QuickMA with tradestation, can you post a chart of the recent ES or YM with QuickMA(9) and possibly HMA(9) on it?
I translated the code to ninjascript but I don't have tradestation to vertify if my code is right or not. I don't think my code is right.

It would be great if you post a recent chart so that I can compare my QuickMA in Ninjatrader with yours. Please tell me if below value match.

ES0309 on Jan23,5min chart,
11:00amCT: Price close: 815.50, QMA(9) 819.87
11:05amCT: Price close: 817.25, QMA(9) 819.15
11:10amCT: Price close: 816.50, QMA(9) 818.36
rurimoon is offline  
Reply With Quote
Old 01-25-2009, 06:56 PM   #11

Join Date: Oct 2008
Posts: 5
Ignore this user

Thanks: 0
Thanked 0 Times in 0 Posts

Re: Quick MA

Here is my chart:



The blue line is my QuickMA and red line is HMA. As you can see, my QuickMA is nowhere as fast as HMA, so I think I may be coding it wrong.. and I need to make sure...
rurimoon is offline  
Reply With Quote
Old 01-26-2009, 01:30 AM   #12

Join Date: Mar 2008
Location: Essex Jct
Posts: 1
Ignore this user

Thanks: 0
Thanked 0 Times in 0 Posts

Re: Quick MA

Rurimoon,
I don't have tradestation anymore, but I've converted the QuickMA code from EL and got the exact numbers as you did for the 5min ES. Here's a scrrenshot with my conversion of the QuickMA along with HMA and a conversion I did from what is "supposed to be" JMA converted from Metatrader.

Magenta is HMA
Blue is the converted QuickMA
Black is the converted JMA


VT
Attached Thumbnails
Quick MA-macomparison.png  
VTtrader is offline  
Reply With Quote
Old 01-27-2009, 12:30 AM   #13

Join Date: Oct 2008
Posts: 5
Ignore this user

Thanks: 0
Thanked 0 Times in 0 Posts

Re: Quick MA

Thanks to verifying for me. I have always though that QuickMA should be at least on pair with HMA so I don't believe in my coding skill when I see that it lag behind so much. I am in the process of converting JMA from metatrader to ninjascript also. The problem is I have find at least 5 different version of JMA in Metatrader and I have no idea which one produce more accurate result with the real JMA. Can you tell me which version of JMA from metatrader that you are using? (Of course it would be best if you can share your code

P.S. I have a version of JMA in metatrader that is so cheesy, it has at least 50 variable defined. Basically it change its formula base on which period it used... the code has so many if then else statement that I wonder how long it takes the coder to fine tune all those numbers.
rurimoon is offline  
Reply With Quote
Old 01-27-2009, 02:18 PM   #14
zdo

Join Date: Nov 2007
Location: boonies
Posts: 1,349
Ignore this user

Thanks: 317
Thanked 355 Times in 256 Posts
Blog Entries: 104

Re: Quick MA

Find attached screenshot with
Red = Hull
White = Quick
Blue = Jma

All set to 4 periods

Hull definitely turns faster
Jma definitely goes flat faster and more smoothly than the other two (and that is about the only utility for mov avgs I have)
Quick came along for free so I shared it for ppl who don’t like to buy closed source products etc.

ie best one depends on your own distinctive needs.

hth

PS rurimoon re "Basically it change its formula base on which period it used"
That particular one is not it...
Attached Thumbnails
Quick MA-comparequikjmahull.jpg  
zdo is offline  
Reply With Quote
Old 01-29-2009, 09:07 PM   #15

Join Date: Jul 2008
Location: chicago
Posts: 67
Ignore this user

Thanks: 2
Thanked 13 Times in 8 Posts

Re: Quick MA

Quote:
Originally Posted by zdo »
Find attached screenshot with
Red = Hull
White = Quick
Blue = Jma

All set to 4 periods

Hull definitely turns faster
Jma definitely goes flat faster and more smoothly than the other two (and that is about the only utility for mov avgs I have)
Quick came along for free so I shared it for ppl who don’t like to buy closed source products etc.

ie best one depends on your own distinctive needs.

hth

PS rurimoon re "Basically it change its formula base on which period it used"
That particular one is not it...
Thanks for posting that chart. Would you mind posting another one with the MAs overlaid over the candles, too? I want to see how price bars interact with the MAs.

Thanks!

btw did something happen to this thread? I got like 50 emails that there were new replies but there was really only one new reply.
metalhead is offline  
Reply With Quote
Old 01-30-2009, 02:23 PM   #16
zdo

Join Date: Nov 2007
Location: boonies
Posts: 1,349
Ignore this user

Thanks: 317
Thanked 355 Times in 256 Posts
Blog Entries: 104

Re: Quick MA

Quote:
Originally Posted by metalhead »
Thanks for posting that chart. Would you mind posting another one with the MAs overlaid over the candles, too? I want to see how price bars interact with the MAs.

1st one approx same as time shown above.
2nd one from today... hth
Attached Thumbnails
Quick MA-masoverlaid0127.jpg   Quick MA-masoverprice.jpg  
zdo is offline  
Reply With Quote
Old 02-01-2009, 08:48 PM   #17

Join Date: Jul 2008
Location: chicago
Posts: 67
Ignore this user

Thanks: 2
Thanked 13 Times in 8 Posts

Re: Quick MA

thank you, sir

(message not long enough ljkfdlkjflkjdfljkfljkdf :p )
metalhead is offline  
Reply With Quote

Reply

Tags
hull, moving average

Thread Tools
Help Others By Rating This Thread
Help Others By Rating This Thread:


Similar Threads
Thread Thread Starter Forum Replies Last Post
Quick Facts about Rollover Day MrPaul E-mini Futures Trading Laboratory 7 06-13-2008 06:07 AM
A quick question on EuroDollar? yjl Beginners Forum 4 01-28-2008 03:56 PM
A few quick questions on Tradestation... MC Brokers and Data Feeds 4 11-04-2007 09:39 AM
A quick hello BlowFish Introduce Yourself 4 03-25-2007 03:42 PM
Quick YM Analysis 01/17/07 TinGull Market Profile 0 01-17-2007 08:14 AM

All times are GMT -4. The time now is 05:15 AM.
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
CS to VB integration by DeskLancer
©2006-2011 Traders Laboratory, All Rights Reserved.