Yuri Lopukhov

Results 3 comments of Yuri Lopukhov

@ruckus: can you share a code for renewing token?

Thanks a lot, it took some time for me to find out how to fill service.access_token,but this seem to work: ``` consumer = OAuth::Consumer.new(consumer_key, consumer_secret, { :site => "https://oauth.intuit.com", :request_token_path...

> Hey @yul! Believe you can achieve similar functionality with the new command system, please take a look at https://www.quantconnect.com/docs/v2/writing-algorithms/live-trading/commands I understand it can only be triggered via API, while...