If you think about the controlling inputs to my tool: Primary is: Time (can be in # days), expected underlying price at end of that time (given as a +/- % from current), and expected volatility at end of that time (given as a +/- % from current Vol surface for that time reference). I merely compute the ending VS beginning value for all permutations of trade candidates, then arrange in ROR order. Intelligence is needed to produce the user selection for the price and volatility changes for your time in trade value! This evaluation currently requires the user to specify which Expiry their trade is to be in. The accuracy of the results is a direct function of the accuracy of the inputs provided (no magic here).
I'm currently obtaining my data from my SQL database, which is 60-second resolution.
For this exercise the real time data originated via TDA-API (note the database name reference).
I'm currently obtaining my data from my SQL database, which is 60-second resolution.
For this exercise the real time data originated via TDA-API (note the database name reference).