PureBytes Links
Trading Reference Links
|
inTrade is a variable name that he used to store the value returned
from the call to flip. flip returns an array, and is described here:
http://www.amibroker.com/guide/afl/afl_view.php?id=51
Mike
--- In amibroker@xxxxxxxxxxxxxxx, "Debdulal Bhattacharyya"
<sdebu_2k@xxx> wrote:
>
> Great Tricks Graham.
> I was also looking for the same type of help.U answered my
> unquestioned matter. Thanx again.
> would you please tell me what does inTrade syntax do?
> I could not find it in afl help.
> waiting for your answer.
> Debdulal Bhattacharyya
>
>
> --- In amibroker@xxxxxxxxxxxxxxx, Graham <kavemanperth@> wrote:
> >
> > you could try this, and explore on n=1 last quotation
> >
> > inTrade = flip(buy,sell);
> >
> > filter = inTrade;
> >
> > addcolumn(valuewhen(buy,datetime()),"Buy Date",formatdatetime);
> >
> >
> > --
> > Cheers
> > Graham Kav
> > AFL Writing Service
> > http://www.aflwriting.com
> >
>
------------------------------------
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/
|