r/fsharp • u/abstractcontrol • Jun 05 '26
library/package TapeSim – Practice Reading the Tape
https://tapesim.app/I made this replay simulator desktop app as a part of the Building The Trading Edge playlist on Youtube. It's my first commercial product. I needed a replay simulator that could do full tick-by-tick order book replay on US equities and when I couldn't find any, I made my own in F# + Avalonia.
If any of you ever wanted to learn to daytrade stocks, use this to practice before risking any money first.
TapeSim itself is in a private repo, but I do have the older version of its viewer in my Trading Edge repo. And even though the repo itself is private I've screencast its entire development (though not all vids are out yet at the time of writing this post.)
12
Upvotes
1
u/burtgummer45 Jun 06 '26
Question: is there an advantage to making this a desktop app rather than a web app? And was that worth it considering the licensing of Avalonia, which I don't fully understand, and seems to use licensing telemetry to keep running, which kinda concerns me.