JohnBaron

2 Dimensional Array using one floating point entry

JohnBaron アップデート済   
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.

リリースノート:
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.
オープンソーススクリプト

TradingViewの精神に則り、このスクリプトの作者は、トレーダーが理解し検証できるようにオープンソースで公開しています。作者に敬意を表します!無料で使用することができますが、このコードを投稿で再利用するには、ハウスルールに準拠する必要があります。 お気に入りに登録してチャート上でご利用頂けます。

免責事項

これらの情報および投稿は、TradingViewが提供または保証する金融、投資、取引、またはその他の種類のアドバイスや推奨を意図したものではなく、またそのようなものでもありません。詳しくは利用規約をご覧ください。

チャートでこのスクリプトを利用したいですか?