task of parameters
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
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