Screaming Fast Moving Average - Page 3 - 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
 
Old 07-20-2007, 01:38 PM
Minetoo's Avatar
Minetoo Minetoo is offline
Minetoo has no status.

 
Join Date: Jan 2007
Posts: 109
Thanks: 0
Thanked 4 Times in 2 Posts
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

Reply With Quote
  #20 (permalink)  
By tonism on 11-08-2007, 08:15 AM
Re: Screaming Fast Moving Average

does anyone know how to get the hull ma for esignal? thx
Thanks: 0
Thanked 0 Times in 0 Posts
Reply With Quote
  #21 (permalink)  
By Minetoo on 01-18-2008, 04:02 PM
Re: Screaming Fast Moving Average

Google Hull and esignal to get the efs.
Thanks: 0
Thanked 4 Times in 2 Posts
Reply With Quote
  #22 (permalink)  
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
Reply With Quote
  #23 (permalink)  
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
Reply With Quote
Comment


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

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
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


All times are GMT -4. The time now is 03:07 AM.

 


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