Ctrader functions

Created at 07 Dec 2023, 12:17
How’s your experience with the cTrader Platform?
Your feedback is crucial to cTrader's development. Please take a few seconds to share your opinion and help us improve your trading experience. Thanks!
AH

ahmadtrader448

Joined 29.11.2023

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

 


@ahmadtrader448
Replies

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