Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Plot of a 2 dimensional array

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Plot of a 2 dimensional array

    hi,
    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.Click image for larger version

Name:	Screenshot 2021-04-27 033936.png
Views:	197
Size:	6.3 KB
ID:	1153509
    can you point me on what I need in order to accomplish this ?
    Thanks

    #2
    Hello Leope,

    From your description it sounds like you would want to use a normal Plot. Plots are 2 dimensional in the sense that they have a specific number of X slots or your Time scale and then a Price for each slot. You cannot change the X scale to be like you pictured to have custom values so you would need to use Time/Bars.

    A Plot does not need to have a value for each bar so you can not plot a value to make an Invalid data point. Invalid data point are not rendered.


    If you wanted to draw the data in a different way than a normal plot you could use OnRender to draw within the panel to make your own numbering on the X axis however your actual X axis would still be time based, based on the data series settings of the chart.

    The indicator SampleCustomRender demonstrates some basic rendering concepts.



    I look forward to being of further assistance.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    649 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    370 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    109 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    573 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    576 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X