I am looking for a way to plot a 2 dimensional array in my indicator
For example the "X" scale is of stock with price range from2-8 and the "Y" scale is some metric or a price of a different stock ranging from 500-1000
The outcome should like some kind of histogram , as in the attached drawing - so I want to be able to plot only certain data from the array, excluding null data.
can you point me on what I need in order to accomplish this ?
Thanks

Comment