Need help in plotting array

Questions about MultiCharts and user contributed studies.
kentai
Posts: 29
Joined: 02 Jun 2011
Has thanked: 9 times
Been thanked: 1 time

Need help in plotting array

Postby kentai » 05 Jul 2011

Hi,

I created a array in my indicator and I like to plot it onto the chart. My array is a PivotArray[199,2] and I like to plot the entire column 0, how do I plot it? Which syntax to use and how do I structure it?

Thanks in advance.
Ken

User avatar
TJ
Posts: 7740
Joined: 29 Aug 2006
Location: Global Citizen
Has thanked: 1033 times
Been thanked: 2221 times

Re: Need help in plotting array

Postby TJ » 05 Jul 2011

Hi,

I created a array in my indicator and I like to plot it onto the chart. My array is a PivotArray[199,2] and I like to plot the entire column 0, how do I plot it? Which syntax to use and how do I structure it?

Thanks in advance.
Ken
can you post a mock up drawing of how you envision the end result?

kentai
Posts: 29
Joined: 02 Jun 2011
Has thanked: 9 times
Been thanked: 1 time

Re: Need help in plotting array

Postby kentai » 05 Jul 2011

I want to look at the daily pivot in the intraday chart.

User avatar
furytrader
Posts: 354
Joined: 30 Jul 2010
Location: Chicago, IL
Has thanked: 155 times
Been thanked: 217 times

Re: Need help in plotting array

Postby furytrader » 05 Jul 2011

Doesn't MultiCharts come with some built-in pivot indicators that plot pivot levels on intraday charts? If those aren't the pivot levels you want, looking at their code should give you ideas on how to create the plots you want.


Return to “MultiCharts”