Documentation

This commit is contained in:
Miha Kralj
2024-10-16 18:28:06 -07:00
parent e5a1948fc0
commit fbe4046b5d
17 changed files with 2619 additions and 286 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ public class JmaIndicator : Indicator, IWatchlistIndicator
public int Periods { get; set; } = 10;
[InputParameter("Phase", sortIndex: 2, -100, 100, 1, 0)]
public double Phase { get; set; } = 0;
public int Phase { get; set; } = 0;
[InputParameter("Data source", sortIndex: 4, variants: [
"Open", SourceType.Open,