task of parameters

Created at 15 Feb 2013, 13:28
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!
SS

sserga

Joined 15.02.2013

task of parameters
15 Feb 2013, 13:28


Hello.

At a task of parameters it would be desirable to have opportunity to establish a step of change of parameter
for example

        [Parameter("??? ????????? ?????? ?????", DefaultValue = 0.01, MinValue = 0.01, MaxValue = 30, Step =0.01)]
        public double MinStepLots { get; set; } 

or

        //  ??????? ???? ??????? pip = 0.0001 )       
        [Parameter("??????? ???? ??????? pip", DefaultValue = 100, MinValue = 10, Step =10)]
        public int TakeProfit { get; set; }

 

and

       [Parameter("????????? ????????????????", DefaultValue= false)]
       public bool AllowMM {get; set;}

it wasn't succeeded to set the parameter (I not so do something or the platform of it doesn't support, it would be desirable that would support)

 

Regards,


@sserga
Replies

sserga
15 Feb 2013, 13:32

RE:

 

Hello.

 

At a task of parameters it would be desirable to have opportunity to establish a step of change of parameter
for example

 

[Parameter("MinStepLots ", DefaultValue =0.01, MinValue =0.01, MaxValue =30, Step =0.01)]
publicdouble MinStepLots {get;set;}

 

or

 

// ??????? ???? ??????? pip = 0.0001 )
[Parameter("TakeProfit pip", DefaultValue =100, MinValue =10, Step =10)]
publicint TakeProfit {get;set;}

 

and

 

[Parameter("AllowMM ", DefaultValue=false)]
publicbool AllowMM {get;set;}

 

it wasn't succeeded to set the parameter (I not so do something or the platform of it doesn't support, it would be desirable that would support)

 

Regards,

 


@sserga

admin
15 Feb 2013, 17:59

Thank you for the suggestion. We will think about adding such a feature in the future.


@admin