Can you set multiple input parameters in the conditions block to a single connected value for optimization?
-
I want to run tests in the strategy tester but I've run into an issue.
When I select the "use input parameter for optimization" box on the blocks in both the buy and the sell logic trees for a single indicator the tester will test both buy and sell conditions separately. This is only one example of this issue being a problem.In the above example if I have a moving average set to buy on x> (x) and sell on x< (X) using a 10 period ma.
I don't want the 10 period MA to be tested separately with two different values for both buy and sell conditions, I want to test a single MA, I want them to be a single connected value under the "use input parameter for optimization" boxIs there a way to do this? Thanks.
-
@coinmaster Another interesting question. Honeslty I have no idea if this is possible. Does anybody have any idea about it?