HI
I sent a similar post couple of days back, it seems the postman 
appropriated it, thus this reworded repeat of the same problem, any 
help  Ta


I need Amibroker to rememebr a date and then tell me back when I need 
it..

consider the pseudo code
==================================

buy = condition 1 AND condition 2

IF buy = 1 THEN

           x = date on which buy got done  

           y = purchse price* 25%
ENDIF

IF close = y THEN
  z =  remember this date
ENDIF

print [ purchase price   x   y    z ] 

==================================

Reply via email to