Lean
Lean copied to clipboard
Enable candle charts using TradeBar
Currently, users cannot create candle charts with information of a single TradeBar. For instance, if they want a minute-resolution candle, they need to use second resolution data.
If they push the OHLC values each minute:
Plot("Assets", ticker, bar.Open);
Plot("Assets", ticker, bar.High);
Plot("Assets", ticker, bar.Low);
Plot("Assets", ticker, bar.Close);
the last value will overwrite the others since we do not save datapoints with the same time.
Reference: Plot minute candle stick.
two years, any update?
Jusssst coming around to wanting this too. Any progress?
Any news on this issue?
Strange that it is not supported. So much needed feature.
Any updates on this?
Just invested a lot of time learning this platform assuming that doing something as simple as charting price candles would be part of the platform, and I would be able to do this to visually verify my algorithm is doing what I want it to do... only to find this isn't possible and now I have no idea how I will verify if it's working how I want it to except for getting the charts elsewhere and then checking the points manually, which is obviously beyond tedious.
Why is there no update on this?
any update on this?
Ready for this feature in 2022 :)
Issue created in 2016 and still no solution? I don't know how other users can work without this fundamental feature. How can we make sure that we won't wait next 5 years for it? Guess I will have to move back to MetaTrader :/
Any ETA on this? This is one of the most important and fundamental features for any team/company to start developing their own strategy. I do understand the difficulty of implementing this, but lack of this feature is preventing many traders to switch to this platform. My company is browsing different platforms to move from the MT4 and so far this is a BLOCKER for us to switch to QuantConnect
Thanks
This is also something I would really like to see, would help a lot with visual confirmation of trades
Come on Guys 6 Years and this is very helpful when visualising if the strategy is working as it should or not. Let's put some effort into this shaw we?
Ready for this feature in 2022 :)
yeah you wish, we're getting to 2023 and still nothing
i hope i'm wrong but i didn't find anything
Sorry guys charting is high on the list including trade overlay for Q1-Q2 🙏 Thank you for your insane patience.
Is there anyway to chart different resolution candle charts yet, I'd like to make sure my values for custom indicators are correct and a visual inspection is important.
@DukeBot18 @lorenzolashkiba @bskdany @rafael-or @wesleyfsmith @paryas @kacperg95 @GitTorres @raymond-holmboe @nicbyron @ttodua @jacektrocinski @fera0013 @worthy7 @jandykwan Candlesticks Shipped! 🎉🎉 Thank you for your patience. You can see the API documentation here: https://www.quantconnect.com/docs/v2/writing-algorithms/charting#06-Plot-Candlestick