refactor(indicators): remove CAD

This commit is contained in:
Toh4iem9
2026-02-17 22:05:23 +01:00
parent bf2fef0c24
commit 527d6fc2d7
+1 -1
View File
@@ -15,7 +15,7 @@ input bool InpFilterHighOnly = false; // Show only High Impact?
input bool InpIncludeMedium = true; // Include Medium Impact?
//--- Selected Currencies
string g_currencies[] = {"USD", "EUR", "GBP", "JPY", "CHF", "AUD", "CAD"};
string g_currencies[] = {"USD", "EUR", "GBP", "JPY", "CHF", "AUD"};
//+------------------------------------------------------------------+
//| Script Start |