Their charts are sleek and all, but you really should know how to code pinescript to backtest (and walk-forward) your strategies and place trades.JUST USE THE CHARTS IGNORE PINESCRIPT
https://www.tradingview.com/pine-script-docs/en/v4/essential/Strategies.html
A strategy is a Pine script that can send, modify and cancel buy/sell orders. Strategies allow you to perform backtesting (emulation of a strategy trading on historical data) and forwardtesting (emulation of a strategy trading on real-time data) according to your algorithms.
A strategy written in Pine has many of the same capabilities as a Pine study, a.k.a. indicator. When you write a strategy, it must start with the strategy annotation call (instead of study). Strategies may plot data, but they can also place, modify and cancel orders. They also have access to essential strategy performance information through specific keywords. The same information is available externally in the Strategy Tester tab. Once a strategy is calculated on historical data, you can see hypothetical order fills.