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

Reply
GanHiLo Details »»
GanHiLo
Platform: , by Harlequin Harlequin is offline
Developer Last Online: Nov 2009 Show Printable Version Email this Page

Platform: Tradestation Rating:
Released: 04-26-2009 Last Update: Never Installs: 2
 
No support by the author.

I found this indicator but cannot open it in Multicharts. Please could someone with tradestation try and open it and post in text format if its OK.

Thanks

Download Now

File Type: eld GANNHILO.ELD (18.2 KB, 70 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.

Comments
Old 04-26-2009, 02:29 PM   #2

Join Date: Feb 2007
Location: US
Posts: 314
Ignore this user

Thanks: 86
Thanked 206 Times in 89 Posts

Re: GanHiLo

Looks like you got it from this thread: Gann Hi/Lo Activator for Tradestation - Forex Factory
from Piter, but inexplicably it is source protected, therefore MC can't open it and TS can use it but can't edit the source.

However, this is just a simple hi-lo activator, plotting the 10 period moving average of the highs and lows, depending on condition of the swing, where swing equals to whether the price is above (+1) or below (-1) the 10 period average of the hi or lo, respectively.

Code:
{ HiLo Activator
by Mark K sadhu@myacc.net }
Inputs: Len(10),Price(C);
Var: Swing(0);

Value1 = AverageFC(H,Len);
Value2 = AverageFC(L,Len);

if Price < Value2[1] then Swing = -1;
if Price > Value1[1] then Swing = 1;

if Swing = 1 then
Plot1(Value2,"+B");

if Swing = -1 then
Plot3(Value1,"+S");

{optionally add
Plot2(Value1,"-B");
Plot4(Value2,"-S");}
thrunner is offline  
Reply With Quote
The Following 2 Users Say Thank You to thrunner For This Useful Post:
Harlequin (04-26-2009), ptcman (04-28-2009)
Old 04-26-2009, 03:00 PM   #3

Harlequin's Avatar

Join Date: Apr 2008
Location: London
Posts: 77
Ignore this user

Thanks: 23
Thanked 15 Times in 11 Posts

Re: GanHiLo

Yes that's where I found it. Getting bored this weekend and as I know nothing about Gann so I thought I'd do a little research.

But I'm not paying $437 for a Gann wheel Lambert - Gann Publishing Company : The Official and Complete Source for W. D. Gann's Work, Trading Resources and Supplies.




Thanks for your help.
Harlequin is offline  
Reply With Quote

Reply

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


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