[amibroker] Re: TTM Squeeze

2007-07-05 Thread polomorabe
Also discussed in the AB library: http://www.amibroker.com/library/detail.php?id=678 http://www.amibroker.com/library/detail.php?id=453 Hope this helpos, Paul

[amibroker] Re: TTM Squeeze

2007-07-05 Thread Arnie
Thanks mic6399. Much appreciate your help on this. Alex Z --- In amibroker@yahoogroups.com, "mic6399" <[EMAIL PROTECTED]> wrote: > > Here we go: > SECTION_BEGIN("Squeesy"); > /* > BB Squeeze (conversion for TS code) > > > Instructions > Insert Linked to new chart pane > Periods can be sele

[amibroker] Re: TTM Squeeze

2007-07-05 Thread mic6399
Here we go: SECTION_BEGIN("Squeesy"); /* BB Squeeze (conversion for TS code) Instructions Insert Linked to new chart pane Periods can be selected in Param window */ Price = Close; Length = Param("Length",20,2,100,1); // { Length for Average True Range (ATR)} Lenght1 = Param("Length1",20,2,10