can someone enlighten me, please.
On the code below, Does the input line default to "1" or does the "step" argument change the result (to decimal)? in the end what is the result?
long_tp_inp = input(100, title="Long Take Profit %", step=0.1) / 100 //what does step ?
Then what is the result of the command below: strategy.position_avg_price * (1 + long_tp_inp)
thank for help