Sorry Mike, its not a user defined variable. I put it only in exploration to find out teh time of last buy signal generated by my system and i never pre defined it in my code. so what does it mean? Its may be afl system varible or key word and I want to know its function.
--- In [email protected], "Mike" <[EMAIL PROTECTED]> wrote: > > 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" > <sdebu_2k@> 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 > > > > > >
