Arrays in PineScript. Finally! Example of usage.
QuantNomad
My Advanced PineScript Use-Cases Course: https://qntly.com/advpine My PineScript Programming Course: https://qntly.com/pineprog My Pro TradingView Indicators: https://qntly.com/proind Use this link to get $30 when you upgrade to a TradingView paid plan: http://qntly.com/xt9
#######################################
Follow me on: TradingView: https://qntly.com/trdv Discord: https://qntly.com/discord Telegram: https://qntly.com/tel Twitter: https://qntly.com/twtr
Contact me: https://qntly.com/con
#######################################
TradingView just recently announced the support of arrays in PineScript. And it's a pretty big deal. Many developers waited for that for years.
I want to explain to you by example how easier life will be in PineScript with arrays. Previously, if you need any arrays functionality, you had to "simulate" the arrays manually on single variables, and it was a nightmare. Script grew to hundreds of lines quickly, and it was a massive headache to develop this script or debug.
You can find the code used in the video here: https://quantnomad.com/2020/10/10/arrays-in-pinescript-finally-example-of-usage/ ... https://www.youtube.com/watch?v=Al41yrDH3Ag
24669980 Bytes