[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

'remebering' a value



PureBytes Links

Trading Reference Links

I have a simple AFL problem (as a newbie), which is straightforward 
in traditional languages, but I cant seem to find a solution in AFL 

1) I want to generate a buy when condition is true. 
2) After that I want to buy every time the closing price is x% higher 
than the price of my previous buy. 

Because I cant 'store' the price of the previous buy, I do not how to 
do this. 

Any ideas?