MarketSeries.Low[index];

Created at 25 Aug 2017, 19:37
irmscher9's avatar

irmscher9

Joined 22.12.2016

MarketSeries.Low[index];
25 Aug 2017, 19:37


Hi there

What does [index] mean?

MarketSeries.Low[index];

@irmscher9
Replies

Spotware
28 Aug 2017, 09:36

Dear irmscher9,

MarketSeries.Low is a property with a type of DataSeries which contains a list of values. The index gets the value in the dataseries at the specified position. See an example here.

Best Regards,

cTrader Team


@Spotware