Refactor COMPARE and CROSS classes, plus add xMA chart

This commit is contained in:
Miha Kralj
2023-04-06 11:39:53 -07:00
parent 69fae888d5
commit 90fa331e0e
32 changed files with 245 additions and 1356 deletions
+3 -3
View File
@@ -70,9 +70,9 @@ public class TBars : System.Collections.Generic.List<(DateTime t, double o, doub
4 => "HL2",
5 => "OC2",
6 => "OHL3",
7 => "Typical",
8 => "Mean",
_ => "Weighted",
7 => "HLC3",
8 => "OHLC4",
_ => "HLCC4",
};
}