When I load one of the Built-in formulas it appears to process from the beginning of my chart data; ie. a moving average, no matter when I start it I get the moving average from the beginning of my chart.
I have written my own efs and it doesn't function that way. It starts from the instant that I load it, and doesn't process the earlier data....How can I get it to process the bars that are already on my chart ?
I am using a tick chart. I am also using the getBarState()==BARSTATE_NEWBAR to reset some variables for each new bar.
Please help...THANKS -
Jennifer
I have written my own efs and it doesn't function that way. It starts from the instant that I load it, and doesn't process the earlier data....How can I get it to process the bars that are already on my chart ?
I am using a tick chart. I am also using the getBarState()==BARSTATE_NEWBAR to reset some variables for each new bar.
Please help...THANKS -
Jennifer
Comment