PineScript

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

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...