Add XAUUSD strategy Adaptation

This commit is contained in:
peter
2026-05-28 19:09:09 -04:00
parent 6208bbd9c5
commit fff49ea9da
5 changed files with 192 additions and 85 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ public:
return NormalizeDouble(lot, 2);
}
// Convert points to price distance
static double PointsToPrice(const string symbol, int points)
{