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:	212
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 charlesugo_1, 05-26-2026, 05:03 PM
    0 responses
    70 views
    0 likes
    Last Post charlesugo_1  
    Started by DannyP96, 05-18-2026, 02:38 PM
    1 response
    152 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 05-11-2026, 05:56 AM
    0 responses
    162 views
    0 likes
    Last Post CarlTrading  
    Started by CarlTrading, 05-10-2026, 08:12 PM
    0 responses
    100 views
    0 likes
    Last Post CarlTrading  
    Started by Hwop38, 05-04-2026, 07:02 PM
    0 responses
    288 views
    0 likes
    Last Post Hwop38
    by Hwop38
     
    Working...
    X