Previous Day High Low

JB5267
Hi,
please help me how to get live data for previous day high & low like a way we found for for previous close =GetRTD(NSE,HDFCBANK,"CLOSE")

Thanks
  • HowUTrade
    @JB5267

    It is not available in RTD, but as a UDF.
    If you are using our Sample Excel workbook, then check for GetPrevDayHigh/Low function in the VBA. If the functions are not there, then you can import those functions from our latest sample excel files.

    Example Usage:
    =GetPrevDayHigh("ICICIBANK")
    =GetPrevDayLow("ICICIBANK")

    Please note this data is available only for NSE and NFO, and the values are fetched from nse website.
  • JB5267
    Now it's came Thanks a lot..
This discussion has been closed.