Hi
So for example if you have this code:
int factor = input.float(0.7, "Factor")
The extension will not error, but this does error in tradingview, because you can't cast float to int.
I've not tested if this applies to variable casting as well or only inputs.
Thank you!
Hi
So for example if you have this code:
The extension will not error, but this does error in tradingview, because you can't cast float to int.
I've not tested if this applies to variable casting as well or only inputs.
Thank you!