Here they write: Strategy trading is limited to the backtesting mode only. Automated strategy trading with a brokerage account is not available on TradingView yet. We are considering implementing this in the future. So what do I do with a good Pinescript strategy? Go to a developer for $40k ???
Brokers have their API for executing orders, try TradingView first for backtesting and when you are comfortable with the strategy follow the same process for your broker. They will have a similar manual to implement the strategy. Eventually, you will get familiar with everything you need to make it work. Brokers also have a forum where developers will be able to help you. The good thing is that your strategy seems to be simple, so it is a good foundation to start with.
Thanks so much for the real help ! How long does such a process take for a simple strategy ? A month, a year ?
What if my strategy is based on a peronalised Indicator on TradingView Pinescript, can I also duplicate the indicator (simple one) ?
It depends on the effort you apply to it, have a look at the manual for Trading View. I think you should be able to run the examples in a week or so, and maybe another two weeks to implement your algorithm. Then another month to migrate it to your broker maybe? But it depends on how familiar are you with the programming language.
Have a look at Ninja Trader as well, they have everything in place to run indicators and connections to brokers in one place, and they use c# which is one of the best languages out there.
I've seen people on this forum running scripts on Ninja Trader and they are not developers, so it is meant to be for traders who know a bit of coding, enough to get by with the platform.