fix CloudAttribute
Created at 24 Mar 2020, 21:59
DO
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
... Deleted by UFO ...