mirror of
https://github.com/softwaredevelop/mql5.git
synced 2026-07-27 20:47:44 +00:00
refactor(indicators): remove CAD
This commit is contained in:
@@ -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 |
|
||||
|
||||
Reference in New Issue
Block a user