fix CloudAttribute

Created at 24 Mar 2020, 21:59
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!
DO

DontMatter

Joined 15.11.2019

fix CloudAttribute
24 Mar 2020, 21:59


if you do like this and set parameter to false, indicator does not show anything anymore.

 

    [Cloud("RSI", "MA")]
...
  
        [Parameter("Show RSI", DefaultValue = true)]
        public bool show { get; set; }
...

            if (show)
                RSIResult[index] = _rsi.Result[index];
...

 

 


cTrader
@DontMatter
Replies

... Deleted by UFO ...