OPEN-SOURCE SCRIPT
Updated

Example: Monte Carlo Simulation

Experimental:

Example execution of Monte Carlo Simulation applied to the markets(this is my interpretation of the algo so inconsistencys may appear).

note:
  • the algorithm is very demanding so performance is limited.
Release Notes
added extra comments on the script, description to parameters..
Release Notes
removed the custom pseudo random generator function in favor of the new builtin random() function.
Release Notes
moved lines to builtin array, now supports depth up to 99
Release Notes
Update for V5

Disclaimer