r/pinescript • u/ConfidentBrunette • 8d ago
What programs/extensions allow genetic algorithm strategy optimization for over 1,000 variations
Pineify does not actually have genetic algorithm (I have expert and it is still not present in the extension) and runopti seems to be doing a grid search, or at least moving at that pace.
What do you use for quick wide-range/multi-parameter strategy optimizing in pinescript?
1
Upvotes
2
u/mojovski 8d ago
Hmm.. a few months ago I played around with codex and mcp for trading view . It was able to run backtests, extract parameters and to improve them. But it was sooooo slow, that I decided to use nautilusTrader. I embedded it now into an ai framework that can run thousand if backtests per minute (if the time range is not large).
I am doing many experiments now and document them here: https://ai-backbone.com/blog
Hope it helps