No, I did not implement it within ToS.
The back testing had several different generations as I explored different methods of estimating the probability of the underlying instrument price reaching the short strike. Initially, I used an approach that used historical closing prices of the underlying instrument. With this data I would calculate all the n-day excursions and use the percentage of those excursions as my estimate of the probability of reaching.
There were two or three generations in between. For the last tests I used PoT once I learned of its existence. I saved the end of day data from the ThinkBack application in ToS to include it.
All of this was written in PHP. Sometimes run on my workstation, sometimes run on the server where I host many of my web sites.
Another long answer to a short question.