i am trying to chart my trades including the buy and sell points. so my 
feed into afl is going to be like following as it may be multiple 
trades.
DateNumOfBuy[0] = 1080722;
DateNumOfBuy[1] = 1080723;

Buy=IIf(DateNum()==DateNumOfBuy,True,False);

when i actually scan it, the buy signal never gets a true. i am 
obviously missing something. appreciate your response.





Reply via email to