PureBytes Links
Trading Reference Links
|
You need to make sure that you've initialized the VarSet ALSO within
the CBT-section, which often means, for example, that:
1) you first create a loop through some watchlist at the beginning of
the CBT-section;
2) assign via VarSet some variable per symbol;
3) recall via VarGet later within the CBT-section these variables.
Should work.
PS
--- In amibroker@xxxxxxxxxxxxxxx, "justinwonono" <justinwonono@xxx>
wrote:
>
>
>
> --- In amibroker@xxxxxxxxxxxxxxx, "vlanschot" <vlanschot@> wrote:
> >
> ....
> >
> > Personally, and FWIW, as I do not always want to clutter my Db
with
> > numerous ATC's, I often prefer to use VarSet.
> >
> > PS
> >
>
> I eventually tried using VarSet
>
> eg. VarSet( Name() + "_trisk" , TradeRisk );
>
> to use variables in the custom BT, but it has "Empty' values, maybe
> the array gets cleared or I'm not referencing it correctly.
>
> I initialise
>
> TRisk2 = VarGet( Name() + "_trisk" );
>
> at the start of the BT - "if( Status("action") ==
actionPortfolio )" loop
>
> Any ideas ( much apreciated) anyone ?
>
>
> Regards
>
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
For other support material please check also:
http://www.amibroker.com/support.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/amibroker/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:amibroker-digest@xxxxxxxxxxxxxxx
mailto:amibroker-fullfeatured@xxxxxxxxxxxxxxx
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|