I am curious what is the highest possible trading frequency on Quantopian?
Is it every 1 minute? If so, does that mean my code runs once every minute or just that trades go out every one minute.
For example, if I set up a while loop inside the code that keeps buying or selling based on some condition until market close, how often will this code actually make the trades? Will the while loop run once each minute or just that trades will go out after every minute?
I am new to Quantopian so still trying to figure out.
Also, I use robinhood and have DT status with margin account. Just to confirm, Quantopian won't stop me from going into PTD status, correct?
Thank you!