As we all know, trading view is good for prototyping and visualising but it’s backtest results are often unrealistic and assume perfect fills.
Any advice on how one can trade a strategy prototyped with pinescript successfully in production?
Would the only correct way be to write the code in python and have your own server side computation, or could other things be done, like cut SL earlier than in backtest because of TV alert latency or something like that.