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 [email protected], "Debdulal Bhattacharyya" <[EMAIL PROTECTED]> 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 [email protected], 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 > > >
