i cannot figure out why i keep getting this error. Need some help
| 2025-02-24 6:25:36 PM | Default | Value of property 'FastPeriod' of NinjaScript 'CustomRocspeed' is 0 and not in valid range between 1 and 2147483647. |
In my code, i have set it in the SetDefault for the default values
FastPeriod = 7;
SlowPeriod=14;

Comment