Hi,

   a) Am trying to set up an input Parameter like this

        [Parameter]
        public Resolution TimeFrame = Resolution.Minute;

  This is giving an error during compilation. 

  Please provide the correct syntax for setting up Input Parameter for enums, or is there any workaround to get this to work.

   b) Is it possible for the default values set up in the strategy/indicator code to appear in the 'Algorithm Parameters' section of the dashboard, instead of reentering all the values again.

Regards

 

Vivek