PineScript

Pine script is a programming language created by TradingView to backtest trading strategies and create custom indicators.

pinescript icon

New symbol indicator in Pine Script 5

1 Oct, 2023
This snippet shows how you can show any symbol as indicator in Pine Script. This is a starting point, from here you can continue and modify the result.
pinescript icon

Dividing Symbol Values in PineScript

29 Jun, 2022
Snippet showing how to do division in PineScript. First I import close data from security, then divide the values by 1000 and print it out as a line on the chart. You can change the formula or use...