Hello
As the title says, how can I add a data series to the "default" Strategy Chart?
I was trying to guess the charts instance variable without luck.
Thanks in advance!
// Initialize()
// Create new data series object
var assetPrice = new Series("Price", SeriesType.Line, 0);
// Adding series object to chart (guessing the instance name...)
strategyEquityPlot.AddSeries(assetPrice);
// OnData()
Plot("Strategy Equity", "Price", data.Bars["SPY"].Close;
Michael Manus
hi,
quantconnect provides some examples for the community located behind the link on the right side of the community forum (
Algorithm Examples)
there is a simple customchartingalgo provided by the staff.
QC charting is not perfect, you cant chart candles for stocks what i have seen. it can chart indicators which is ok
here is the github search string for searching in the c# library for charts which will provide some example algos with charts where you can see how this works
Matthias Güntert
The material on this website is provided for informational purposes only and does not constitute an offer to sell, a solicitation to buy, or a recommendation or endorsement for any security or strategy, nor does it constitute an offer to provide investment advisory services by QuantConnect. In addition, the material offers no opinion with respect to the suitability of any security or specific investment. QuantConnect makes no guarantees as to the accuracy or completeness of the views expressed in the website. The views are subject to change, and may have become unreliable for various reasons, including changes in market conditions or economic circumstances. All investments involve risk, including loss of principal. You should consult with an investment professional before making any investment decisions.
To unlock posting to the community forums please complete at least 30% of Boot Camp.
You can continue your Boot Camp training progress from the terminal. We hope to see you in the community soon!