Compiler Error

Created at 13 Jan 2014, 17:16
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!
waddahattar's avatar

waddahattar

Joined 01.10.2013

Compiler Error
13 Jan 2014, 17:16


when I Add Parameter as long type 

example:

        [Parameter("Volume", DefaultValue = 10000)]
        public long Volume { get; set; }

 

the compiler tell me this error without where is the line of that error.

 

 

 


@waddahattar
Replies

waddahattar
13 Jan 2014, 18:00

the compiler accept ulong type insted .


@waddahattar

Spotware
14 Jan 2014, 09:29

As an input parameters for the time being we support int, double, string, bool, MovingAverageType, DataSeries, TimeFrame. We will add more types in the future.


@Spotware