Hi,
I just learned how to use initialize and handle_data function. The handle_data function can only extract the specific trading event, yet what I need is past prices. I am going to run my strategy by comparing past 3 prices, so how can I do so by using handle_data? Or I have to use other functions?
Thanks