So .... the code is written as:
input string inp2="Indicator Base Buy e Sell";
input ENUM_TIMEFRAMES inp2_TIMEFRAME=PERIOD_D1; //
input string inp1="Indicator Buy e Sell";
input ENUM_TIMEFRAMES inp1_TIMEFRAME=PERIOD_H1; //
This optimization I made up to max D1, and no more. H1 to D1.
I do not know why this has generated number of 16385!
