JohnBaron

2 Dimensional Array using one floating point entry

JohnBaron Atualizado   
This is an attempt to create a two dimensional floating point array from the pine single dimension array.

It enables some useful array functions like sorting, when you are trying to keep track of price and location in time or bars and you would like to sort the array.

Other array functions on this array will not work, like average and other statistical functions - they will provide bad results. I would suggest continuing to use a single dimensional array for each element where that kind of array function is required.

I wrote this simply as a mean of using the sort functions when I had to sort price and try to keep the bar location or time in synch.

Other array functions could be written to manipulate this kind of array, leave that to others. The goal here was to avoid using for loops which would be a performance impact on large arrays.

The basic concept is to create one floating point number from two, put that into an array, and then be able to pull the compound value out and parse out the individual components.

I imagine it could also accommodate a 3 or 4 dimensional array with some work, as long as you had some idea of how many digits are consumed by each element. For example you may be interested in storing price, RSI, x_loc values and then be able to sort and parse them out.

Notas de Lançamento:
Found a small problem. For whatever reason pine leaves numerical fragments for the bar_index. The values in some instances are off by 1.
Added Round() to the parsing function to clean up the fragment and ensure the right value.
Script de código aberto

Dentro do verdadeiro espírito TradingView, o autor deste script publicou ele como um script de código aberto, para que os traders possam compreender e checar ele. Um viva ao autor! Você pode usá-lo gratuitamente, mas a reutilização deste código em uma publicação é regida pelas Regras da Casa. Você pode favoritá-lo para usá-lo em um gráfico.

Aviso legal

As informações e publicações não devem ser e não constituem conselhos ou recomendações financeiras, de investimento, de negociação ou de qualquer outro tipo, fornecidas ou endossadas pela TradingView. Leia mais em Termos de uso.

Quer usar esse script no gráfico?