Unable to get history request for daily (86400) candles
Response gives strange results for 86400 granularity, also epoch should be unchanged till bar closed:
{'candles': [{'low': '12082.16', 'close': '12537.24', 'open': '12170.64', 'high': '12658.38', 'epoch': 1488825298}], 'echo_req': {'end': '2', 'style': 'candles', 'ticks_history': 'R_100', 'granularity': 86400, 'count': 1}, 'msg_type': 'candles'}
{'candles': [{'low': '12082.16', 'close': '12537.24', 'open': '12165.84', 'high': '12658.38', 'epoch': 1488825300}], 'echo_req': {'end': '2', 'style': 'candles', 'ticks_history': 'R_100', 'granularity': 86400, 'count': 1}, 'msg_type': 'candles'}
Those values don't match candles on chart
Anyone can help?