|
|
|
|
|||||||
| Trading Indicators Post your custom trading indicators. If you download, remember to click INSTALL. |
![]() |
|
|
LinkBack (1) | Release Tools | Display Modes |
|
|
|||||
|
|||||
|
Screaming Fast Moving Average
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, Click here to read the entire release |
|
By
lizmerrill
on
02-26-2008, 12:02 PM
|
|
Re: Screaming Fast Moving Average, CHEAT HERE
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 |
|
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
By
Minetoo
on
02-26-2008, 01:49 PM
|
|
Re: Screaming Fast Moving Average
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/Discuss...Topic_ID=40589 Hope this helps. |
|
Thanks: 0
Thanked 4 Times in 2 Posts
|
![]() |
LinkBacks (?)
LinkBack to this Thread: http://www.traderslaboratory.com/forums/f46/screaming-fast-moving-average-2082.html
|
||||
| Posted By | For | Type | Date | |
| Traders Laboratory - forumdisplay | This thread | Refback | 08-21-2007 06:11 PM | |
| Currently Active Users Viewing This Release: 1 (0 members and 1 guests) | |
| Release Tools | |
| Display Modes | |
|
|
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 |
| FYI: ER2 is moving? | torero | General Discussion | 11 | 06-20-2007 07:18 PM |
| Reg NMS - Fast Fills on NYSE? | The Bear | Stock Trading | 0 | 03-10-2007 06:39 PM |
| Average Initial Balance | Soultrader | Market Profile® | 4 | 01-10-2007 09:15 PM |
| Moving Averages: Which one should I use? | Blaze | Technical Analysis | 7 | 08-27-2006 08:04 AM |