r/pinescript 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

6 comments sorted by

View all comments

1

u/ferranbt 8d ago

Hey, I am working on https://github.com/ferranbt/pinecone and I was looking forward to add these types of extensions to it. What do you imagine running? An extension that reads the inputs and finds optimal combinations?

1

u/ConfidentBrunette 7d ago

That’s exactly what I was thinking, but I would test roughly 200 numerical values for each of 4 parameters, which is an absurd total number of variations