Forum

Optimizing inputs individually

Hello I want during the MT4 optimization process to check inputs individually for example : input (A) is an integer varies from 1 to 5 , input (B) is an integer varies from 1 to 8 , input (C) is an integer varies from 1 to 6 , input (D) is an integer varies from 1 to 10 , input (E) is an integer

Optimizing a Boolean type 0 False 1 True and i want also skip

Hello I want help to optimize a Bool type expression 0 False 1True and i want also skip the expression too for example if ( bool type 1 == True && bool type 2 == True && bool type 3 == False .................................. ) { Bullish = false; Bearish = true; } i made