Download and analyze profiles of investors on eToro. Create strategies and run simulation.
Define which script to run in deno.json. Then run profiling and analyse results.
deno task profile
node --prof-process isolate-*-v8.log | less
rm isolate-*-v8.log
Install less on Windows 11 Powershell
Find-Package pscx | Install-Package -Force -scope currentuser -allowclobber