Page 1 of 1

[PL] How to tell PL what resolution the chart is?

Posted: Mar 29 2010
by duration
Dear All,

Is there a Powerlanguage function to tell what resolution the chart is running?

For example: the chart is plotting GBPUSD, with a resolution of 6 points.

I want write a signal that says: if low is above (chart resolution, so 6 points) of moving average then plot1(blablabla)

Many thanks,

Posted: Mar 29 2010
by TJ
press [F1] key in MultiCharts,

Under PowerLanguage > Keyword Reference,

look for Data Information/General


keywords:

BarInterval
BarType
BarType_ex

Posted: Mar 29 2010
by duration
Dear TJ,

Thanks a lot, this is exactly what I was looking for.

Posted: Mar 29 2010
by TJ
you are welcome !

it is good to know you have found what you needed.