Forum

which way in Boolean analysis is faster (makes the expert faster) - (closed)

hi every one my question is that, assuming that there are two ways to write a Boolean script, which way is faster (makes the EA backtest/optimization faster)? bool a,b,c; a=true; c=(a big an complicated formula that only needs to be tested when a==false); method 1- if(!a) {b=C;} method 2-

Optimization Solution/elimination of unwanted passes at the very beginning of the optimization/ (highly Expert Moderator-Programmer case)

Hello Everyone I have a problem in optimization passes. I've searched a lot but none of questions nor the answers in the forum was the one solving this problem. The problem is that I have some Boolean parameters in my inputs which when they are set as false there is no need to optimize some other

Conditional Parameter Optimization solution needed!

Hello Everyone I have a problem in optimization passes. I've searched a lot but non of questions nor the answers in the forum was the one solving this problem. The problem is that i have some bool parameters in my inputs which when they are set as false there is no need to optimize some other

Help pls. How one can choose tge best inputs for an EA

Hello everyone recently i have started to write my own EA. Wrote a lot of them and finally found some solutions that on the tester looks awsom. (yearly yield of 1 to 20 with an average leverage of 100) but the question is that, how should i choose the setting? as i have noticed, usually the best