ChartObjects during backtesting
ChartObjects during backtesting
01 Apr 2018, 10:18
I am trying to render a chart object during backtesting but can't get it to work. i am using the following code:
ChartObjects.DrawVerticalLine("LINE" + MarketSeries.OpenTime[MarketSeries.Close.Count-1], MarketSeries.OpenTime[MarketSeries.Close.Count-1], Colors.Blue, 1, LineStyle.Solid);
Can someone explain why that does not work?
Replies
PanagiotisCharalampous
02 Apr 2018, 10:11
Hi lec0456,
Drawing chart objects is not available in backtesting. This feature will be added in a future version.
Best Regards,
Panagiotis
@PanagiotisCharalampous
douglascvas
01 Apr 2018, 14:29
I was about to ask the same thing....
@douglascvas