ZLTrend Strategy error

1,547 views
Skip to first unread message

Domenic Bianco

unread,
Oct 1, 2014, 9:34:52 AM10/1/14
to adaptrad...@googlegroups.com
Mike,
Here's a cut from a Builder strategy where ZLTrend was tagged an "Unknown Identifier"


{ Entry prices }
EntPrL = ZLTrend(C, NBarEnL1) - EntFrL * (H[NBarEnL2] - Lowest(H, NBarEnL3));
EntPrS = ZLTrend(O, NBarEnS1) + EntFrS * (ZLTrend(H, NBarEnS2) - Lowest(C, NBarEnS3));


{ Entry and exit conditions }
VarL1 = H[NL1];
VarL2 = CloseD(1);
VarL3 = Lowest(VarL2, NL2);
VarL4 = VarL1 - VarL3;
VarS1 = KeltnerChannel(O, NS1, XS1);
VarS2 = ZLTrend(VarS1, NS2);
VarS3 = HighD(0);
EntCondL = VarL4 > 0;
EntCondS = VarS2 crosses above VarS3;

Let me know if you would like the entire strategy file.

Domenic


Michael R. Bryant

unread,
Oct 1, 2014, 11:34:01 AM10/1/14
to adaptrad...@googlegroups.com

Please refer to the Installation instructions in the user’s guide in the Getting Started section. You just have to install the functions.

 

Mike Bryant

Adaptrade Software

Zhongwu Wang

unread,
Jul 18, 2019, 2:07:32 PM7/18/19
to Adaptrade Builder
Hi Domenic,

I have encountered the same problem as you. Have you solved it?

I'm using MultiCharts for trading.


zungmou

在 2014年10月1日星期三 UTC+8下午9:34:52,Domenic Bianco写道:

Mike Bryant

unread,
Jul 18, 2019, 2:16:06 PM7/18/19
to adaptrad...@googlegroups.com

Did you install the function? From the user’s guide (Getting Started, Installation):

 

TradeStation/MultiCharts Installation Notes. Several files that work in conjunction with Builder need to be installed separately into TradeStation or MultiCharts. These files can be found in the EasyLanguage folder in the Adaptrade Builder folder under Program Files after Builder is installed. For current versions of TradeStation, the files end with the file extension .eld. For TS 2000i, the file extension is .els, and for MultiCharts, the extension is .pla. The files should be imported into TradeStation using the import command of the File menu. For MultiCharts, the files can be imported via the Import command of the File menu in the PowerLanguage Editor. Please refer to the platform documentation for instructions on importing .eld/.els/.pla files into TradeStation/MultiCharts.

The specific files that need to be imported into TradeStation/MultiCharts include NNCOMPUTE, which contains functions for use with the neural network option in Builder, and BUILDER_ADAPTINDICATORS, which contains the adaptive indicators (Adaptive VMA, Adaptive ZLT, etc.).

 

Mike Bryant

Adaptrade Software

Reply all
Reply to author
Forward
0 new messages