Obtaining the date for lastBaronChart

Questions about MultiCharts and user contributed studies.
Guest

Obtaining the date for lastBaronChart

Postby Guest » 26 Nov 2006

In power language, how do i know the date of the lastBaronChart ?

Say i have 1000 bars on the chart, when i am running my indicator, at the 100th bar, i would like to know if its date is maybe 2 days before the date of the 1000th bar then recalculate.

How do i do this ?

thanks

User avatar
Alex Kramer
Posts: 834
Joined: 23 Feb 2006

Postby Alex Kramer » 27 Nov 2006

Please look up in manuals on EasyLanguage the usage of the reserved word

lastcalcdate

also, look for LastBarOnChart function implementation.


Return to “MultiCharts”