Hello! I'm new to the platform and I'm stuck on order execution. I am working on a simple strategy that triggers only after an equity declines a certain percentage from the previous day's close. I've been looking through the bootcamps and even the stuff on github for help but can't seem to find what I'm looking for. I want the bot to check if current price during normal market hours dips below a percentage from previous day and if so buy the equity and I want to instruct it to sell at a percentage as well from purchased price. Do I have to create something for the closeprice and currentprice argument and define it or does that already exist and I'm missed it?