Ctrader functions
Created at 07 Dec 2023, 12:17
AH
Ctrader functions
07 Dec 2023, 12:17
Hello there, I'm a new user in Ctrder and need help,
what's the difference between
public IndicatorDataSeries Result { get; set; }
public IndicatorDataSeries Result { get; }
public IndicatorDataSeries Result { get; private set; }
?
thanks in advanced
PanagiotisCharalampous
07 Dec 2023, 13:29
Hi there,
This is a C# question, not a cTrader one. Read about get and set below
https://www.w3schools.com/cs/cs_properties.php
Best regards,
Panagiotis
@PanagiotisCharalampous