Problem with follwoing event

edited April 2016 in General

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

Sign In or Register to comment.