3 parameters efficient optimization #432
Unanswered
TheBridgeTroll
asked this question in
Q&A
Replies: 1 comment
-
|
Well just for the sake of the future generations, eventually I managed to hardcode it with just some for loops. However if there's a prebuilt way to do it please post it here as well. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
Let's say I have a simple triple sma cross strategy (SMA cross + 3rd MA must be above or below the both of the 2 MAs that do the 'cross'). Whereas it is no problem for me to write this strategy for specific values, I'm having troubles with optimizing it, since there are 3 parameters to find instead of 2 as in simple SMA cross. Would anyone be so kind and show a sample code for this kind of problem?
Beta Was this translation helpful? Give feedback.
All reactions