I am using hourly bar charts and want to retrive previous day's high. Is there a function to retrive the previous day's high [the high for the entire previous day] even though my chart bars are hourly?
I went to the Central Support Help Center, found and downloaded getPrevDaysOHLC.efs to C:\Program Files\eSignal\Formulas\OHLC as instructed. Then I called it as instructed using callFunction("/OHLC/getPrevDaysOHLC.efs", "main", sPriceSource, nOffset, nNumDays). I do not get the results I hoped for – but I am probably doing something wrong. Is the function getPrevDaysOHLC designed to return, for instance, the highest high of the all the previous day's hourly highs as I was hoping it would do?
Or is there another way I can/should do it?
Thanks
Joe Miller
I went to the Central Support Help Center, found and downloaded getPrevDaysOHLC.efs to C:\Program Files\eSignal\Formulas\OHLC as instructed. Then I called it as instructed using callFunction("/OHLC/getPrevDaysOHLC.efs", "main", sPriceSource, nOffset, nNumDays). I do not get the results I hoped for – but I am probably doing something wrong. Is the function getPrevDaysOHLC designed to return, for instance, the highest high of the all the previous day's hourly highs as I was hoping it would do?
Or is there another way I can/should do it?
Thanks
Joe Miller
Comment