Problem with follwoing event
Sir I want 1 minute Open, High, Low and Close data according to candle but data not replecting. What should I do.
function getOHLC(symbol) { var message=JSON.stringify({"ticks": symbol,"end":"latest","start":startime,"style":"candles","granularity":"M1"}); try {
Comments
@binarydot granularity you have passed is
M1
which is not valid one, please check document for accepted valuesSir I tried to 60 in place of M1 still failng. Pl suggest
Sir I change 60 in place of M1 but still not working
@binarydot can you please provide the exact request you are sending, please note that
start
is epoch time. Don't know ifstarttime
is for reference or you are actually passing this