Hi, new user here. I am building my AlphaModel in my algorithm and so far have my own way of generating up and down insights within my AlphaModel's Update() method. Where in my code should I handle those insights to use to make orders?

Do I handle this within my main class' OnData() method?

Author